@charset "Shift_JIS";
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 
table {
	border-collapse:collapse;
} 
fieldset,img {
	border:0;
} 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} 
ol,ul {  
	list-style:none;
} 
caption {
	text-align:left;
} 
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html {
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	font-size:84%;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
	color:#333333;
}
a {color:#333333;text-decoration:underline;outline:none;}
a:hover {color:#333333;text-decoration:none;}
.clr {clear:both;}
.blk {display:block;}
p {margin-bottom:0.8em;}
.p2 {margin:0;}
strong {font-weight:bold;}
.fLeft {float:left; margin:0 10px 10px 0;}
.fRight {float:right; margin:0 0 10px 10px;}
.ore {color:#FF6600;}
.defUl {list-style:disc; padding:0 0 0.8em 2em;}
.defOl {list-style:decimal; padding:0 0 0.8em 2em;}
.defUl li, 
.defOl li{
	margin-bottom:0.5em;
}
.smaTx {
	font-size:84%;
	line-height:1.5em;
}
/*FIREFOX ONLY*/
*>/**/sup { vertical-align: text-top; line-height: 4px; }
.mgt5 {margin-top:5px;}
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.mgb08 {margin-bottom:0.8em;}
.mgb20 {margin-bottom:20px;}
.caption {font-size:84%;line-height:1.3em;}
.txRight {text-align:right;}
.txCenter {text-align:center;}
.leadTx {
	font-size:120%;
	line-height:1.7em;
}
.leadSubTx {
	font-size:110%;
	line-height:1.6em;
}
.red {
	color:#FF6600;
}
.replace {
	display:block;
	font-size:1px;
	line-height:1px;
	text-decoration:none;
	text-indent:-9999px;
	/* \*/
	overflow:hidden;
	/* */
}
.pagetop {text-align:right; margin-bottom:24px;}

.bold{
	font-weight:bold;
}

/*----------------------------------------------------------
	リスト再定義
----------------------------------------------------------*/
.numOlLi {
	list-style:decimal;
	margin:0 0 0 2em;
}
.arwLi li {
	background:url(/com_img/arw_green.gif) no-repeat 0 7px;
	padding:0 0 0.5em 1em;
}
.maruLi li {
	background:url(/com_img/ico_maru.gif) no-repeat 0 8px;
	padding:0 0 0.5em 1em;
}
/*----------------------------------------------------------
	テーブル再定義
----------------------------------------------------------*/
.defTbl, .defTbl2 {
	width:100%;
	table-layout:fixed;
}
.defTbl,
.defTbl th,
.defTbl td {
	border:1px solid #DDDDDD;
}
.defTbl th,
.defTbl td {
	padding:5px;
}
.defTbl th {
	background-color:#EFEFEF;
}
.exTxt {font-size:84%; margin-left:0.5em;}
.defTbl2 th,
.defTbl2 td {
	border-bottom:1px solid #DDDDDD;
}
.defTbl2 td {
	padding:8px 0 8px 5px;
}
.defTbl2 th {
	text-align:left;
	padding:8px 5px 8px 0;
}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	overflow:auto;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*-------------------------------------------------------------------

	COMMON LAYOUT SETTING

-------------------------------------------------------------------*/
body{
	background:#fff url(../img/bg.jpg) repeat-x left top;
}
#header {
	width:900px;
	margin:0 auto;
	padding:22px 0 10px;
}

/*----------------------------------------------------------
	CONTENTS
----------------------------------------------------------*/
#contents {
	overflow:hidden;
	width:900px;
	margin:0 auto 5px;
	padding-top:5px;
	background:#fff url(../img/bg_contents.jpg) no-repeat left top;
}

*html #contents{
	height:1%;
}

#contents #fla{
	width:890px;
	margin:0 auto 11px auto;
}

#contents #leftSide{
	float:left;
	width:224px;
	padding-left:10px;
}

#contents #leftSide .leftSideBox,
#contents #rightSide .sectionR .rBox{
	margin-bottom:6px;
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #D1DAD7;
}

#contents #leftSide .leftSideBox{
	width:218px;
}

#contents #leftSide .leftSideBox .leftSideBoxInn{
	padding:9px 0 5px;
	background-color:#FDF6DE;
	text-align:center;
}
#contents #rightSide .sectionR .rBox .rBoxInn{
	padding:5px 5px 5px 5px;
	background-color:#FDF6DE;
	text-align:center;
}

#contents #rightSide {
	float:right;
	width:656px;
}

#contents #rightSide .sectionL{
	float:left;
	width:446px;
}
#contents #rightSide .sectionR{
	float:right;
	width:190px;
	padding-right:10px;
}

