﻿@charset "UTF-8";
/*
-----------------------------------------------------------
ブラウザ初期化
-----------------------------------------------------------
*/
@import url(http://oduk.biz/initialize.css);
/*
-----------------------------------------------------------
定義
-----------------------------------------------------------
*/
body {text-align: center;color: #000;}

a:link    {color: #0000ff;}
a:visited {color: #8080ff;}
a:hover   {color: #ff0000;}
a:active  {color: #ff0000;}

strong {background-color: yellow;}

/*
-----------------------------------------------------------

-----------------------------------------------------------
*/
div#container {
	line-height: 1;
	background-color :#fff;
}
div.in {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
.clear {clear: both;}

/*
-----------------------------------------------------------
ヘッダー部
-----------------------------------------------------------
*/
div#head {
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	background: #fff url("imgs/bgimg.png") repeat-x 0 0;
}

img#rogo {
	margin: 20px 0 0 0;
	background: url("imgs/title.png") no-repeat 0 0;
	display: inline;
	float: left;
}
div#headad {
	width: 470px;
	height: 61px;
	margin: 20px 0 20px 0;
	text-align: right;
	display: inline;
	float: right;
	overflow: hidden;
}
div#menuarea {
	clear: both;
	line-height: 1.6;
	text-align: center;
}
div#headbottom {
	clear: both;
	padding: 0 0 10px 0;
	background: url("imgs/shadow1.png") repeat-x bottom left;
}
/*
-----------------------------------------------------------
headtop1部
-----------------------------------------------------------
*/
div#headtop1	  {}

#headtop1 h1	  {margin: 5px 0 0 0;float: left;}

#headtop1 ul	  {margin: 5px 0 0 0;float: right;}
#headtop1 ul li	  {display: inline;}
#headtop1 ul li a {margin: 0 0 0 10px;padding: 0 0 0 10px;background: url("imgs/topmenu.gif") no-repeat 0 0;}

#headtop1 ul li a:hover   {background-position: 0px -18px;}

/*
-----------------------------------------------------------
headtop2部
-----------------------------------------------------------
*/
div#headtop2 {height: 50px;}

div#btn1 {
	width: 220px;
	height: 20px;
	margin: 3px 0 5px 0;
	display: inline;
	background: url("imgs/btnbk1.png") no-repeat 0 0;
	float: left;
}
#btn1 div {padding: 2px 0 0 120px;}

div#btn2 {
	width: 220px;
	height: 20px;
	margin: 3px 0 0 10px;
	display: inline;
	background: url("imgs/btnbk2.png") no-repeat 0 0;
	float: left;
}

div#btn3 {
	margin: 2px 0 0 0;
	display: inline;
	text-align: right;
	float: right;
}
#btn3 input {
	margin: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing:1.8px;
	vertical-align: middle;
}

div#btn4 {
	clear: both;
	text-align: center;
	background-color: #fff;
	border: 1px solid #afafaf;
}

ul#size {
	margin: 2px 10px 0 0;
	display: inline;
	height: 16px;
	float: right;
}
ul#size li   {float: left;}
ul#size li a {
	text-indent: -9999px;
	/* \*/
	overflow: hidden;
	/* */
	display: inline;
	margin: 0 0 0 4px;
	width: 30px;
	height: 16px;
	background-repeat: no-repeat;
	float: left;
}

ul#size li#lsize a {background-image: url(imgs/fontl.gif);}
ul#size li#msize a {background-image: url(imgs/fontm.gif);}
ul#size li#ssize a {background-image: url(imgs/fonts.gif);}

ul#size li a:hover {background-position: 0px -16px;}

/*
-----------------------------------------------------------
メニュー1部
-----------------------------------------------------------
*/
#menuarea a {text-decoration: none;}

div#menu1 {clear: both;height: 35px;}
#menu1 p {
	width: 120px;
	height: 25px;
	font-weight: bold;
	display: inline;
	background: url("imgs/homebk.png") repeat 0 0;
	float: left;
}
#menu1 p a {color: #eee;}

#menu1 ul {display: inline;}
#menu1 ul li,.menu2 ul li {display: inline;}
#menu1 ul li a {
	width: 105px;
	height: 25px;
	display: inline;
	background-image: url(imgs/tabbk.png);
	background-repeat: no-repeat;
	float:left;
}

.off a {background-position: 0 0;}
.on  a,.son  a   {background-position: 0 -25px;}

#menu1 ul .off a:link	  {color: #eee;}
#menu1 ul .off a:visited  {color: #eee;}
#menu1 ul .off a:hover    {color: #000;background-position: 0 -25px;font-weight:bold;}
#menu1 ul .off a:active   {color: #ff0000;}

.on a:link,.on a:visited,.on a:hover,.on a:active {color: #000;font-weight:bold;}

/*
-----------------------------------------------------------
メニュー2部
-----------------------------------------------------------
*/
div.menu2 {
	clear: both;
	height: 100%;
	text-align: center;
}
.menu2 p {font-weight: bold;text-align: left;}
.menu2 ul li a {
	width: 140px;
	height: 25px;
	margin: 0 5px 10px 5px;
	display: inline;
	background-image: url(imgs/tabbk2.png);
	float:left;
}

.menu2 ul .off a:link	  {color: #666;}
.menu2 ul .off a:visited  {color: #666;}
.menu2 ul .off a:hover    {
			color: #000;
			background-position: 0 -25px;
			position: relative;
			top: 1px;
			left: 1px;
}
.menu2 ul .off a:active   {color: #ff0000;}

.son a:link,.son a:visited,.son a:hover,.son a:active {color:#000;}
/*
-----------------------------------------------------------
リスト部
-----------------------------------------------------------
*/
div#headbottom p {padding: 10px 0 0 0;}

div#listl {float: left;}
#listl ul li {display: inline;}

div#listr {text-align:right;float: right;}

/*
-----------------------------------------------------------
フッター部
-----------------------------------------------------------
*/
div#foot {
	clear: both;
	width: 100%;
	font-size: 14px;
	border-top: 2px solid #afafaf;
	line-height: 1.1;
}

div#footmain {
	margin: 1em 0 0 0;
	padding: 1em 0;
}

div#footbottom {
	clear: both;
	height :50px;
	margin: 1em 0 0 0;
	padding: 0.5em 0 0 0;
	border-top: 2px solid #afafaf;
}

div#footbottom address,div#footbottom ul,div#footbottom li {display:inline;}
div#footbottom address {padding: 0 1em 0 0;}
#footbottom span {padding: 0 0 0 0.5em;}

/*
-----------------------------------------------------------
フットメニュー部
-----------------------------------------------------------
*/
div.footmenu {
	width: 115px;
	margin: 0 5px;
	display: inline;
	float: left;
}

.footmenu p {
	clear: both;
	padding: 0 0 0 1em;
	color: #555;
	font-weight: bold;
	border-bottom: 1px solid #888;
}
.footmenu ul li {margin: 5px 0 0 0;}

