@charset "Shift_JIS";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

/* ヘッダー */
#header {
	width: 849px;
	height:85px;
	background-image:url(img/cir_header.gif);
	background-repeat:no-repeat;
	margin: 0px auto;
}

/* フッター */
#footer {
	width: 849px;
	font-size: 10px;
	text-align: left;
	margin: 0px auto 10px auto;
	padding-top: 3px;
	border-top: 3px solid #CE003D;
	color: #333333;
}

.link {
	font-size: 10px;
	color: #333333;
	line-height: normal;
	text-transform: uppercase;
}

a.link:link{
	color: #333333;
	text-decoration: none;
}
a.link:visited{
	color: #333333;
	text-decoration: none;
}
a.link:hover{
	color: #CE003D;
	text-decoration: none;
}
a.link:active{
	color: #CE003D;
	text-decoration: none;
}

/* --- トップページ --- */
/* 背景 */
#contents {
	width: 849px;
	background-image:url(img/cir_service.gif);
	background-repeat:no-repeat;
	/*background-position: right 176px; キャンペーン有りの場合*/
	/*background-position: right 20px;　キャンペーン無しの場合*/
	background-position: right 220px;
	margin: 0px;
	padding-top: 35px;
	
}

a.link_ca{
	color: #dd463f;
	text-decoration:underline;
}
a.link_ca:hover{
	color: #594b40;
	text-decoration:underline;
}

/* メニュー */
#menu {
	width: 174px;
	background-image:url(img/cir_top_menu_bg.gif);
	background-repeat:no-repeat;
	padding: 11px;
	margin-top: 12px;
	height: 696px;
}

#top-inquiry {
	width: 160px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

/* メインコンテンツ */
.top-started {
	font-size: 12px;
	color: #4F3325;
	padding-top: 3px;
}

a.top-started:link{
	color: #4F3325;
	text-decoration: none;
}
a.top-started:visited{
	color: #4F3325;
	text-decoration: none;
}
a.top-started:hover{
	color: #35AF19;
	text-decoration: none;
}
a.top-started:active{
	color: #35AF19;
	text-decoration: none;
}

/* --- ご利用案内--- */
#guide-contents p {
	margin: 0px;
}

#guide-contents {
	width: 690px;
	text-align: left;
	margin:0 auto;
}
#guide-contents h1 {
	margin: 0px;
	padding-top: 20px;
}
#guide-contents h2 {
	margin: 0px;
	color: #231815;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}

.guide-txt {
	font-size: 10px;
	line-height: 150%;
	color: #231815;
}


/* --- 会則ページ --- */
#rul-contents {
	width: 690px;
	text-align: left;
}

#rul-contents h1 {
	margin: 0px;
	padding-top: 20px;
}

#rul-contents h2 {
	margin: 0px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}


#rul-contents p {
	margin: 0px;
}

#rul-contents table {
	width: 680px;
	border-collapse: collapse;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	margin: 5px 0px 5px 0px;
}

#rul-contents th {
	padding: 5px;
	background-color: #CCCCCC;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

#rul-contents td {
	padding: 5px;
	color: #333333;
	font-size: 10px;
	line-height: 120%;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	text-align: center;
}

.rul-attention {
	border: 1px solid #FF0000;
	margin: 5px 0px;
	padding: 5px 15px;
}

.rul-attention p {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
	margin: 0px;
}

.rul-attention ul {
	margin: 0px;
	padding: 0px;
}

.rul-attention li {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.section {
	padding-left: 1.6em;
	padding-bottom: 15px;
}

.section p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	text-align: left;
}

.section ul {
	margin: 0px;
	padding: 0px;
}

.section ul li {
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.section-indent {
	text-indent: 1em;
}

.section ul li ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.section span.w01 {
	margin: 0px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	padding-left: 1.1em;
	line-height: 140%;
	background-image: url(img/rul_w01.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

.section span.w02 {
	margin: 0px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	padding-left: 1.1em;
	line-height: 140%;
	background-image: url(img/rul_w02.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

.attention11 {
	padding-left: 4.6em;
}

.attention-indent {
	padding-left: 1.6em;
	text-indent: 1.6em;
}

.rul-txt {
	padding-bottom: 15px;
	font-size: 10px;
	line-height: 110%;
	color: #333333;
}

.number {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 140%;
	color: #333333;
}
.campaign {
	color:#000000;
	line-height:180%;
	font-family:Meiryo;
}

