@charset "utf-8";
/*リセット
--------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	boader-spacing: 0;
}
a:visited {
	color: #333;
}
a:hover {
	color: #006;
}
a:active {
	color: #603;
}
/*all
--------------------------------------------*/
html {
	background-color: #2d546d;
}
body {
	font-size:90%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	background:url(../img/bg.gif) repeat-x;
	color:#333;
}
body {
	_text-align: center;/*ie6*/
}
#warrper {
	width:1000px;
	margin:0 auto;
	padding:16px 0 0 0;
	_text-align: left;/*ie6*/
}
/*ヘッダー
-----------------------------------------------------*/

#header{
	width:1000px;
	height:340px;
	background:url(../img/top_img.gif) no-repeat;
}
/*gnavi
-----------------------------------------------------*/
#gnavi{
	width:1000px;
	height:50px;
}
#gnavi ul{
	width:780px;
	margin:0 auto;
	_margin:0 0 0 110px;
}
#gnavi li{
	width:144px;
	height:50px;
	float:left;
	margin:0 6px;
	_margin:0 6px -6px 3px;
}

/*content
------------------------------------------------------------ */
#content{
	width:920px;
	_width:1000px;
	clear:both;
	background-color:#FFF;
	border:#2d546d solid 1px;
	margin:0 0 30px 0;
	padding:40px;
	overflow:hidden;
}
/*見出し２
------------------------------------------------------------ */
h2 {
    font-size:130%;
    margin: 0 0 30px 0;
    font-weight:600;
    color:#033;
    line-height:30px;
}
h2 span{
    border-bottom:solid #033 1px;
}
/*トップフラッシュ
------------------------------------------------------------ */
div.text_img{
    overflow: hidden;
}
div.text_img p{
    width:460px;
    line-height:25px;
    float:left;
}
div.text_img img {
    float:right;
    margin:0 15px;
}
div.text_img p em{
	width:420px;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	float:right;
	text-indent:-1em;
	margin:0 0 0 1em;
}

/*イメージご要望
------------------------------------------------------------ */
div.img_center{
    text-align:center;
    margin: 30px 0 30px 0;
}

/*区切り画像
------------------------------------------------------------ */
div#consolidation img{
	margin:0 -40px 30px -40px;
}

/*リストニュース
------------------------------------------------------------ */
div#list_case img{
    margin:0 0 20px 0;
}
div#list_news{
	background:url(../img/news_title.gif) no-repeat;
	width:440px;
	margin:0 0 20px 0;
	padding:30px 0 0 10px;
	float:left;
	_width:450px;	
}
div#list_news dl{
	_height:28px;
	overflow:hidden;
	border-bottom:dotted #333 1px;
}
div#list_news dt{
	width:100px;
	line-height:28px;
	float:left;
}
div#list_news dd{
	width:340px;
	float: right;
	line-height:28px;
}
/*リストアバウト
------------------------------------------------------------ */
div#list_about{
	background:url(../img/about_title.gif) no-repeat;
	width:440px;
	float:right;
	margin:0 25px 0 0;
	padding:35px 0 0 0;
}
div#list_about ul{
	overflow:hidden;
	padding:0 0 0 10px;
}
div#list_about li{
	width:420px;
	line-height:28px;
}
div#list_about li p{
	float:right;
}
div#list_about li em{
	font-weight:600;
	font-size:10px;
	line-height:12px;
	font-style:normal;
}

/*ノーマルテキスト
------------------------------------------------------------ */
p.nomal_text{
	margin:0 0 50px 0;
	line-height:2em;
}

/*ノーマルイメージ
------------------------------------------------------------ */
div.nomal_img img{
	margin:0 0 30px 0;
	overflow:hidden;
}

/* 見出し３
------------------------------------------------------------ */
h3.title{
	font-size:150%;
	margin:0 0 30px 0;
	font-weight:700;
	color:#033;
	_clear:both;
}

