@charset "UTF-8";
/* CSS Document */

/*--------------------------------------
 * colum Module
 * ---------------------------------------*/
ul.col-navi{
	margin-left:20px;
	margin-bottom:20px;
}
ul.col-navi li{
	background:url(../images/list01.gif) no-repeat 0 7px;
	padding-left:20px;
}
.col1{
	width:760px;
	margin-left:15px;
	margin-bottom:20px;
}
.col2{
	width:560px;
	padding-top:15px;
	margin-left:15px;
	margin-bottom:20px;
	border-top:#cccccc 1px solid;
}
.col3{
	width:530px;
	margin-left:20px;
}
blockquote.col-box1{
	width:560px;
	background:url(../images/box-back.gif) no-repeat top;
	margin:0;
	padding:0;
}
blockquote.col-box1 div.inner{
	width:560px;
	background:url(../images/box-back.gif) no-repeat bottom;
	margin:0;
	padding:0;
}

blockquote.col-box2{
	width:560px;
	background:#e7ecff;
	border:#cccccc 1px solid;
	overflow: hidden;
}
blockquote.col-box3{
	width:560px;
	background:#e7ecff;
	border:#cccccc 1px solid;
	overflow: hidden;
	margin-bottom:20px;
	margin-left:15px;
}
.box-inner{
	margin:10px;
}


.col-right{
	float:right;
	width:50%;
}
.col-left{
	float:left;
	width:50%;
}
.cap{
	font-size:85%;
	line-height:1.2;
	padding-top:10px;
}

.campaign{
	background-color:#FFFFCC;
	width:560px;
	margin-bottom:20px;
}

.campaign_inner{
	width:500px;
	padding:10px 0 10px 30px;
}

 /* Page Top */
.content-footer{
	width:610px;
	border-top:1px solid #cccccc;
	padding-top:10px;
	overflow:hidden;
}

/* Footerパン屑リスト */
p.footer-pan{
	width:610px;
	border-top:1px solid #cccccc;
	padding-top:10px;
	text-align:center;
	font-size:85%;
}
.page-top{
	width:auto;
	text-align:right;
	margin-bottom:10px;
	font-size:85%;
}
.page-top a{
	background:url(../images/arrow_top.gif) no-repeat;
	padding: 0 0 2px 20px;
}


/* 登録先リスト */
#site-list {
	width  : 720px;
	margin : 0;
	padding: 0;
	list-style: none;
}
.site-list-hname {
	width  : 200px;
	height : 20px;
	float  : left;
	font-weight: bold;
	color     : #FFFFFF;
	background: #0464b5;
	margin : 0;
	padding: 2px 2px 2px 2px;
}
.site-list-hform {
	width  : 100px;
	height : 20px;
	float  : left;
	font-weight: bold;
	color     : #FFFFFF;
	background: #0464b5;
	margin : 0;
	padding: 2px 2px 2px 2px;
}
.site-list-hinfo {
	width  : 400px;
	height : 20px;
	float  : left;
	font-weight: bold;
	color     : #FFFFFF;
	background: #0464b5;
	margin : 0;
	padding: 2px 2px 2px 2px;
}
.site-list-name {
	width  : 200px;
	height : 60px;
	float  : left;
	font-size: 100%;
	color  : #333333;
	text-align: left;
	background: #EEEEEE;
	margin : 0;
	padding: 2px 2px 2px 2px;
	border-top: 1px #3333CC solid;
}
.site-list-form {
	width  : 100px;
	height : 60px;
	float  : left;
	font-size: 100%;
	color  : #333333;
	text-align: left;
	background: #EEEEEE;
	margin : 0;
	padding: 2px 2px 2px 2px;
	border-top: 1px #3333CC solid;
}
.site-list-info {
	width  : 400px;
	height : 60px;
	float  : left;
	font-size: 90%;
	color  : #333333;
	text-align: left;
	background: #EEEEEE;
	margin : 0;
	padding: 2px 2px 2px 2px;
	border-top: 1px #3333CC solid;
}
.site-list-link {
	text-decoration: none;
	color: #3333CC;
	display: block;
	width : 100%;
	height: 100%;
	padding: 0 0;
}
.site-list-link:hover {
	background: #3333CC;
	color: #EEEEEE;
}