#contents #rightSide .sectionR .rBox{
	width:184px;
}
/*------------------------------------------------------------
	#leftSide
------------------------------------------------------------*/
#leftSide li{
	line-height:84%;
}

#leftSide dl{
	text-align:left;
}
#leftSide .sec1,
#leftSide .sec2,
#leftSide .sec3{
	width:200px;
	margin:0 auto;
	padding:0 0 7px 0;
	clear:both;
}
#leftSide .sec1 select,
#leftSide .sec2 select,
#leftSide .sec3 select{
	margin-right:5px;
}

#leftSide .sec1 .secTx {
	margin-right:5px;
	font-size:84%;
}
#leftSide .sec1,
#leftSide .sec2{
	background:url(../img/seek_line.gif) repeat-x center bottom;
	margin-bottom:3px;
}

#leftSide .sec2 dl{
	float:left;
	width:50px;
	margin:0 15px 0 0;
}
#leftSide input#search{
	margin:2px auto 2px;
}
.blkBtns{
	clear:left;
	margin:5px 9px;
	padding:3px 8px;
	background-color:#FEFAE9;
	border:1px solid #EBE0C9;
}
.blkBtns ul li{
	margin:4px auto 0;
}
#leftSide ul.bnrs li{
	margin:5px auto 0;
}
/*------------------------------------------------------------
	#rightSide
------------------------------------------------------------*/

#rightSide .sectionL h3{
	clear:both;
	margin-bottom:10px;
}
#rightSide ul.mem li{
	margin:0 auto;
	line-height:1px;
	font-size:1px;
	margin:3px auto 0;
}
/*#rightSide ul.mem li img{
	display:block;
}*/

#rightSide ul.mem li.liSt img{
	margin-top:0;
}

/*バナー群*/
#rightSide #bnrArea{
	margin-bottom:15px;
}
#rightSide #bnrArea .bnr{
	margin-bottom:5px;
}
ul.miniBnrs{
	clear:both;
	margin-bottom:10px;
}
ul.miniBnrs li{
	float:left;
}
ul.miniBnrs li img{
	margin-right:5px;
}
ul.miniBnrs li.liEnd img{
	margin-right:0;
}
/*-----------------------------------------------------------------
	#footer
-----------------------------------------------------------------*/
#footer{
	clear:both;
	width:878px;
	margin:0 auto;
	padding:10px 0;
	border-top:1px solid #D1DAD7;
	text-align:right;
}

#footer .areaBnrs,.areaBnrs{
	margin-bottom:15px;
	text-align:center;
}

#footer .areaBnrs ul li,.areaBnrs ul li{
	float:left;
}

#footer .areaBnrs ul li img,.areaBnrs ul li img{
	margin-right:6px;
}
#footer .areaBnrs ul li.liSt img,.areaBnrs ul li.liSt img{
	margin-left:0;
}
/*-------------------------------------------------------------------

	news

-------------------------------------------------------------------*/
ul.newsLi{
	margin-bottom:1em;
	margin-left:1.5em;
	padding: 0px;
	margin-top: 0px;
}

ul.newsLi li{
	background:url(../img/ico_news.gif) no-repeat left 7px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

ul.indexMenu{
	margin-bottom:3px;
}

ul.indexMenu li{
	display:inline;
}

ul.indexMenu li img{
	margin-bottom:10px;
}
ul.indexMenu li.liR img{
	margin-left:10px;
}
.sideBnr img,.sideBnrLink img {
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
/*.sideBnr {
	background-image: url(../img/sidemem_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/

.sideCorp {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1DAD7;
	border-bottom-color: #D1DAD7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 32px;
	padding-top: 10px;
}
.sideCorp p {
	background-image: url(/img/side_gaiyo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 15px;
	padding-top: 3px;
}
/*サイドメニュー用*/
#swArea {
	width:218px;
	position:absolute;
	z-index:2;
	padding-bottom:5px;
	background:url(../img/sw_btn.gif) no-repeat left bottom;
	display:none;
}
#swArea p {
	text-align:right;
	margin:0;
	background:url(../img/sw_top.gif) no-repeat left bottom;
}
#swArea ul {
	width:194px;
	padding:0 12px;
	background:url(../img/sw_mid.gif) repeat-y left bottom;
}
#swArea ul li {
	border-bottom:1px solid #C7C5B7;
	font-size:1px;
	line-height:1px;

}
#swArea ul li.none {
	border-bottom:none;
}
#memerBtn {
	cursor:pointer;
}
#memClose {
	cursor:pointer;
}
