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

#header {
	width:100%;
	min-width:1184px;
	height:112px;
	padding-top:5px;
}
#header #title {
	float:left;
}
#header #member {
	float:right;
	height:65px;
}

#header_menu {
	clear:both;
	height:47px;
	background:url(../images/base13/headerbar.png) repeat-x;
	min-width:990px;
}
#header_menu ul {
	list-style:none;
	height:47px;
	margin:0;
	padding:0;
	background:url(../images/base13/headerbar_line.png) no-repeat left top;
}
#header_menu li {
	position:relative;
	display:block;
	float:left;
	padding:0 23px 0 20px;
	background:url(../images/base13/headerbar_line.png) no-repeat right top;
}
#header_menu li a {
	display:block;
	height:47px;
	line-height:47px;
	font-size:14px;
	text-decoration:none;
	color:#4d4d4d;
	padding:0 24px 0 10px;
	background:url(../images/base13/headerbar_menui.png) no-repeat right top;
}
#header_menu li a:hover {
	color:#008aff;
}
#header_menu li ul {
	display:none;
	position:absolute;
	z-index:500;
	width:188px;
	height:0px;
	top:42px;
	left:0px;
	background:none;
	background-color:#FFF;
	border-bottom:1px solid #cbe7f9;
	border-left:2px solid #cbe7f9;
	border-right:2px solid #cbe7f9;
	box-shadow: 0 5px 5px 0 #AAAAAA;
}
#header_menu li ul li {
	display:block;
	position:static;
	float:none;
	margin:0;
	padding:0;
	background:none;
}
#header_menu li ul li a {
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	padding:0 0 0 15px;
	background:none;
	border-bottom:1px solid #cbe7f9;
}
#header_menu li ul li a:hover {
	color:#FFF;
	background-color:#6db5f2;
}


#member td {
	text-align:right;
	vertical-align:middle;
	padding:16px 0 0 10px;
}
#member a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#membername {
	text-align:center;
	font-size:12px;
	line-height:18px;
}
#membername a {
	text-decoration:none;
	color:#333;
}
#membername a:hover {
	color:#F90;
}


.container {
	clear:both;
	margin:0 auto;
	padding:0 10px;
}

#contents {
	clear:both;
	position:relative;
	width:100%;
	min-width:1184px;
}

#leftmenu {
	float:left;
	width:182px;
	padding:8px 0 0 7px;
}
#leftmenu div {
	line-height:0;
}
#left_search {
	background:url(../images/base13/bmenu_b.png) repeat-y;
}
#left_search .btitle {
	padding:0 0 7px 14px;
	font-size:14px;
	line-height:1em;
	color:#FFF;
}
#left_search #bmenu {
	padding-bottom:8px;
}
#left_search ul {
	list-style:none;
	margin:0;
	padding:0;
}
#left_search li {
	display:block;
	width:156px;
	margin:0 auto;
	font-size:12px;
}
#left_search li.bmenu_t {
	position:relative;
	margin-bottom:9px;
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	background: #bed4e6; /* Old browsers */
	background: -moz-linear-gradient(top, #bed4e6 0%, #d0e6f8 50%, #d1e7fb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bed4e6), color-stop(50%,#d0e6f8), color-stop(100%,#d1e7fb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bed4e6 0%,#d0e6f8 50%,#d1e7fb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bed4e6 0%,#d0e6f8 50%,#d1e7fb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bed4e6 0%,#d0e6f8 50%,#d1e7fb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bed4e6 0%,#d0e6f8 50%,#d1e7fb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed4e6', endColorstr='#d1e7fb',GradientType=0 ); /* IE6-9 */
}
#left_search li.bmenu_t > a {
	display:block;
	height:18px;
	line-height:18px;
	width:125px;
	padding:2px 2px 0 10px;
	color:#404040;
	text-decoration:none;
}
#left_search a.bmenu_c {
	display:block;
	position:absolute;
	width:26px !important;
	height:26px !important;
	padding:0 !important;
	text-indent:-9999px;
	background:url(../images/base13/bmenuicon_c.png) no-repeat;
	top:-3px;
	right:0px;
}
#left_search a.bmenu_o {
	display:block;
	position:absolute;
	width:26px !important;
	height:26px !important;
	padding:0 !important;
	text-indent:-9999px;
	background:url(../images/base13/bmenuicon.png) no-repeat;
	top:-3px;
	right:0px;
}
#left_search li.bmenu_t ul {
	display:none;
	height:0px;
	padding-top:2px;
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	background-color:#FFF;
}
#left_search li.bmenu_t li {
}
#left_search li.bmenu_t li a {
	display:block;
	padding-left:5px;
	line-height:20px;
	text-decoration:none;
	color:#404040;
	border-bottom:1px dotted #666666;
}
#left_search li.bmenu_t li:last-child a {
	border:none !important;
}
#left_search li.bmenu_t a:hover,#left_search li.bmenu_t a.slt {
	color:#F30;
}


