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

CSS IMPORT

*****************************************/

/*MENUの設定*/
@import "menu.css";

/*装飾設定*/
@import "style.css";

/*レイアウト詳細設定*/
@import "layout.css";

/*****************************************

MAIN LAYOUT

*****************************************/


body {
	font: normal 12px/1.7em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-transform: none;
	color: #472712;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #ce9f7d;
}
.wrapper {
	/*height: 100%;*/
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
/*
.header_back {
	background: #EAC4BB url(images/head_back.jpg) repeat-x center bottom;
	width: 100%;
}*/

#header {
	height: 75px;
	width: 100%;
}
/*
#main {
	height: 80%;
}*/
#left {
	padding: 10px;
	height: 100%;
	width: 540px;
	float: left;
}

#navi {
	background: url(images/navi.gif);
	height: 35px;
	clear: both;
}
#menu {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	padding: 10px;
	background: #eac4bb;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	height: 20px;
	text-align: center;
}
.clear {
	clear: both;
}
#right {
	height: 100%;
	width: 190px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#service h1,#service2 h1 {
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #472712;
font-weight: bold;
	/*border-top: 1px dotted #EAC4BB;*/
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-bottom: 1px dotted #EAC4BB;*/
}
#intro .wrapper #main #left .intro img {
	float: left;
	/*height: 160px;
	width: 120px;*/
	margin-right: 10px;
}
.bold_pink {
	font-weight: bold;
	color: #D58875;
}

.foot_chara {
	font-size:12px;
	color: #333333;
}

.main_temp {

width: 350px;
float: left;


}