/*フロー
------------------------------------------------------------ */
div.list_flow3{
	overflow:hidden;
	margin:0 0 30px 0;
	border-bottom:dotted #666 1px;
	_border:none;
	padding:0 0 20px 0;
}
div.list_flow3 dl{
	height:100px;
	float:left;
	width:490px;
	margin: 0 0 50px 0;
}
div.list_flow3 dt{
	color:#C63;
	font-size:120%;
	font-weight:300;
	line-height:40px;
}
div.list_flow3 dd{
    line-height:25px;
	margin:0 0 0 20px;
}
div.list_flow3 dd em{
	font-size:120%;
	font-weight:600;
	line-height:40px;
}
div.list_flow3 img{
	float:right;
	margin:0 15px;
}
/*フロー
------------------------------------------------------------ */
dl.title_text{
	overflow:hidden;
	margin:0 0 20px 20px;
}
dl.title_text dt{
	font-size:120%;
	font-weight:600;
	margin:0 0 10px 0;
}
dl.title_text dd{
	width:460px;
    line-height:25px;
}
/* エクシモ質問
------------------------------------------------------------ */
div.title_faq ul{
	width:460px;
	overflow:hidden;
	margin:0 0 30px 0;
	float:left;
}
div.title_faq li{
	line-height:30px;
	font-size:100%;
}	
/*よくある質問 
------------------------------------------------------------ */	
dl.text_faq{
	clear:both;
	margin:0 0 30px 0;
	border-bottom:dotted #666 1px;
}
dl.text_faq dt{
	margin: 0 0 8px 0;
	line-height:44px;
	background:url(../img/icon_q.gif) no-repeat ;
	padding:0 0 0 50px;
}
dl.text_faq dd{
	min-height:44px;
	margin: 0 0 8px 0;
	line-height:22px;
	background:url(../img/icon_a.gif) no-repeat ;
	padding:16px 0 0 50px;
}
dl.text_faq dd table{
	margin:15px 0 0 0;
	width:100%;
}
dl.text_faq dd table th{
	width:15%;
	text-align:left;
	font-weight:400;
}
dl.text_faq dd tableb td{
	text-align:left;
}
dl.text_faq dd p{
	font-weight:600;
	padding:20px 0 20px 0;
	line-height:22px;
}
dl.text_faq dd img{
	margin:20px 0 10px 0;
}

/*サポートメール 
------------------------------------------------------------ */	
p.suport_mail{
	margin:0 0 20px 0;
	line-height:22px;
	background:url(../img/icon_mail.gif) no-repeat;
	padding:20px 0 12px 56px;
}
/*サポートメール 
------------------------------------------------------------ */	
p.order_text{
	text-align:left;
	text-indent:0.5em;
	margin:0 0 0 0em;	
}

/*バージョン情報 
------------------------------------------------------------ */	
dl.suport{
	margin:0 0 30px 0;
	border-bottom:dotted #666 1px; 
}
dl.suport dt{
	font-size:120%;
	font-weight:800px;
	padding:10px 0 0 0;
	line-height:50px;
}
dl.suport dd em{
	font-style:normal;
	font-size:12px;
	text-indent:1em;
}
dl.suport dd{
	padding:0 0 30px 0;
}

/*プライバシーリスト
------------------------------------------------------------ */	
ol.privacy_list{
	line-height:2em;
	margin:0 40px;
	list-style:decimal;	
}
ol.privacy_list li{
	line-height:18px;
	margin:0 0 20px 0;
}

/*プライバシーリストネーム
------------------------------------------------------------ */	
ul.privacy_name{
	text-align:left;
	margin:0 0 20px 0;
}
ul.privacy_name li{
	line-height:20px;
}

/* 利用規約
--------------------------------------------------*/
dl.terms{
	margin: 0 40px 30px 40px;
}
dl.terms dt{
	background: url(../img/title_icon.gif) no-repeat;
	border-bottom: dotted #666 1px;
	padding: 0 0 0 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
dl.terms dd{
	padding: 0 0 0 30px;
}

/* フッター
--------------------------------------------------*/
#footer{
	margin:0 0 40px 0;
}
#footer p{
	color:#ffffff;	
}


