/* 写リンク用 */
/*
CSSを追加する際にはわかりやすくコメントを付けてください。
コメントには「基礎レイアウト用（〜）」、「共通素材用（〜）」、「各ページ用（〜）」の3つに分類してください。

●基礎レイアウト用
	基礎となるCSSです。
	
●共通素材用
	common.css に分けてあります。



/* 基礎レイアウト用 */

body {
	padding:0;
	margin:0;
	font-size:90%;
	line-height:1.5em;
	color:#333333;
	text-justify:inter-ideograph;
	text-autospace: ideograph-alpha;
	text-align:center;
	background:url(/image/body_bg.jpg) repeat-x #d5ef7a;
}

#all {
	font-family: 'ＭＳ Ｐゴシック' 'Osaka' 'ヒラギノ角ゴ Pro W6';
	color:#333333;
	text-justify:inter-ideograph;
	text-autospace: ideograph-alpha;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:858px;
	background:url(/image/all_bg.jpg) repeat-y left top;
}


a:link {
	color:#004A73;
}
a:visited {
	color:#6262AE;
}
a:hover,a:active {
	color:#FF6600;
}
a img {
	border:0;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
	
/* 基礎レイアウト用（写リンクフッター） */
#header {
	background:url(/image/header_bg.jpg) no-repeat left top;
	width:858px;
	height:153px;
	margin:0;
	padding:0;
}
#header img {
	border:none;
}
#header p {
	text-align:right;
	margin-top:5px;
	}
#logo {
	float:left;
	font-size:12px;
	height:132px;
	}
#logo p {
	margin-top:114px;
	margin-left:139px;
	margin-bottom:0;
	}

#head-inner {
	margin-left:350px;
	height:132px;
	}
	
/* 基礎レイアウト用（写リンクメニュー） */
#navi {
	margin-top:35px;
	_margin-top:30px;
	margin-left:60px;
	_margin-left:40px;
	height:35px;
}
#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#navi ul li {
	float:left;
	text-indent:-9999px;
	height:35px;
	display:block;
	}
#navi ul li a {
	margin:0 4px 0 0;
	padding:0;
	display:block;
/*\*/
   overflow: hidden;
/**/
	}
	
.how a{
	width:140px;
	height:35px;
	background:url(/image/navi_how.gif) left top;
	}
.how a:hover{
	background:url(/image/navi_how.gif) left top;
	}
.entry a{
	width:140px;
	height:35px;
	background:url(/image/navi_entry.gif) left top;
	}
.entry a:hover{
	background:url(/image/navi_entry.gif) left top;
	}
.cm a{
	width:140px;
	height:35px;
	background:url(/image/navi_cm.gif) left top;
	}
.cm a:hover{
	background:url(/image/navi_cm.gif) left top;
	}
	
		
#navi img {
	margin-right:2px;
	border:none;
}



/* 基礎レイアウト用（写リンク本文と左メニューの大元） */
#contents {
	margin:0;
	padding:0;
	width:858px;
	background:url(/image/contents_bg.jpg) no-repeat left top;
	clear:both;
}

#contents-footer {
	height:78px;
	width:858px;
	background:url(/image/contents_b_bg.jpg) no-repeat;
	clear:both;
	text-align:right;
	margin:0;
	}
#contents-footer p{
	font-size:12px;
	margin-right:265px;
	padding-top:10px;
	}
	
/* 基礎レイアウト用（写リンク本文） */

div#main {
	width:600px;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
	padding:0;
	float:left;
}

div#main li {
	margin-bottom:3px;
}

h1 {
	padding:0;
	margin-top:35px;
	margin-left:27px;
	_margin-left:15px;
	margin-bottom:0;
	float:left;
}

h2 {
	margin:0 0 10px 0;
}

h3 {
	padding:7px 0 0 5px;
	height:23px;
	border-left:7px solid #98c72f;
	clear:both;
}

h4 {
	color:#199319;
	font-size:100%;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
		clear:both;
}

