@charset "UTF-8";
/* CSS Document */
body {
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-size: 90%;
	line-height: 180%;
	font-family: "メイリオ","Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", "ヒラギノ角ゴ Pro W6", Helvetica, verdana, arial;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:active {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
h1 {
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 120%;
	line-height: 170%;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font-size: 18px;
	line-height: 12px;
	font-weight: bold;
	color: #06C;
}
h4 {
	font-size: 75%;
	line-height: 150%;
	font-weight: normal;
	color: #CC0033;
}
.text1 {
	font-size: 115%;
	line-height: 170%;
	color: #FF0033;
	font-weight: bold;
}
.text2 {
	font-size: 115%;
	line-height: 170%;
	color: #006699;
	font-weight: bold;
}
.text3 {
	font-size: 150%;
	line-height: 170%;
	color: #FF0033;
	font-weight: bold;
}
.text4 {
	font-size: 130%;
	line-height: 170%;
	color: #0066CC;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	width: 990px;
	height: 563px;
	background-image: url(img/top-2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header h1{
	font-size: 80%;
	color: #FFF;
	text-align: right;
	line-height: 48px;
	}
#logo{
	height: 165px;
	width: 310px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header-k1{
	position: relative;
	width: 990px;
	height: 563px;
	background-image: url(img/top-k01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-k1 h1{
	font-size: 80%;
	color: #FFF;
	text-align: right;
	line-height: 48px;
	}
#header-k2{
	position: relative;
	width: 990px;
	height: 563px;
	background-image: url(img/top-k02.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-k2 h1{
	font-size: 80%;
	color: #FFF;
	text-align: right;
	line-height: 48px;
	}
#header-k3{
	position: relative;
	width: 990px;
	height: 563px;
	background-image: url(img/top-k03.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-k3 h1{
	font-size: 80%;
	color: #FFF;
	text-align: right;
	line-height: 48px;
	}
#header-k4{
	position: relative;
	width: 990px;
	height: 563px;
	background-image: url(img/top-k04.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-k4 h1{
	font-size: 80%;
	color: #FFF;
	text-align: right;
	line-height: 48px;
	}
#header-k5{
	position: relative;
	width: 990px;
	height: 563px;
	background-image: url(http://k-ohashi.com/img/top-k05.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-k5 h1{
	font-size: 80%;
	color: #FFF;
	text-align: right;
	line-height: 48px;
	}

/* メニュー
---------------------------------------------*/
#menu {
	width:310px;
	height:384px;
	margin-top: 131px;
	margin-right: 680px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
}

/* メイン３カラム
---------------------------------------------*/
#main{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	}
#container{
	float: left;
	width: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(img/bg-main.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
}
#contents{
	float: right;
	width: 395px;
	padding-right: 20px;
	margin: 0;
}
#sidebar{
	float: left;
	width: 265px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 30px;
	padding-right: 15px;
	margin-bottom: 0px;
}
#sidebar img{
	margin-bottom: 20px;
}
#adbar{
	float: left;
	margin: 0;
	width: 255px;
	padding-top: 20px;
}
#adbar img{
	margin-bottom: 17px;
}
/* メイン２カラム
---------------------------------------------*/
#container-2{
	float: left;
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(img/bg-main.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
}
#contents-2{
	float: right;
	width: 655px;
	padding-right: 0px;
	margin: 0;
}
#sidebar-2{
	float: left;
	width: 265px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 30px;
	padding-right: 15px;
}
#sidebar-2 img{
	margin-bottom: 20px;
}
/* 表組
---------------------------------------------*/
dl.list dt {
	clear: left;
	float: left;
	width: 120px;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

dl.list dd {
	margin-bottom: 10px;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* トップへ
---------------------------------------------*/
#tope {
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	width: 990px;
	height: 40px;
	padding: 0px;
	background-image: url(img/bg-main.jpg);
	background-repeat: repeat-y;
}
/* フッター
---------------------------------------------*/
#under {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #123e9e;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
a.w:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.w:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.w:hover, w:active, w:focus {
	text-decoration: underline;
	color: #FFFFFF;
}
.creative {
	display:none;
}
/* 迷惑Mail対策
---------------------------------------------*/
span.codedirection {
    direction:rtl;
    unicode-bidi:bidi-override;
    }
