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

/* ---------------------------------------- #reset */
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong {
	font-size:11px;
	font-weight:normal;
	font-style:normal;
}
ul {list-style-type:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
td {vertical-align:top;}


/* ---------------------------------------- #table */
table{border-collapse:collapse;border-spacing:0;}
{
	padding: 0px;
}
/* ---------------------------------------- #layout */


body{
	width:100%;
	margin:0;
	padding:0;
	background-image: url(../images/bk.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F4E9E7;
	}
	
.left{
float: left;
}

.right{
float: right;
}

.clear { clear: both; }

.clearFix{
	zoom: 1;
}

.clearFix:after{
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
}

a img {	border:none}



#header:after, #header-wrap:after, #header:after, #content-wrap:after, #content:after, #main-wrap:after, #main:after, #footer-wrap:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header:after, #header-wrap:after, #header:after, #content-wrap:after, #content:after, #main-wrap:after, #main:after, #footer-wrap:after, #footer:after {
	zoom: 1;
}
/* ---------------------------------------- #width */

#footer{
	width:780px;
	margin:0 auto;
	padding:0;
	}



/* ---------------------------------------- #header */
#header-wrap{
	padding:0;
	margin: 0;
	}

#header{
	height: 46px;
	width: 780px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* ---------------------------------------- #wrap area */

#wrap{
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
/* ---------------------------------------- #content area */

#content-wrap{
	padding:0;
	margin: 0;
	background-color: #FFFFFF;
	}

	
#content{
	width:780px;
	padding: 0;
	height:113px; /* IE背景バグ対策 */
	margin: 0px;
	}
	

		
/* ---------------------------------------- #main area */

#main-wrap{
	padding:0;
	margin: 0;
	}
	
#main{
	width:778px;
	height:100%;
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
	}
	
#top-content {
	float: left;
	width: 740px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
#main-content {
	float: left;
	width: 740px;
	margin-top: 0px;
	padding: 20px;
}

#main-content:after {
			content: ".";
			clear: both;
			display: block;
			height: 0;
			visibility: hidden;
}
#main h2 {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 8px;
	color: #7E010F;
	font-weight: bold;
}
#main h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
	color: #7E010F;
}


/* ---------------------------------------- #footer area */
#footer-wrap{
	padding:0;
	margin: 0;
}
#footer{
	text-align: center;
	font-size: 10px;
	line-height: 1.6em;
	text-decoration: none;
	padding-top: 10px;
	font-weight: normal;
	margin: 0px;
	background-color: #CC4254;
	background-image: url(../images/footer_bk.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:none;
	color: #FFFFFF;
}

#footer ul{
	margin-bottom:0px;
}
#footer li{
	display:inline;
	line-height:1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AA5561;
}
#footer li.last{
	border-right-width: 0px;
}


#footer .copyright{
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.6em;
	color: #C09D9F;
}

	


#note {
	color: #663366;
	float: none;
	width: 500px;
	background-color: #E9DCEE;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	padding: 10px;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.8em;
	text-align: center;
}	



/* ---------------------------------
*    Font Size
*/

.x-large   { font-size: 174%; }
.large     { font-size: 146.5%; }
.mid       { font-size: 123.1%; }
.small     { font-size:  93%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }



/* ---------------------------------------- #type */


body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #666666;
	font-weight: normal;
}
a {
	color: #444444;
}
a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #990000;
}

strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}
p {
	margin-bottom: 18px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 8px;
	color: #003333;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
}
h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
}
h5 {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
}
p.intro {
	font-weight: bold;
}

.more {
	text-align: right;
}
.red {
	color: #990000;
}
.blue {
	color: #006699;
}
ul {
	list-style: none outside;
	line-height: 1.6em;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ul.square, ul.circle {
	margin-left: 2em;
}
ul.square {
	list-style-position: outside;
	list-style-type: square;
}
ul.circle {
	list-style: circle inside;
	font-size: 11px;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
.dotblueline {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
.dotline {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #614A69;
}

.img_left{
	float: left;

}
.img_right{
	float: right;

}
.bullet{
	margin-right: 5px;
}

.img_left-space10r{
	float: left;
	margin-right: 5px;
}
.img_right-space10l{
	float: right;
	margin-left: 10px;
}

