@charset "utf-8";
/*======================================
	タグのスタイル
======================================*/
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	line-height: 170%;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: underline;
	font-weight: normal;
}
a:hover,#layout-news    a:hover,#layout-copyright  li  a:hover {
	color: #E85504;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
hr {
	border-top-style: solid;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*======================================
	装飾で使用するスタイル
======================================*/
.txt10 {
	font-size: 10px;
	line-height: 150%;
}
.red-txt, .attention {
	color: #FF0000;
}
.photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photo-clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	clear: both;
}
.aline-left {
	text-align: left;
}
.aline-right {
	text-align: right;
}
.aline-center {
	text-align: center;
}
.pngfix {
	/*IE6でPNGを配置する時設定するクラス*/
}
.button {
	/*ロールオーバーを設定する時に指定するクラス*/
}
.fixHeight{
	/*高さを揃えたい時に指定するクラス*/
}
/*======================================
	レイアウトで使用するスタイル
======================================*/
#all {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#layout-header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #736059;
	padding-top: 10px;
}
#header-width {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#layout-footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
#layout-footer dl {
	float: left;
	width: 400px;
}
#layout-footer dt {
	font-weight: bold;
}
#layout-footer dd {
	margin-left: 5em;
	margin-bottom: 20px;
}
#layout-copyright {
	float: right;
	width: 400px;
	text-align: right;
}
#layout-copyright ul {
	margin-left: -20px;
}
#layout-copyright li {
	display: inline;
}
#layout-copyright li a {
	color: #FFFFFF;
	margin-left: 20px;
	background-image: url(../basic-img/link-footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
}
#layout-header  h1 a {
	font-size: 12px;
	font-weight: normal;
	color: #BCB594;
	text-decoration: none;
	display: block;
	width: 360px;
	overflow: hidden;
}
#layout-site-navi {
	margin-left: -5px;
	margin-top: 10px;
}
#layout-site-navi li {
	float: left;
	margin-left: 5px;
	display: inline;
}
.ngt30 {
	margin-top: -23px;
}
.list-ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
#tellinfo {
	margin-right: 10px;
}
/*======================================
	ユーザーページで使用
======================================*/
.mynavi_list li{
	display: inline;
	border: solid 1px #817267;
	float: left;
	margin-right: 3px;
}
.mynavi_list li a{
	display: block;
	padding: 6px;
	width: 100px;
	background: #62574F;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.mynavi_list li a:hover{
	color: #FF6633;
}
.mynavi_list li.selected a{
	background: #231414;
}


.point_announce{clear:both;padding: 10px 0px 10px 0px;}

#mycontents_area table {
	width: 100%;
}
#mycontents_area table tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#mycontents_area table th{
	width: 180px;
	background-color: #F4F3E8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mycontents_area table td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
