@charset "utf-8";

/*******************************************
共通スタイル
*******************************************/
html {

}
body {
	margin: 0;
	padding: 0;
	color: #4d421f;
	background-color: #DCDACD;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Verdana,Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 1.6;
	text-align:center;
}
td{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Verdana,Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 1.6;
	color: #4d421f;
}
/*******************************************
リンクスタイル
*******************************************/
a {outline:none;}
a img {
	border-style: none;
}
a:link {
	color: #f25b00;
	text-decoration: none;
}
a:visited {
	color: #DCDACD;
	text-decoration: none;
}
a:hover {
	color: #f25b00;
	text-decoration:underline;
}
a:active {
	color: #DCDACD;
	text-decoration: none;
}
/*******************************************
基本レイアウト
*******************************************/
h1,h2,h3{
	margin:0;
	padding:0;
}
p{
	margin-bottom:0px;
}
#wrapper {
	margin: 0px auto;
	width: 1100px;
	text-align:left;
	background-color: #FFF;
}
/* header
------------------------------------------ */
#header {
	width: 1100px;
	background-image: url(../image/head.gif);
	background-repeat: no-repeat;
	height: 100px;
}
/* menu
------------------------------------------ */
#header ul {
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 426px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li {
	margin: 0px;
	padding: 0px;
	float: left;
}



/* main
------------------------------------------ */
#main {
	width: 1100px;
}
#main h1 {
	background-image: url(../image/bg01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 370px;
	margin-top: 100px;
	margin-left: 95px;
	font-size: 21px;
	line-height: 48px;
	font-weight: normal;
}
#main .tit01 {
	font-size: 20px;
	font-weight: normal;
	background-image: url(../image/tit_bg01.gif);
	background-repeat: no-repeat;
	margin-left: 95px;
	line-height: 35px;
	padding-left: 30px;
}
#main .tit02 {
	font-size: 20px;
	font-weight: normal;
	background-image: url(../image/tit_bg02.gif);
	background-repeat: no-repeat;
	margin-left: 95px;
	line-height: 35px;
	padding-left: 30px;
}
#main .tit03 {
	font-size: 20px;
	font-weight: normal;
	background-image: url(../image/tit_bg03.gif);
	background-repeat: no-repeat;
	margin-left: 95px;
	line-height: 35px;
	padding-left: 30px;
}
#main .tit04 {
	font-size: 20px;
	font-weight: normal;
	background-image: url(../image/tit_bg04.gif);
	background-repeat: no-repeat;
	margin-left: 95px;
	line-height: 35px;
	padding-left: 30px;
}


#main .cont01 {
	font-size: 16px;
	line-height: 60px;
	margin-left: 95px;
	padding-bottom: 100px;
	background-image: url(../image/bg02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#main .cont02 {
	font-size: 16px;
	line-height: 60px;
	margin-left: 95px;
	padding-bottom: 100px;
}
#main .cont03 {
	font-size: 16px;
	line-height: 30px;
	margin-left: 95px;
	padding-bottom: 100px;
}
.totop {
	text-align: right;
	margin-right: 45px;
}



/* footer
------------------------------------------ */
#footer {
	clear: both;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #231814;
	line-height: 30px;
	text-align: right;
	padding-right: 40px;
}
.font01 {
	font-size: 20px;
	line-height: 50px;
}
