@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* base */

* {
	margin: 0;
	padding: 0;
}

html {
	/*フッター固定処理用*/
	height: 100%;
	}

body {
	color: #000000;
	background: #FFFFFF;
	font-size:13px;
	line-height:24px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif,"メイリオ",Meiryo;
	/*フッター固定処理用*/
	height: 100%;
	}

img {
	border: none;
}

a {
	outline: none;
	border-style: none;
	}
a:focus {
	outline: 0;
	}

/*テキストリンク*/
a:link {
	color: #CC0000;
	text-decoration:underline;
	}
a:hover {
	color: #FFCC00;
	text-decoration:underline;
	}
/*a:visited {
	color: #0000CC;
	text-decoration:underline;
	}*/

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}

/*----------------------------------------------------------------------*/

/* ALL */
#container{
	width: 100%;
	/*フッター固定処理用*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}

/* main */

#mainmaster {
	clear:both;
	width:800px;
	height:100%;
	margin: 0 auto;
	background: #FFF url(../images/2014GW_topimg.jpg);
	background-repeat:no-repeat;
	}
	
#main {
	width:800px;
	margin: 0 auto;
	text-align:left;
	/*フッター固定処理用 padding-bottom */
	padding-bottom: 60px;
	}

/* header */

#main .Header {
	width: 800px;
	height:30px;
	margin: 0 auto;
	padding:0 0 0 0;
	}
#main .Header table{
	width: 800px;
	margin:0 auto;
	}
#main .Header td{
	padding:5px;
	}
	
/* コンテンツ */

#main .base {
	clear:both;
	width: 800px;
	margin: 0 auto;
	padding: 5px 0;
	text-align:left;
	}
	
#main .base .info{
	width: 800px;
	padding: 500px 0 0 0;
	margin:0 auto;
	}
#main .base .info .txt{
	padding:10px;
	margin:10px;
	font-size:16px;
	border-bottom:#333333 dashed 2px;
	}
#main .base .info .infotxt{
	margin:20px auto 10px;
	font-size:14px;
	}
	
#main .base .ora {
	padding:0 10px 20px;
	margin:20px 10px;
	border-bottom:#ff6600 dashed 2px;
	}
#main .base .ora .tit01 {
	padding: 5px 0;
	color:#ff6600;
	font-size:16px;
	}

#main .base .ora .tit02 {
	padding: 5px 0;
	color:#333333;
	font-weight:bold;
	font-size:30px;
	}

#main .base .blu {
	padding:0 10px 20px;
	margin:20px 10px;
	border-bottom:#4f81bd dashed 2px;
	}

#main .base .blu .tit01 {
	padding: 5px 0;
	color:#4f81bd;
	font-size:16px;
	}

#main .base .blu .tit02 {
	padding: 5px 0;
	color:#333333;
	font-weight:bold;
	font-size:30px;
	}

#main .base .blu .tit02 a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
#main .base .blu .tit02 a:link {
	color:#333333;
text-decoration:underline;
	}
#main .base .blu .tit02 a:visited {
	color:#333333;
	text-decoration:none;
	}
#main .base .blu .tit03 {
	padding: 5px 0;
	color:#333333;
	font-size:24px;
	}
#main .base .blu .tit03 a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
#main .base .blu .tit03 a:link {
	color:#333333;
text-decoration:underline;
	}
#main .base .blu .tit03 a:visited {
	color:#333333;
	text-decoration:none;
	}
	
#main .base .blu .tokai{
	width:222px;
	margin:10px 0;
	padding:5px;
	text-align:left;
	line-height:16px;
	border:#4f81bd solid 1px;
	overflow:hidden;
	
}
#main .base .blu .tokai img{
	float:left;
	padding:0 5px 0 0;
	}
	
#main .base .gre {
	padding:0 10px 20px;
	margin:20px 10px;
	border-bottom:#73bb33 dashed 2px;
	}
	
#main .base .gre .tit01 {
	padding: 5px 0 0 5px;
	color:#73bb33;
	font-size:16px;
	}

#main .base .gre .tit02 {
	padding: 5px 0;
	color:#333333;
	font-size:30px;
	}
#main .base .gre .tit03 {
	padding: 5px 0;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	}
	
.cap {
	font-size:10px;
	}
/* footer */

#footer {
	clear:both;
	height:60px;
	width:780px;
	margin: 0 auto;
	/*フッター固定処理用*/
	position: relative;
	margin: -60px auto;/*margin top のみ使用*/
	}
#footer .pagetop{
	padding:10px 0 10px 0;
	font-size: 10px;
	text-align: right;
	}
	


/*----------------------------------------------------------------------*/
/*フッター固定処理用*/
.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 */
