@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

body{
	background:#fefce6;
	color:#630;
	text-align:center;
	font-size:75%;
	line-height:1.5;
	/*\*/
	letter-spacing:0.1em;
	/**/
	}
	
body {
	font-family:"ＭＳＰゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
	}
	
a {
	text-decoration: underline;	
	font-weight:bold;
	}

a:link, a:visited, a:active {
	color: #f30;
	}

a:hover {
	color: #f90;
	}

a img ,img {
	border:none;
	vertical-align: top;
	}
	
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form, input{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
h1{margin-left:136px;padding-top:36px;margin-bottom:8px;}	

#main{
	width:1000px;
	margin:0 auto;
	}
	
#Box01{
	width:1000px;
	height:335px;
	background:url(../img/main01.jpg);
	text-align:left;
	}
	
#Box02{

	text-align:left;

	}
	
#tBox{
	width:730px;
	height:260px;
	overflow:auto;
	padding:5px 5px 0;
	margin-left:136px;
	}	
#screenBox {
	width:680px;
	padding:36px 5px 0;
	float:right;
	}	


#tBox2{
	width:500px;
	height:280px;
	overflow:auto;
	padding:5px 5px 0;
	}

#tBox2 p.sc{
	margin-top:25px;
	font-weight:bold;
	font-size:80%;
	}	
#tBox2 p.info{
	font-size:80%;
	}	

	
#tBox2 h2 {
	font-weight:bold;
	font-size:150%;
	margin-bottom:15px;
}	

#tBox2 h3 {
	font-weight:bold;
	font-size:120%;
	margin-bottom:25px;
}	

#tBox2 h4 {
	font-weight:bold;
	font-size:120%;
	margin-top:25px;
}	

#tBox2 h5 {
	font-weight:bold;
	margin-top:5px;
}	


#screenttl{
	float:left;
	width:150px;
}

	
#tBox dt{
	margin-bottom:4px;
	font-weight:bold;
	color:#630;
	}
#tBox dd{margin-bottom:15px;}			



/* トップページ
---------------------------------------------------- */


/*
---------------------------------------------------- 
input:focus{ background:#ffcc99 !important;}
textarea:focus{ background:#ffcc99 !important;}
*/

/*
---------------------------------------------------- */

.w200 {	width: 200px;}
.w400 {	width: 400px;}

/* スペース関連
---------------------------------------------------- */

.spT07{	margin-top:7px;}
.spR03{ margin-right:3px;}
.spR10{ margin-right:10px;}


.spB05{	margin-bottom:05px;}	
.spB10{	margin-bottom:10px;}	
.spB15{	margin-bottom:15px;}	
.spB20{	margin-bottom:20px;}
	

.spT10{	margin-top:10px;}
.spT15{	margin-top:15px;}
.spT20{	margin-top:20px;}


/* その他
---------------------------------------------------- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clr{clear:both; visibility: hidden; min-height: 0; height: 0; width:0;}
.left{float:left;}
.right{float:right;}

.toLeft, th.toLeft, td.toLeft {text-align:left;}
.toRight, th.toRight, td.toRight {text-align:right;}
.toCenter, th.toCenter, td.toCenter {text-align:center;}