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

/*------------------------------------------------------------
ブラウザデフォルトCSS　リセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; color:#F42286; }
img{
	border: none;
	vertical-align: bottom;
}

table{ line-height: 1.4em; }

/*------------------------------------------------------------
全体の設定
-------------------------------------------------------------*/

body {
    color: #333333;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

a { color: #28A9E3; text-decoration: underline; }


#container{
	width: 940px;
	margin: 0 auto;	
	padding-top: 5px;
}


/* ---------------------------------- */
.mt-10px{margin-top: 10px!important;}
.mt-20px{margin-top: 20px!important;}
.mt-30px{margin-top: 30px!important;}
.mt-40px{margin-top: 40px!important;}

.mb-10px{margin-bottom: 10px!important;}
.mb-20px{margin-bottom: 20px!important;}
.mb-30px{margin-bottom: 30px!important;}
.mb-40px{margin-bottom: 40px!important;}

.ml-10px{margin-left: 10px!important;}



.left { float: left;}
.right{ float: right;}
.b{ font-weight: bold; }
.red { color: #FF0000;}




/*------------------------------------------------------------
header
-------------------------------------------------------------*/


/* ヘッダー　------------------------------------------------ */

#header{
	width: 940px;
	height: 10px;

}


h1{
	font-size: 10px;
	color: #ccc;

}

#header-logo{
	width: 940px;
	height: 80px;
	position: relative;

}

#header-logo img{
	position: absolute;
	top: 16px;
	left: 0px;
}

#header-text{
	position: absolute;
	top: 52px;
	left: 0;
	color: #999;


}

/*------------------------------------------------------------
globalmenu
-------------------------------------------------------------*/

#globalmenu{
	width: 940px;
	height: 30px;
	background: url(../img/bg-menu.jpg) repeat-x;
	margin: 0 0 18px 0;
	

}

#globalmenu ul{
	
	
}

#globalmenu li {
    background: url("../img/list-mark.png") no-repeat scroll 6px 2px transparent;
    float: left;
    line-height: 1;
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 0 0 0 26px;
    width: 130px;
}

#globalmenu li a{
	color: #666;
}

/*------------------------------------------------------------
sidebar
-------------------------------------------------------------*/

#sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 3px auto;
    width: 200px;
	clear: both;
}

#sidebar h5 {
    background: url("../img/sidebar-headline.png") no-repeat scroll 0 0 transparent;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    margin-bottom: 14px;
    padding-top: 5px;
    text-align: center;
    width: 200px;
}

#sidebar ul {
    display: table;
    padding: 0 0 10px 10px;
}
*+html #sidebar ul { padding: 0 0 30px 10px; } /*IE7*/
#sidebar li{
	float: left;
	width: 180px;
	margin-bottom: 6px;
	list-style: none; 
}

#sidebar li a:hover{


}

#link{ 
	display:inline;
}


.link-txt{
	font-size:12px;
	line-height:1.2;
	color:#666666;
	margin-bottom:10px;
}







/*------------------------------------------------------------
footer.php
-------------------------------------------------------------*/

#footer{
	width: 940px;
	height: 100px;
	margin: 0 auto;
	background-color:#ccc;
	margin-top: 30px;
	clear: both;
	background:url("../img/fotter-bg.jpg") repeat-x left top;
}

#copyright {
    color: #666666;
    height: 14px;
    margin: 0 auto 0;
    padding: 24px 0 0;
    width: 400px;
	font-size:12px;
	text-align:center;
	clear: both;
}

.footer-list{
	padding:10px 0px 0px 10px;
	background-color:#999;
	height:30px;
}

.footer-list li{
	list-style:inside;
	font-size:13px;
	float:left;
	margin-right:20px;
}

.footer-list li a:link{
	color:#fff;
	text-decoration:none;
}
.footer-list li a:visited{
	color:#fff;
}
.footer-list li a:hover{
	text-decoration:underline;
}

/*------------------------------------------------------------
各ページ共通の設定
-------------------------------------------------------------*/

h4 {
    background: url("../img/bg-headline.jpg") no-repeat scroll 0 0 transparent;
    font-size: 16px;
    height: 30px;
    margin: 4px 0 0 4px;
    padding: 4px 0 0 34px;
    width: 690px;
}

#left{
	width: 710px;
	height: ;
	background: #ededed;
	float: left;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
}

#right{
	width: 208px;
	background: #ededed;
	padding: 2px;
	border: 1px solid #ccc;
	float: right;
	display: inline-table;
	
}

#main{
	margin: 0 0 30px 0;

}
.contents-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 6px auto;
    width: 700px;
}
.contents {
	padding: 20px 10px;

}


/*------------------------------------------------------------
index.html
-------------------------------------------------------------*/

dl.play {  
 
  width:370px; 
  float: left;
}  
dl.play dt {
    background: url("../img/mark.jpg") no-repeat scroll -5px -10px transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 30px;
}
dl.play dd {
    border-bottom: 1px dotted #999999;
    color: #666666;
    margin-bottom: 5px;
    padding: 6px 0 6px 45px;
    width: 370px;
}

div#play-attention{
	background:url(../img/bg-play-attention.jpg) 0 0  no-repeat;
	float: right;
	width: 230px;
}
div#play-attention p {
    margin: 40px 0 0 30px;
    padding-bottom: 30px;
    width: 175px;
}

/*------------------------------------------------------------
option.html
-------------------------------------------------------------*/

dl.option {  
  border-left:1px solid #ccc;  
  border-right:1px solid #ccc; 
  border-top:1px solid #ccc;   
  width:680px;  
}  
dl.option dt {  
  float:left;  
  width:100px;  
  padding:5px 0 5px 10px;  
  clear:both;  
  font-weight:bold;
  background: #eee;
  border-bottom:1px dotted #999;
}  
dl.option dd {  
  width:544px;
  
  margin-left:100px;  
  padding:5px 5px 5px 30px; 
  border-bottom:1px dotted #999;  
} 
*+html dl.option dd {  width:534px; } /*IE7*/

/*------------------------------------------------------------
attention.html
-------------------------------------------------------------*/

.row {
    background: url("../img/inyo.jpg") no-repeat scroll 10px 20px transparent;
    border: 1px solid #DDDDDD;
    margin: 20px 0;
    padding: 20px 20px 20px 70px;
}
.case {
	font-weight: bold;
	color:#666666;
	margin-bottom: 3px;
	display: block;
}

/*------------------------------------------------------------
 その他
-------------------------------------------------------------*/


