/*reset*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img{ border:none }

body{
	background:#f0f0f0;
	color:#333;
	font-size:14px;
	line-height:1.5;
	overflow-y:scroll;
	padding:10px;
}
a{
	color: #0082c2;
	outline: none 0px;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;}

h1{
	color:#666;}
h2{
	color:#000;}
h3{
	color:#333;}

div,ul{
	border-radius: 8px;
}
ul{
	list-style:none}
td{
	padding-bottom:2em;
	padding-left:2em;
	text-align: left;
	vertical-align: top;
}
em{
	color:#0082c2;
	font-size:1.2em;
	font-style:normal;
	font-variant:small-caps;
	font-weight:600;
}
a:hover em{
	text-decoration:underline;}
button{
	cursor:pointer;}

#ibunkotext{
	letter-spacing:-1.8px;}

#header{
	height:26px;}

/*コンテンツ部*/
.content{
	border: 2px solid #dfdfdf;
	clear:left;
	margin-bottom:10px;
	margin:auto;
	padding: 10px;
	position:relative;
	width:880px;
}

#w_body{
	background:#fff;}

#w_fbody{
	background:#fff url(images/bg_f_list.png) repeat-x;
}

.li_float li{
	float:left;}

/*ヘッダナビ*/
.ch_head{
	height: 50px;
	margin-bottom: 20px;
	margin: auto;
	/* padding: 0 30px; */
	position: relative;
	width: 900px;
}
#top{
	background:url(../img/top.png) no-repeat;
	display:block;
	height:32px;
	width:120px;
}
#top a:hover{
	background-position:0 -32px;
}
.ch_navi{
	left:768px;
	list-style:none;
	position:absolute;
	top:12px;
}
.ch_navi li{
	float:left;}
.ch_navi a{
	display:block;
	height:11px;
}
#support a{
	background:url(../img/support.png) 0 0 no-repeat;
	width:78px;
}
#support a:hover{
	background-position: 0 -11px;}
#blog a{
	background:url(../img/blog.png) 0 0 no-repeat;
	width:52px;
}
#blog a:hover{
	background-position: 0 -11px;}
#nav{
	height:30px;
	margin:auto;
	position:relative;
	width:900px;
}
#nav ul{
	display:inline;
	position:absolute;
	right:10px;
	top:0;
}
#nav li{
	height:20px;
	margin-left:20px;
	padding:4px 0;
}
/*ul#nav{text-align:center;}
#nav li{display:inline; margin-left:20px; padding:4px 0; height:20px;}*/

/*--features--*/
#features_menu{
	/*background:url(images/bg_f_list.png) repeat-x;*/
	display:block;
	height:65px;
	width:100%;
}
#features_menu li{
	color:#ddd;
	padding-top: 10px;
	text-align:center;
	width:270px; height:65px;
}
#features_menu a{
	color:#3c96bb;
	font-weight:600;
}
#features_menu a:hover{
	color:#0082c2;}
#f_present{
	background:url(images/bg_f_c.gif) no-repeat 50% 37px;
	color:#fff;
	font-weight:600;
}
#features_tbl{
	margin-top:40px;
	width:880px;
}
#features_tbl th{
	text-align:center;
	vertical-align:bottom;
	width:408px;
}
#features_tbl td{
	padding: 0 10px 80px 40px;}

/*--外部リンク表示---*/
.out{
	background:url(images/out.gif) right center no-repeat;
	padding-right:13px;
	margin-right:6px;
}
/*footer*/
#copy{
	color:#999;
	display:block;
	font-size:12px;
	margin:auto;
	text-align:right;
	width:900px;
}