@charset "shift_jis";
/* CSS Document */


/*
index
----------------------------------------------------------------------------------*/
body {
	margin: 0px;
	font-size: 85%;
	line-height: 150%;
	font-family: "メイリオ", "Meiryo";
	color: #333333;
	background-color: #F5E496;
}

* + html body {   
	font-family: "メイリオ", "Meiryo";
}


/*
firstset
----------------------------------------------------------------------------------*/

a {
	outline: none;
}
a:hover {
    text-decoration: underline;
}  
a:hover img.hoverImg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
br {
	line-height: 100%;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
    
img {   
    border: 0;   
}   
li  {   
    list-style-type: none;   
} 	

form{
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 0px;
	margin-left: 0px;
	}
#h1space {
	width: 920px;
	padding-top: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	background-color: #E45C5C;
}
#header_bottm_comspace {
	background-image: url(../img/bg_header_bottom_comspace.jpg);
	background-repeat: repeat-x;
	clear: both;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	color: #958F4F;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h1{
	font-size:80%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	margin-right: 0px;
	font-weight: bold;
	line-height: 100%;
}
h2{
	font-size:95%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #67593F;
	margin-right: 0px;
	font-weight: bold;
}

u {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/*
Module --------------------------------------------------------*/

.clearfix:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*
link
----------------------------------------------------------------------------------*/
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #00F;
}


/*
contents
----------------------------------------------------------------------------------*/
#layout {
	text-decoration: none;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#copy {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	padding-bottom: 10px;
	margin-top: 25px;
	padding-top: 10px;
	background-color: #ECC53C;
}
#contentsbox_top {
	margin-right: auto;
	margin-left: auto;
	width: 757px;
}
.contentsbox {
	margin-right: auto;
	margin-left: auto;
	width: 835px;
}

#contents_innear_title {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#contents_innear {
	background-color: #ECE7E1;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.contents_txtarea {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.txtcolor_red {
	color: #CB1E1A;
}
.line {
	clear: both;
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 20px;
}
.img_left {
	float: left;
}
.img_right {
	float: right;
}