h5 {
	color:#000000;
	font-size:110%;
}


/* 基礎レイアウト用（写リンク左メニュー） */

div#submenu {
	width:200px;
	padding:0;
	margin-top:0;
	margin-left:638px;
	font-size:12px;

}

#submenu ul {
	margin:0;
	padding:0;
	}
#submenu ul li {
	margin:0;
	padding:0;
	list-style:none;
	background:#eeeeee;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #FFF;
	height:25px;

	}
#submenu ul li a {
	padding:1px 3px 1px 18px;
	width:179px;
	_width:177px;
	display:block;
	background:#eeeeee;
	text-decoration:none;
	color:#199319;
	}
#submenu ul li a:hover {
	color:#FF6600;
	}

ul li .first {
	border-top:none;
	}
.second {
	padding-left:20px;
	}

/* 基礎レイアウト用（階層構造） */
#kaisou {
	font-size:85%;
	color:#666666;
	padding:8px 0 12px 0;
}
#kaisou a:link {
	color:#777777;
}
#kaisou a:visited {
	color:#666666;
}
#kaisou a:hover,#kaisou a:active {
	color:#005480;
}

/* 基礎レイアウト用（写リンクフッター） */
#footer {
	clear:both;
	background:url(/image/footer_bg.gif) repeat-x left bottom;
	height:103px;
	width:100%;
	margin:0 0 0 0;
	padding:0 10px 0 0;
	text-align:center;
}
#footer p {
	color:#008f3d;
	font-size:12px;
	text-align:right;
	margin:3px auto;
	width:850px;
	}
#footer p a, #footer p a:hover,#footer p a:active,#footer p a:visited {
	color:#008f3d;
	text-decoration:underline;
	}
.footer-small {
	margin-bottom:0;
	}


/* 基礎レイアウト用（写リンクサイドメニュー内容） */
.entry-b-top {
	margin-top:0;
	margin-bottom:0;
	}
.entry-b {
	margin-top:0;
	margin-bottom:0;
	}
.comment {
	font-size:80%;
	color:#8d8c62;
	margin:2px 5px 15px;
	line-height:1.3em;
	}
.table-d {
	padding:0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	border-style:none;
	}
.table-d td {
	vertical-align:top;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	border-style:none;
	}
.table-d-com {
	font-size:80%;
	font-weight:bold;
	color:#98c72f;
	line-height:1.4em;
	margin:0 5px 5px;
	}
.table-cm {
	 background:#cae86e;
	 font-size:12px;
	 }
.table-cm-border {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}
.blog-link {
	border-top:1px dashed #999999;
	}
.name {
	font-weight:bold;
	color:#749f15;
	}


/* フォーム用 */
.entry_com {
	border:1px solid #008f3d;
	padding:10px;
	width:578px;
	margin:0 0 25px 0;
	font-size:12px;
	}
.entry_com ol {
	font-weight:bold;
	color:#cc0000;
	clear:both;
	}
.entry_com img {
	margin:0 10px;
	}
.entry_com ol li {
	clear:both;
	}
.entry_com ol li span {
	font-weight:normal;
	color:#333333;
	font-size:12px;
	}

th {
	text-align:left;
	background:#eeeeee;
	font-size:12px;
	color:#666633;
	padding:0 5px;
	}
.hissu {
	font-weight:bold;
	color:#cc0000;
	}
/* ご意見ご要望用 */
.idea {
	width:170px;
	padding:0 20px 0 10px;
	font-size:12px;
	background:url(/image/idea_bg.gif) no-repeat left bottom;
}
/* 登録商標コメント用 */
.register {
	width:170px;
	padding:0 20px 0 10px;
   font-size: 10px;
}
/* ニュース用 */

#news dl {
	line-height:1.6em;
	margin-left:10px;
	margin-top:5px;
	}
#news dt {
	color:#666666;
}
#news dd {
	margin-left:8em;
	margin-top:-1.6em;
}