@charset "utf-8";


/*____________________________________________________________________  Body  */

body {
	text-align: center;
	/*
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*/
	font-size: 12px;
	color: #555555;
	background: #FFFFFF url(../img/body_bg.jpg) repeat-x left top;
}



/*____________________________________________________________________  Middle2  */

#middle2{
	width: 731px;
}

#middle2 h1{
	font-size:16px;
	background: url(../img/h1_bg.gif) no-repeat left bottom;
	color: #333333;
	height: 28px;
	line-height: 28px;
	padding:0 0 5px 4px;
	margin:15px 0 18px;
}

#middle2 h2{
	font-size:12px;
	background: url(../img/h2-2_bg.gif) no-repeat left top;
	color: #FFFFFF;
	width: 722px;
	height: 24px;
	font-weight: bold;
	margin:2em 0 1.4em;
	padding: 7px 0 0 9px;
}

#middle2 h3{
	background: url(../img/h3_bg.gif) no-repeat left center;
	padding:0 0 0 17px;
	color: #555555;
	margin: 1.7em 0 0.8em;
}


#middle2 p{
	line-height:1.6;
	margin:0 3px 1.5em;
}
#middle2 p.lead{
	font-weight:bold;
	margin:0 0 0 0;
	font-size: 14px;
}


#middle2 ul,#main ol,#main dl{
	margin-bottom: 1.5em;
}

#middle2 li,#main dt,#main dd{
	line-height:1.4;
}

#middle2 li{
	margin:0px 0px 0px 2.4em;
}


#middle2 table {
	border:none;
	margin-bottom: 2em;
}
#middle2 table th.center, #middle2 table td.center{
	text-align: center;
}


#middle2 img.catch{
	margin-bottom:15px;
}







/*____________________________________________________________________  Middle3  */

#middle3{
	width: 524px;
	float: right;
}

#middle3 h1{
	font-size:16px;
	background: url(../img/h1_bg.gif) no-repeat left bottom;
	color: #333333;
	height: 28px;
	line-height: 28px;
	padding:0 0 5px 4px;
	margin:0px 0 18px;
}

#middle3 h2{
	font-size:12px;
	background: url(../img/h2_bg.gif) no-repeat left top;
	color: #FFFFFF;
	width: 515px;
	height: 23px;
	font-weight: normal;
	margin:2em 0 1.4em;
	padding: 6px 0 0 9px;
}
#middle3 h2 a{
	background:url(../img/arrow8.gif) no-repeat left center;
	padding-left:11px;
	color:#FFFFFF;
}
#middle3 h2 a:link{		text-decoration:none;}
#middle3 h2 a:visited{	text-decoration:none;}
#middle3 h2 a:hover{	text-decoration:underline;}
#middle3 h2 a:active{	text-decoration:underline;}


#middle3 h3{
	background: url(../img/h3_bg.gif) no-repeat left center;
	padding:0 0 0 17px;
	color: #555555;
	margin: 1.7em 0 0.8em;
}


#middle3 p{
	line-height:1.6;
	margin:0 0 1.5em;
	text-indent:2em
}
#middle3 p.lead{
	font-weight:bold;
	margin:0 0 0 0;
	font-size: 14px;
}


#middle3 ul,#main ol,#main dl{
	margin-bottom: 1.5em;
}

#middle3 li,#main dt,#main dd{
	line-height:1.4;
}

#middle3 li{
	margin:0px 0px 0px 2.4em;
}


#middle3 table {
	border:none;
	margin-bottom: 2em;
}


#middle3 img.catch{
	margin-bottom:20px;
}



#middle3 p.r-link{
	text-align:right;
	margin-top: -10px;
}
#middle3 p.r-link a{
	background-image:url(../img/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 9px;
}



/*____________________________________________________________________  Common  */


div.contact-box{
	background-image: url(../img/contact_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 194px;
	height: 33px;
	padding: 42px 0 0 330px;
	margin: 35px auto 0;
}



div#category-link{
	background: url(../img/box_bg3.gif) no-repeat left top;
	padding: 11px 11px 5px;
	width: 709px;
}
div#category-link2{
	background: url(../img/box_bg5.gif) no-repeat left top;
	padding: 11px 7px 5px;
}

div#category-link table, div#category-link2 table{
	margin:0;
	margin-bottom: 0px;
}

div#category-link table th, div#category-link2 table th{
	background:url(../img/arrow5.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	text-align: left;
	vertical-align: top;
	padding: 1px 0 0 15px;
	line-height: 1.3;
}


div#category-link table th a, div#category-link2 table th a{
	padding-right: 5px;
	font-weight:bold;
}

div#category-link table td, div#category-link2 table td{
	white-space: nowrap;
	background: url(../img/category_bg.gif) repeat-y left top;
}
div#category-link table td ul, div#category-link2 table td ul{
	margin:0px;
}