/*--------------------------------------
 * contact Module
 * ---------------------------------------*/
#contact-box01{
	margin-left:20px;
	width:790px;
}

#contact-box01 dd{
	margin-bottom:20px;
	background:url(../member/images/dot_line680.gif) no-repeat bottom;
	padding-left:30px;
	padding-bottom:20px;
}
#contact-box01 dd span{
	color:#FF0000;
}
#contact-box01 dt span{
	color:#FF0000;
	font-weight:bold;
}
#contact-box01 dt {
	padding:3px 10px;
	border-left:7px solid #999999;
	margin-bottom:7px;
}
#contact-box01 dl{
	width:770px;
	margin-top:20px;
	margin-left:20px;
}
h1.contact1_ttl{
	margin-top:10px;
	background:url(../contact/images/ttl01.gif) no-repeat;
	width:790px;
	height:35px;
}
h2.contact2_ttl{
	margin-top:10px;
	background:url(../contact/images/ttl02.gif) no-repeat;
	width:790px;
	height:35px;
}
h2.contact3_ttl{
	margin-top:10px;
	background:url(../contact/images/ttl03.gif) no-repeat;
	width:790px;
	height:35px;
}
h2.contact4_ttl{
	margin-top:10px;
	background:url(../contact/images/ttl04.gif) no-repeat;
	width:790px;
	height:35px;
}

.padding10px{
	padding:10px;
}

/*--------------------------------------
 * Margin Module
 * ---------------------------------------*/
/* Margin-Top */
.margin-top5px{
	margin-top:5px;
}
.margin-top10px{
	margin-top:10px;
}
.margin-top15px{
	margin-top:15px;
}
.margin-top20px{
	margin-top:20px;
}
/* Margin-Bottom */
.margin-bottom5px{
	margin-bottom:5px;
}
.margin-bottom10px{
	margin-bottom:10px;
}
.margin-bottom15px{
	margin-bottom:15px;
}
.margin-bottom20px{
	margin-bottom:20px;
}
.margin-bottom30px{
	margin-bottom:30px;
}
/* Margin-left */
.margin-left5px{
	margin-left:5px;
}
.margin-left10px{
	margin-left:10px;
}
.margin-left15px{
	margin-left:15px;
}
.margin-left20px{
	margin-left:20px;
}
/* Padding-Left */
.padding-left5px{
	padding-left:5px;
}
.padding-left10px{
	padding-left:10px;
}
.padding-left15px{
	padding-left:15px;
}
.padding-left20px{
	padding-left:20px;
}

/* Color */
.xff0000{
	color:#ff0000;
}

/* Text */
.important{
	color:#ff0000;
	font-weight:bold;
}
.error-ms{
	width:auto;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	margin-bottom:10px;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #cccccc;
}
.error-ms2{
	color:#ff0000;
	font-weight:bold;
	margin-bottom:5px;
}

/*--------------------------------------
 * Text Module
 * ---------------------------------------*/
.text-center{
	text-align:center;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
/*--------------------------------------
 * Float Module
 * ---------------------------------------*/
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
}

/*--------------------------------------
 * Image Module
 * ---------------------------------------*/
img.img-left{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
img.img-right{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

/*--------------------------------------
 * Form Module
 * ---------------------------------------*/
.input_type01{
	width:200px;
}
.input_type02{
	width:100px;
}
.input_type03{
	width:50px;
}
.input_type04{
	width:400px;
}
.input_type05{
	width:200px;
}
.input_type06{
	font-size:95%;
	width:500px;
}
.radio01{
	margin-right:20px;
}

hr{
	width:auto;
	margin-bottom:20px;
	height:1px;
	background:#cccccc;
}
.small{
	font-size:90%;
}
.x-large{
	font-size:130%;
	font-weight:bold;
	color:#000000;
}

ul.disc{
	margin-left:20px;
	margin-bottom:10px;
	list-style:disc;
}
ul.disc02{
	margin-left:20px;
	margin-bottom:20px;
	list-style:disc;
}

ul.disc03{
	margin-left:20px;
	margin-bottom:30px;
	list-style:disc;
}

strong{
	font-weight:bold;
	color:#000000;
}