@charset "UTF-8";
/* CSS Document */

/* base */
div.clear {
	clear: both;
}
/* body*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	font-size: 9pt;
	color: #8e755a;
	background-color:#fffeee;
}
a, a:link {
	text-decoration: none;
	color: #727171;
}
a:visited {
}
a:hover {
	color: #0B318F;
	text-decoration: underline;
	opacity:0.6;
}
a:active {
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* {
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style: none;
}
ul.msg li {
	float: left;
	list-style-position: outside;
	list-style-type : square;
	line-height: 140%;
	letter-spacing: normal;
	padding-left: 0px;
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
.center{
	text-align:center;}
.mgb_10{
	margin-bottom:10px;}
	.bdr_btm{
		border-bottom:1px dotted #666;
		padding-bottom:10px;
		margin-bottom:20px;
		}
/* wrapper */
#wrapper {
	width:910px;
	margin:auto;
	padding:20px 0 10px 0;
}
/* header */
#header {
	height: 40px;
	margin: 0 0 25px;
	position: relative;
	width: 910px;
}
#header #h_nav {
	position:absolute;
	top:0px;
	right:0px;
}
#header #h_nav li {
	font-size:13px;
	float:left;
	margin-right:10px;
}
#header #h_nav #tomoe_top a {
	display:block;
	text-indent:-9999px;
}
#header #h_nav #tomoe_top a:hover {
	opacity:1;
}
#header #h_nav #tomoe_top a:link, #tomoe_top a:visited {
	background-image:url("../images/tomoe_top.png");
	width:96px;
	height:40px;
}
#header #h_nav #tomoe_top a:hover, #tomoe_top a:active {
	background-image:url("../images/tomoe_top_on.png");
	width:96px;
	height:40px;
}
#header #h_nav #tomoe_top {
	margin:-20px 0 0 -5px;
}
#header #h_nav img {
	margin:0 3px 4px 0;
}
/* gnav */
#gnav li a {
	display:block;
	text-indent:-9999px;
	height:67px;
	background-repeat:no-repeat;
	margin-bottom:-5px;
}
#gnav a:hover {
	opacity:1;
}
#gnav li {
	margin-top:15px;
	float:left;
}
#gnav #gnav_01_2nd a, #gnav_01 a:link {
	background-image:url("../images/gnav_02.png");
	width:77px;
}
#gnav #gnav_01_2nd a:hover {
	background-image:url("../images/gnav_02_on.png");
	width:77px;
}
#gnav #gnav_03_2nd a, #gnav_03 a:link {
	background-image:url("../images/gnav_02.png");
	width:277px;
	background-position: -77px 0;
}
#gnav #gnav_03_2nd a:hover {
	background-image:url("../images/gnav_02_on.png");
}
#gnav #gnav_09_2nd a, #gnav_09 a:link {
	background-image:url("../images/gnav_02.png");
	width:276px;
	background-position: -354px 0;
}
#gnav #gnav_09_2nd a:hover {
	background-image:url("../images/gnav_02_on.png");
}
#gnav #gnav_11_2nd a, #gnav_11 a:link {
	background-image:url("../images/gnav_02.png");
	width:208px;
	background-position: -492px 0;
}
#gnav #gnav_11_2nd a:hover {
	background-image:url("../images/gnav_02_on.png");
}
/*#gnav #gnav_13_2nd a, #gnav_13 a:link {
	background-image:url("../images/gnav_02.png");
	width:165px;
	background-position: -571px 0;
}
#gnav #gnav_13_2nd a:hover {
	background-image:url("../images/gnav_02_on.png");
}
*/
#gnav #gnav_15_2nd a, #gnav_15 a:link {
	background-image:url("../images/gnav_02.png");
	width:278px;
	background-position: -630px 0;
}
#gnav #gnav_15_2nd a:hover {
	background-image:url("../images/gnav_02_on.png");
}
/* contents */
#contents {
	color:#727171;
	clear:both;
	position:relative;
	width:910px;
}
#contents #con_up {
	background-image: url(../soudan/images/con_up.png);
	width:910px;
	height:21px;
	margin-top: -7px;
	background-repeat:no-repeat;
}
#contents #contentinner {
	background-image: url(../soudan/images/con_mid.png);
	width:910px;
	background-repeat: repeat-y;
}
#contents #con_low {
	background-image: url(../soudan/images/con_low.png);
	width:910px;
	height:73px;
	background-repeat:no-repeat;
}