#left_search .fblk {
	padding:0 0 18px 10px;
}
#left_search .fblk span {
	color:#FFF;
}
#left_search .fblk div {
	text-align:right;
	padding-right:10px;
}
#left_search .fblk select {
	font-size:11px;
}
#left_search input.itxt {
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	padding:2px 5px;
	margin-bottom:13px;
	border:2px solid #e8e8e8;
	width:148px;
}
#left_search input.itxt:hover {
	border:2px solid #06F;
}
#left_search input.itxt:focus {
	border:2px solid #09F;
}
#left_search input#searchbtn {
	width:139px;
	height:24px;
	margin:0 21px 0 12px;
}
#left_search #bmenureset {
	margin:15px 21px 0 12px;
}
#left_search a:hover #bmenureset {
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#left_search .bm_c {
	background-color:#FFF;
	text-align:center;
}
#left_search .bm_c img {
	margin:1px auto;
}
#left_search .bm_c a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#left_search #leftbanner {
	padding:12px 0;
}
#left_search #leftbanner img {
	margin:3px auto !important;
}
#left_search #leftbanner a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}


#right_contents {
	float:right;
	width:300px;
	padding:10px 10px 0 0;
}

#right_banner {
	padding-bottom:15px;
}
.right_banner {
	padding-bottom:10px;
}


#center_contents {
	margin:0 325px 0 204px;
	padding-top:10px;
}
#msearch {
	padding-bottom:15px;
}
#msearch input.itxt {
	width:601px;
	height:25px;
	margin:0;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:25px;
	color:#333;
	border:none;
	background:url(../images/base13/msearchbase.png) no-repeat left top;
	float:left;
}
#msearch #msearchbtn {
	width:42px;
	height:25px;
}
#center_banner {
	padding-bottom:15px;
}


#footer {
	clear:both;
	padding:10px;
	font-size:12px;
	line-height:18px;
	color:#595959;
}
#footer a {
	text-decoration:none;
	color:#595959;
}
#footer a:hover {
	color:#008aff;
}
#footer .copy {
	font-size:11px;
	padding-top:4px;
}

#hidden {
	display:none;
}


img.resize {
	display:none;
}


.ccc1,.ccc1 a {
	text-decoration:none !important;
	color:#5890da !important;
}
.ccc2,.ccc2 a {
	text-decoration:none !important;
	color:#4baad7 !important;
}
.ccc3,.ccc3 a {
	text-decoration:none !important;
	color:#ee8687 !important;
}
.ccc4,.ccc4 a {
	text-decoration:none !important;
	color:#a3c544 !important;
}
.ccc5,.ccc5 a {
	text-decoration:none !important;
	color:#dcb22f !important;
}
.ccc6,.ccc6 a {
	text-decoration:none !important;
	color:#00690e !important;
}
.ccc7,.ccc7 a {
	text-decoration:none !important;
	color:#ff584d !important;
}
.ccc1 a:hover,.ccc2 a:hover,.ccc3 a:hover,.ccc4 a:hover,.ccc5 a:hover,.ccc6 a:hover,.ccc7 a:hover {
	color:#000 !important;
}
.ccc1l {
	border-bottom:1px solid #5890da !important;
	border-top:1px solid #5890da !important;
}
.ccc2l {
	border-bottom:1px solid #4baad7 !important;
	border-top:1px solid #4baad7 !important;
}
.ccc3l {
	border-bottom:1px solid #ee8687 !important;
	border-top:1px solid #ee8687 !important;
}
.ccc4l {
	border-bottom:1px solid #a3c544 !important;
	border-top:1px solid #a3c544 !important;
}
.ccc5l {
	border-bottom:1px solid #dcb22f !important;
	border-top:1px solid #dcb22f !important;
}
.ccc6l {
	border-bottom:1px solid #00690e !important;
	border-top:1px solid #00690e !important;
}
.ccc7l {
	border-bottom:1px solid #ff584d !important;
	border-top:1px solid #ff584d !important;
}

