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

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
}

/*------------ WRAPPER ------------*/
#wrapper {
}

/*------------ HEADER ------------*/


/*------------ NAVI ------------*/


/*------------ TOP ------------*/

#main{
	width:100%;
	height:350px;
	text-align:center;
	background-color:#000000;
}

#contents{
	width:802px;
	margin:0 auto;
	padding:13px 0 0 0;
}

.pic_list li{
	float:left;
	text-align:center;
	margin:0 19px 15px 0;
}

.pic_list li img{
	border:1px solid #CCC;
	display:block;
	padding:2px;
}

.pic_list li.mr0{
	margin-right:0;
}

.btn_form{
	text-align:center;
	padding-bottom:20px;
}

.block{
	padding-bottom:20px;
}

.block img.photo{
	margin:0px 10px 30px 10px;
	padding:2px;
	border:solid 1px #cccccc;
	float:right;
}

.indent_list{
	padding-bottom:15px;
}

.indent_list li{
	padding-left:10px;
	text-indent:-10px;
}

.link_list{
	text-align:center;
	padding-bottom:20px;
}

.link_list li{
	display:inline;
	padding:0 10px;
}

.table_outline{
	width:580px;
	float:left;
}

.table_outline th,
.table_outline td{
	vertical-align:top;
	padding-bottom:6px;
}

.table_outline th{
	text-align:left;
	width:13%;
}

.table_gray{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #646464;
	border-bottom:1px solid #646464;
}

.table_gray th,
.table_gray td{
	vertical-align:top;
	padding:6px;
	border-bottom:1px solid #c8c8c8;
}

.table_gray th{
	background-color:#e6e6e6;
	width:20%;
	text-align:left;
}

.table_gray.middle th{
	vertical-align:middle;
	text-align:center;
}

.table_gray .last th,
.table_gray .last td{
	border-bottom:none;
}

h2{
}

h3{
	margin-bottom:15px;
}

.small{
	font-size:13px;
	font-height:1.5em;
}

a{
	color:#0096e6;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}


/*------------ FOOTER ------------*/

#footer{
	background-color:#000000;
	height:85px;
}


/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

.w400{
	width:400px;
}

.w450{
	width:450px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mr15{
	margin-right:15px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr15{
	padding-right:15px;
}

.pr100{
	padding-right:100px;	
}

.pb10{
	padding-bottom:10px;	
}

.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

.campaign{
	height:150px;
	margin-bottom:15px;
}

