@charset "utf-8";
/*
	Copyright (c) 2008 MEIDENSHA CORPORATION All Rights Reserved

		Style List
		1. TopPage Style
		?. Print Style
*/

/* =1. TopPage Style */
/* ---------------------------------------------------------------- */
#contents_wrapper {
 width:950px;
 margin:0 auto;
 padding:22px 0 0;
}

#left_contents {
 width:740px;
 float:left;
 margin:-1.5em 0 30px;
}
.headT {
 font-size:86%;
 text-align:right;
 margin:3px 0;
}
#main_visual {
 margin:0 0 3px;
}
#faqArea dd ul {
 margin:0 0 0 13px;
 font-size:100%;
}
#faqArea dd ul li {
 background:url(../images/icon_faq.gif) left center no-repeat;
 margin:10px 0 0;
 padding:0 0 0 20px;
}
#faqArea dd ul li a {
 text-decoration:none;
}
#faqArea dd ul li a:hover {
 text-decoration:underline;
}
#cNav {
 overflow:hidden;
 zoom:1;
 background:url(../../image/cnav_bg.gif) 0 0 repeat;
 margin:0 0 20px;
 padding:9px 0 9px 9px;
}
#cNav li {
 float:left;
 margin:0 0 0 1px;
}
#cNav2 {
 overflow:hidden;
 zoom:1;
 margin:0 0 10px -7px;
}
#cNav2 li {
 float:left;
 position:relative;
 margin:0 2px 0 0;
}
#cNav2 li a {
 position:absolute;
 right:10px; top:113px;
}


#right_contents {
 width:194px;
 float:right;
 margin:0 0 30px;
}

/* =?. Print Style */
/* ---------------------------------------------------------------- */
@media print {}