.ccc1b,.ccc2b,.ccc3b,.ccc4b,.ccc5b,.ccc6b,.ccc7b {
	padding:4px 5px;
	margin-top:10px;
	line-height:1;
	color:#FFF !important;
	font-weight:bold !important;
}
.ccc1b {
	background-color:#5890da !important;
}
.ccc2b {
	background-color:#4baad7 !important;
}
.ccc3b {
	background-color:#ee8687 !important;
}
.ccc4b {
	background-color:#a3c544 !important;
}
.ccc5b {
	background-color:#dcb22f !important;
}
.ccc6b {
	background-color:#00690e !important;
}
.ccc7b {
	background-color:#ff584d !important;
}


.pan {
	font-size:12px;
	line-height:1em;
	padding:10px;
	color:#666;
}
.pan a {
	text-decoration:none;
	color:#666;
}
.pan a:hover {
	color:#3399FF;
}
.pan h1,.pan h2 {
	display:inline;
	color:#666;
	font-weight:normal;
	font-size:12px;
	line-height:1em;
}
.pan span a {
	color:#3399FF;
	text-decoration:none;
}
a.panb {
	color:#ff552e;
}
a.panb:hover {
	color:#ff552e;
}



#contents_t {
	background-color:#6db5f2;
	color:#FFF;
	font-size:11px;
	line-height:1em;
	padding:2px 5px;
	margin-bottom:5px;
}

.cbox {
	width:300px;
	padding-bottom:7px;
}
.cboxarea {
	border:1px solid #ccc;
	padding:5px;
}
.cimg {
	padding-right:5px;
	float:left;
}
.cboxf {
	clear:both;
	height:1px;
}
.ctitle {
	width:278px;
	height:13px;
	padding:2px 5px 5px 5px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#333;
	margin-bottom:5px;
}
.etitle {
	font-size:14px;
	word-break:break-all;
	line-height:140%;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
}
.rtitle {
	text-align:right;
	font-size:12px;
	line-height:150%;
	word-break:break-all;
}
.mtxt {
	font-size:12px;
	word-break:break-all;
	line-height:140%;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
}


.ccc1t {
	background:url(../images/base/cc1.png) repeat left top;
}
.ccc2t {
	background:url(../images/base/cc2.png) repeat left top;
}
.ccc3t {
	background:url(../images/base/cc3.png) repeat left top;
}
.ccc4t {
	background:url(../images/base/cc4.png) repeat left top;
}
.ccc5t {
	background:url(../images/base/cc5.png) repeat left top;
}
.ccc6t {
	background:url(../images/base/cc6.png) repeat left top;
}
.ccc7t {
	background:url(../images/base/cc7.png) repeat left top;
}


#m_menu_base {
	display:block;
	position:relative;
}
#m_menu {
	position:absolute;
	z-index:600;
	background-color:#FFF;
	border:1px solid #ff9900;
	left:0px;
	top:27px;
}
#m_menu a {
	display:block;
	text-decoration:none;
	color:#333;
	text-align:left;
	font-size:12px;
	line-height:16px;
	border-bottom:1px dotted #ffd28f;
	padding:5px;
}
#m_menu a:hover {
	color:#fff;
	background-color:#ff9900;
}