﻿@charset "UTF-8";
/* CSS Document */

@import "com.css";
@import url("use_detail.css");
@import url("invite_friend.css");
@import url("tokuten2.css");
@import "company.css";


/*contents_left
------------------------------*/
#contents_left {
	float:left;
	width:180px;
	margin-bottom:15px;
	margin-top: 15px;
}

.banner_default {
	margin-bottom: 10px;
}


/*side_menu2
------------------------------*/
#side_menu2 {
	width:180px;
	margin-bottom:15px;
}

#side_menu2 ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#side_menu2 ul li {
	display:block;
}

#side_menu2 ul li a:hover {
	text-decoration:underline;
}

/*IE6以下*/
* html body .side_menu2_subject {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/box.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
	height:15px;
	font-weight: bold;
}

/*IE7 FIREFOX*/
html>body .side_menu2_subject {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/box.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
	font-weight: bold;

}



/*IE6以下*/
* html body .side_menu2_topline a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
	height:15px;
}

/*IE7 FIREFOX*/
html>body .side_menu2_topline a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
}

/*IE6以下*/
* html body .side_menu2_indent a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) 10px 0 no-repeat;
	padding:4px 0 0 30px;
	height:15px;
}

/*IE7 FIREFOX*/
html>body .side_menu2_indent a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) 10px 0 no-repeat;
	padding:4px 0 0 30px;
}



/*contents_center
------------------------------*/
#contents_center {
	float:left;
	width:400px;
	margin-bottom:15px;
	margin-top: 15px;
	margin-left: 10px;
}



/*contents_right
------------------------------*/
#contents_right {
	float:left;
	width:180px;
	margin-bottom:15px;
	margin-top: 15px;
	margin-left: 10px;
}


#contents_right ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

/*下部分左右
------------------------------*/

#under_left {
	float: left;
	width: 260px;
}

#under_rihgt {
	float: right;
}

/*マージン、右バナー類
------------------------------*/
.margin_b10 {
	margin-bottom: 10px;
}

.margin_15 {
	margin-bottom: 15px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.banner_box {
	margin-bottom: 10px;
}


/*フォント系
------------------------------*/
.font_size {
	font-size: 90%;
	line-height: 14px;
}

.bold {
	font-weight: bold;
}

#news_list {
	font-weight: bold;
}

.font_red {
	color: #FF0000;
}


/*追加
------------------------------*/

.box {
	margin:15px 0;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
}
.font9 {
	font-size: 0.85em;
}
.list {
	width: 400px;
	margin-bottom: 10px;
}

/*追加02
------------------------------*/

#header_login {
	text-align:center;
	border-bottom:1px solid #C8C8C8;
	padding-bottom:2px;
	font-size:80%;
	margin-bottom:10px;
}

/*追加03
------------------------------*/
.font-m-b {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}
.catch-p-b {
	font-size: 14px;
	font-weight: bold;
	color: #DC6E92;
	line-height: 18px;
}
.font-m-bb {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}



/*topics_box
------------------------------*/
.topics_box {
	margin-bottom: 15px;
}

.topics_box p {
	border-bottom:1px dotted #969696;
	margin-bottom:5px;
}






/*FAQ(2008.05.01改定)
------------------------------*/
h2.faq_title {
	color : #4c5f90 ;
	font-size : 1.5em ;
	font-weight : 400 ;
	margin : 0.5em 2em 1em 0.5em ;
}

h2.faq_title02 {
	color : #4c5f90 ;
	font-size : 1.5em ;
	font-weight : 400 ;
	margin : 0.5em 2em 1em 0.5em ;
}

h3.faq_subtitle {
	color : #4C5F90;
	font-size : 1em ;
	font-weight : 600 ;
	margin : 0 4em 1em 3.6em ;
	border-bottom : 1px solid #4C5F90 ;
}

h4.faq_subtitle02 {
	color : #ff9900 ;
	font-size : 1em ;
	font-weight : 600 ;
	margin : 0.5em 0 0.5em 3.6em  ;
}

ul.article {
	margin :0 0 1em 0 ;
	padding : 0 0 0 4.6em ;
	list-style : circle ;
}

ul.faq {
	margin : 0 ;
	padding : 0 0 0 2.6em ;
	list-style : none ;
}

li.question {
	color : #990000 ;
	margin : 0 0 0.1em 1.5em ;
}

li.answer {
	margin : 0 4em 2em 1.5em ;
	padding : 0 2em ;
}


*html li.answer { /* for IE 4-6*/
	text-indent : -1.2em ;
}


*:first-child+html li.answer { /* for IE 7*/
	text-indent : -1.2em ;
}


*html ol.lift { /* for IE 4-6*/
	margin-top : -1em ;
}


*:first-child+html ol.lift { /* for IE 7*/
	margin-top : -1em ;
}