div#category-link table td ul li, div#category-link2 table td ul li{
	list-style-type: none;
	background: url(../img/arrow6.gif) no-repeat 0px 4px;
	margin:0px 0px 4px 15px;
	padding: 0 0 0 14px;
	float: left;
	width: 140px;

}


strong{
	font-weight:bold;
}

.red{
	color:#FF3300;
}

table.table-format1{
	background-color:#CCCCCC;
}
table.table-format1 th{
	background-color:#F5F5F5;
	text-align:left;
	line-height:1.3;
	padding:6px 10px;
	vertical-align: top;
	width: 125px;
}
table.table-format1 td{
	background-color: #FFFFFF;
	line-height:1.3;
	padding:6px 10px;
	width: 356px;
}
table.table-format1 td span.arrow a{
	background-image:url(../img/arrow9.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left:10px;
	font-size:12px;
}

table.table-format2{
	background-color:#CCCCCC;
}
table.table-format2 caption{
	text-align:left;
	padding:0 0 3px 4px;
	font-weight: bold;
}
table.table-format2 th{
	background-color:#F5F5F5;
	text-align:left;
	line-height:1.3;
	padding:6px 10px;
	vertical-align: top;
}
table.table-format2 td{
	background-color: #FFFFFF;
	line-height:1.3;
	padding:6px 10px;
}
table.table-format2 td span.arrow a{
	background-image:url(../img/arrow9.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left:10px;
	font-size:12px;
}
table.table-format2 span.small{
	font-size:12px;
	color:#999999;
}


form#comments-form input{
	margin-top:3px;
}


/*____________________________________________________________________  Top  */

#top{
	width: 524px;
	float: right;
}

#top-flash{
	width: 731px;
	margin-top: 23px;
	margin-bottom: 18px;
	background-image: url(../img/bg_topflash.jpg);
	background-repeat: repeat-x;
}

#top div.item-wrapper{
    zoom:1;/*for IE 5.5-7*/
	position:relative;/*for preview*/
}
#top div.item-wrapper:after{/*for modern browser*/
	content: url(../img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
* #top div.item-wrapper{
	display:inline-table;
	/*\*/display:block;/**/
	margin: 0px 0 22px 0;
}

#top div.item-wrapper div.item-top{
	float:left;
	width:525px;
	margin-bottom: 9px;
}

#top div.item-wrapper div.item-topl{
	float:left;
	width:259px;
	margin-bottom: 9px;
}

#top div.item-wrapper div.item-topr{
	float:left;
	width:259px;
	margin-bottom: 9px;
}

#top div.item-wrapper div.item-top h2{}


#top div.item-wrapper div.item-top p{
	font-size:12px;
	line-height: 1.3;
	margin-top: 5px;
}


#top div.item-wrapper div.item{
	float:left;
	border: 1px solid #CBCFCF;
	width: 255px;
	height: 64px;
	margin-bottom: 9px;
}

#top div.item-wrapper div.item:hover{
	background-color:#F6F6F6;
}


#top div.item-wrapper div.item div.pict{
	width: 50px;
	height: 50px;
	float: left;
	padding: 6px;
}
#top div.item-wrapper div.item div.pict a img{
	border: 1px solid #CBCFCF;
}
#top div.item-wrapper div.item div.pict a:hover img{
	border: 1px solid #53C6C6;
}


#top div.item-wrapper div.item div.desc{
	float: right;
	width: 183px;
	padding: 10px 6px 0 0;
}
#top div.item-wrapper div.item div.desc h2{
	font-size: 12px;
	background-image: url(../img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}
#top div.item-wrapper div.item div.desc p{
	font-size: 12px;
	line-height: 1.3;
}


#top div.item-wrapper div.left{
	margin-right:6px;
}


#top div.top-catch{
	width: 327px;
	height: 122px;
	background-image: url(../img/top_catch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 46px 197px 0 0;
}

#top div.top-catch p{
	line-height:1.6;
}


/*____________________________________________________________________  MT  */

#comments{}
#comments div.asset-meta{
	font-weight:bold;
	margin-bottom:5px;
}

#comments comment-content{
	line-height:1.3;
}



/*____________________________________________________________________  LinkText  */

a:link{
	color:#2773CF;
	text-decoration:none;
}
a:visited{	color: #2773CF;}
a:hover{
	color:#33CC99;
	text-decoration:underline;
}
a:active{	color: #33CC99;}
.campaign {
	margin-bottom: 20px;
}

/*-- special --*/
/*-- ------------------------------------------------- --*/
.SpecialImgr{
	float:right;
	width:260px;
	margin-bottom:20px;
}
.SpecialTextr{
	float:left;
	width:260px;
	margin-bottom:20px;
}

.SpecialImgl{
	float:left;
	width:260px;
	margin-bottom:20px;
}
.SpecialTextl{
	float:right;
	width:260px;
	margin-bottom:20px;
}