@charset "utf-8";


/*全体の設定
-------------------------------------------------------------------------------------
■文字サイズは75%部分で変更できます。%指定でなく、pxなどでもOK。
■文字色（白）は#FFFFFF部分で変更できます。
-------------------------------------------------------------------------------------*/
body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image:url(../../images/base_back.gif);
	line-height: 160%;
	color: #666666;
	background-repeat: repeat-x;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/*細々の設定（あまり変更する部分はありません）
-------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,h7,h8,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}



/*リンクカラー設定
-------------------------------------------------------------------------------------
■aの部分がリンクですよ～という部分の設定。下線を外したいなら、「text-decoration: none;」を
1行追加すればOK。
■a:hoverはカーソルが乗った時の設定。ここでは文字色を赤にして背景を黒にしています。
-------------------------------------------------------------------------------------*/
a {
	color: #669900;
	text-decoration: underline!important;
}

a:hover {
	color: #ad0a17;
}


/*基本設定（あまり変更する部分はありません）
-------------------------------------------------------------------------------------
■コンテンツの枠の設定
-------------------------------------------------------------------------------------*/


/*コンテンツ設定
-------------------------------------------------------------------------------------*/
#wrapper {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー設定
-------------------------------------------------------------------------------------*/
#header {
	height: 88px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/heder_back.jpg);
	background-repeat: no-repeat;
}
/*メインメニュー設定
-------------------------------------------------------------------------------------*/
#navibox {
	height: 40px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
/*メインイメージ設定
-------------------------------------------------------------------------------------*/
#imgbox {
	float: none;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
	
/*メインメニュー設定
-------------------------------------------------------------------------------------*/
#navibox .pankuzu {
	float: left;
	width: 750px;
	margin-top: 20px;
	font-size: 12px;
}
/*内容部分の上位
-------------------------------------------------------------------------------------*/
#container {
	width: 750px;
	background-image: url(../../images/contents_back.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
/*内容部分のメイン
-------------------------------------------------------------------------------------*/
#container #contents {
	width: 643px;
	margin-right: auto;
	margin-left: auto;
}


.mrmenu {
	margin-right: 20px;
}
.mrmenu02 {
	margin-right: 21px;
}
.imrmenu {
	margin-right: 20px;
	margin-top: 2px;
}
.imrmenu02 {
	margin-right: 21px;
	margin-top: 2px;
}
.imrmenu03 {
	margin-top: 2px;
}
