@charset "shift_jis";

/* ------------------------------- リセットと共通 ------------------------------- */

*{
	margin: 0;
	padding: 0; 
}  

body,h2,h3,h4,p,address,dl,dt,dd{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #666600;
	line-height: 150%;
}

p,address,dl,dt,dd{
	font-size: 12px;
	font-weight: bold;
}

h2{
	margin-top: 20px;
	font-size: 18px;
}

h3{
	font-size: 14px;
	margin-left: 10px;
}

h4{
	font-size: 12px;
	margin-top: 50px;
}

img{
	border: 0;
	vertical-align: bottom;
}

/* ------------------------------- リンクスタイル ------------------------------- */
a:link{
	color: #F09100;
	text-decoration: none;
}

a:visited{
	color: #F09100;
	text-decoration: none;
}

a:hover{
	color: #993300;
	text-decoration: underline;
}

/* ------------------------------- レイアウト　スタート ------------------------------- */

#wrap{
	position: relative;
	min-height: 100%;
}

body{
	height: 100%;
	background-image: url(../img/site-bg.jpg);
	background-repeat: repeat-x;
	background-color: FCFCFC;
}

#header h1 a{
	width: 250px;
	height: 80px;
	margin: 55px 0px 0px 40px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999em;
}

.barr{
	width: 880px;
	height: 5px;
	margin: 0px 0px 30px 20px;
	font-size: 10px;
	text-indent: -9999em;
}

/* ------------------------------- サイド ------------------------------- */

#side{
	width: 180px;
	margin-right: 135px;
	padding-right: 10px;
/*	background-image: url(../img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
*/	float: right;
}

#side p{
	margin-top: 30px;
}

#side dl{
	margin-top: 40px;
}

#side dd{
	margin: 10px 0px 0px 5px;
}