@charset "utf-8";

/*-----------------------------------------------
ページ全体
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #524e4d;
	line-height: 150%;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
img,
fieldset {
	border:0;
}


/*-----------------------------------------------
ページリンク
-----------------------------------------------*/

a {
	color: #FF7768;
	text-decoration: none;
}

a:link {
	color: #FF7768;
	text-decoration: none;
}

a:hover {
	color: #FF7768;
	text-decoration: underline;
}

a:active {
	color: #FF7768;
	text-decoration: none;
}

/*-----------------------------------------------
ラッパー
-----------------------------------------------*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDAEAA;
	border-left-color: #DDAEAA;
	background-color: #FFFFFF;
	text-align: left;
}
#wrapper h1 {
	background-image: url(img/title01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 261px;
	width: 750px;
	text-indent: -9999px;
}
#wrapper h1 a {
	display: block;
	height: 266px;
	width: 750px;
}

#footer {
	text-align: center;
	background-color: #FED5D1;
	width: 750px;
	padding-bottom: 5px;
	color: #DDAEAA;
	padding-top: 5px;
}
/*-----------------------------------------------
メイン
-----------------------------------------------*/
#main {
	padding-right: 21px;
	padding-left: 20px;
}
#main h2 {
	padding: 0px;
	margin: 0px;
}
#main .sub01 {
	background-repeat: no-repeat;
	width: 709px;
	height: 51px;
	text-indent: -9999px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(img/sub_title01.gif);
}
#main .sub02 {
	background-image: url(img/sub_title02.gif);
	background-repeat: no-repeat;
	width: 709px;
	height: 51px;
	text-indent: -9999px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main .sub03 {
	background-image: url(img/sub_title03.gif);
	background-repeat: no-repeat;
	width: 709px;
	height: 51px;
	text-indent: -9999px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main .sub04 {
	background-image: url(img/sub_title04.gif);
	background-repeat: no-repeat;
	width: 709px;
	height: 51px;
	text-indent: -9999px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bold01 {
	font-weight: bold;
	color: #45AA39;
}
.bold02 {
	font-weight: bold;
	color: #FF4C15;
	font-size: 16px;
	line-height: 155%;
}
.font_size10 {
	font-size:10px;
}
.align_center01 {
	text-align:center;
	margin-bottom: 30px;

}


/*-----------------------------------------------
コンテンツ
-----------------------------------------------*/
.contents {
	margin-bottom: 50px;
	width: 709px;
}
#main .space01 {
	padding-left: 40px;
	padding-bottom: 10px;
}
#main .space02 {
	padding-right: 14px;
	padding-left: 14px;
}
#main .space02 p {
	width: 149px;
}