/* mainvisual */
#mainphoto {
	clear:both;
	background-image:url(../images/sky.png);
	background-repeat:no-repeat;
	background-position:right;
	width:905px;
	height:62px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#mainphoto .text_bule {
	font-size:250%;
	font-weight: bold;
	color:#339acc;
}
#mainphoto .text_orenge {
	color:#f6ac33;
}
#mainphoto .text_glay{
	color:#727171;
	font-size:60%;
	font-weight: normal;
	}

/* leftcolumn */
#leftcolumn {
	padding:10px 0 30px 25px;
	float:left;
	width:610px;
	position:relative;
}
.announcearea {
	margin-bottom:40px;
}
#leftcolumn h3,
#leftcolumn h1.entry-title {
	background-image: url("../images/goods_02.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 155%;
	height: 42px;
	padding: 13px 0 0 30px;
	width: 588px;
	color:#727171;
	clear:both;
}
#leftcolumn .text_large {
	font-size:110%;
	width:590px;
	margin-bottom:20px;
}
.yellow {
	color:#f7b13e;
}
.pink {
	color:#f093bb;
}
.purple {
	color:#9d77b4;
}
.blue {
	color:#339acc;
}
.light_blue{
	color:#91c8e3;
	}
#leftcolumn table th {
	border: 1px #c0c0c0 solid;
	padding:5px;
}
#leftcolumn table td {
	border: 1px #c0c0c0 solid;
	padding:5px;
}
#leftcolumn .t_blue {
	background-color:#e5f2f9;
	text-align:center;
}
#leftcolumn .p_left {
	float:left;
}
#leftcolumn .p_1 {
	margin-left:10px;
	font-size:160%;
	font-weight:bold;
}
.single .entry-content,
.category .entry-content {
	padding: 0 20px 0 10px;
}
.category .archive-header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.category .post {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.h4_triangle{
	background-image:url(../images/goods_03.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#339acc;
	padding-left:20px;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 5px;
	}
.pa_left_20{
	padding-left:20px;
	margin-bottom:20px;
	width: 570px;
	}
/* righttcolumn */
#rightcolumn {
	padding:10px 35px 30px 0;
	float:right;
	width:200px;
}
#tomoe_link {
	width:198px;
	border:1px solid #339acc;
}
#tomoe_link ul {
	padding:20px 0 15px 0;
}
#tomoe_link li {
	margin-bottom:10px;
	text-align:center;
}
/* footer nav */
#contents #f_nav {
	clear:both;
	font-size:90%;
	text-align:center;
}
#contents #f_nav ul {
	clear:both;
	width:910px;
	display:inline;
}
#contents .f_nav li {
	float:left;
}
.f_link {
	border-top: 2px solid #cce1f1;
	margin: auto;
	padding-top: 20px;
	width: 900px;
	margin: auto auto -56px;
}

/* footer */
#footer {
	position:relative;
	width:910px;
	height:60px;
	padding:10px 5px 10px 5px;
}
#foot_logo{
	text-align:center;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	margin-bottom:10px;
	}
#footer .adress {
	text-align: center;
	color:#666;
	line-height:120%;
}
#footer .adress img{
	vertical-align:middle;
	}
#footer #right_border{
	margin-right:20px;
	padding: 0 20px 0 60px;
	border-right:1px dotted #666;
	}
#footer #pagetop {
	position:absolute;
	top:-7px;
	right:30px;
}
#footer #Copyright {
	clear:both;
	color:#339acc;
	font-size:80%;
	text-align: right;
}
/* clearfix
***************************************/

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/**//*/
  height: auto;
  overflow: hidden;
  /**/
}
