@charset "utf-8";
/* テンプレート土台 CSS */

/*****初期設定*****/
body, html {
	margin:0;
	padding:0;
	color:#666;
	font-family:Verdana, Arial, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:100.01%;
	line-height:1.5;
	background:#fff url(../img/back_t.gif) repeat-x 0 0; /*背景上用*/
	height:100%;
}
html {
	overflow-y:scroll;
}
p {
	margin:0 0 1em 0;
}
ul li {
	list-style-type:none;
}
img {
	border:0;
}
.cl {
	clear:both;
	visibility:hidden;
	height:0;
}
strong {
	font-weight:lighter;
}

/*ページ内リンク*/
p.nakalink {
	text-align:right;
	padding-right:1em;
	font-size:0.8em;
}
p.nakalink a {
	color:#666;
	text-decoration:none;
}
p.nakalink a:hover {
	color:#666;
	text-decoration:underline;
}

/*****テンプレート*****/

/*背景下用*/
* html div#back_b {
    height: 100%;
}
div#back_b {
	width:100%;
	min-height: 100%;
	background:url(../img/back_b.gif) repeat-x bottom left;
}
body > #back_b {
	height: auto;
}

/*ヘッダー用*/
#header,#header2 {
	width:801px;
	height:60px;
	background:url(../img/header.gif) no-repeat;
	margin:0 auto;
}
/*サイトタイトル*/

h1, #header2 p{
	margin:0;
	padding-left:23px;
	float:left;
}


a#title {
	width:240px;
	height:60px;
	overflow:hidden;
	display:block;
	background:url(../img/title.gif) no-repeat;
	text-indent:-1000px;
	outline-style:none;
}
/*キャッチコピー*/
h2, #header2 h1{
	margin:0;
	padding:25px 10px 0 25px;
	float:left;
	font-size:0.9em;
	font-weight:normal;
	height:35px;
	width:490px;
	overflow:hidden;
}

/*カラム背景*/
div#back_b div#back_c3 {
	width:796px;
	min-height: 750px;
	background:#fff url(../img/contents_3column.gif) repeat-y; /*3カラム*/
	margin:0 auto;
	padding:0 0 0 5px;
}
div#back_c2 {
	width:791px;
	min-height: 750px;
	background:#fff url(../img/contents_2column.gif) repeat-y; /*2カラム*/
	margin:0 auto;
	padding:0 5px;
}
div#back_c1 {
	width:791px;
	min-height: 750px;
	background:#fff url(../img/contents_1column.gif) repeat-y; /*1カラム*/
	margin:0 auto;
	padding:0 5px;
}

/*ヘッダーライン*/
#header_line {
	margin:0;
	width:791px;
	clear:both;
}

/*フッター用*/
#footer {
	width:801px;
	height:28px;
	background:url(../img/footer.gif) no-repeat;
	text-align:center;
	font-size:0.8em;
	padding-top:9px;
	overflow:hidden;
	margin:0 auto;
}

/*メニュー１(左)*/
ul#menu {
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}
ul#menu li.menu {
	height:36px;
}
ul#menu a {
	display:block;
	width:168px;
	height:31px;
	padding-left:35px;
	overflow:hidden;
	background-image:url(../img/left_menu_back.gif);
	font-size:0.8em;
	line-height:30px;
	color:#666;
	text-decoration:none;
}
ul#menu a:hover {
	background-position:0 -31px;
}

/*keiさん紹介*/
p#kei {
	width:87px;
	height:126px;
	padding:10px 2px 2px 114px;
	border-top:solid 1px #b38893;
	margin-top:-1px;
	margin-bottom:3px;
	position:relative;
	z-index:2;
	background:url(../img/kei.jpg) no-repeat 2px 2px;
	font-size:0.8em;
	line-height:1.2;
}

/*左カラム画像用*/
p.image {
	width:203px;
	text-align:center;
	margin-bottom:5px;
}


/*メニュー２(上)*/
ul#menu2 {
	margin:0;
	padding:0;
}
ul#menu2 li {
	display:block;
	height:31px;
	border-bottom:solid 1px #b38893;
	float:left;
}
ul#menu2 a.menu1 {
	display:block;
	width:49px;
	height:31px;
	padding-left:30px;
	overflow:hidden;
	background-image:url(../img/top_menu_back1.jpg);
	font-size:0.8em;
	line-height:30px;
	color:#666;
	text-decoration:none;
}
ul#menu2 a:hover.menu1 {
	background-position:0 -31px;
}
ul#menu2 a.menu2 {
	display:block;
	width:145px;
	height:31px;
	padding-left:30px;
	overflow:hidden;
	background-image:url(../img/top_menu_back2.jpg);
	font-size:0.8em;
	line-height:30px;
	color:#666;
	text-decoration:none;
}
ul#menu2 a:hover.menu2 {
	background-position:0 -31px;
}
ul#menu2 a.menu3 {
	display:block;
	width:103px;
	height:31px;
	padding-left:30px;
	overflow:hidden;
	background-image:url(../img/top_menu_back3.jpg);
	font-size:0.8em;
	line-height:30px;
	color:#666;
	text-decoration:none;
}
ul#menu2 a:hover.menu3 {
	background-position:0 -31px;
}
ul#menu2 a.menu4 {
	display:block;
	width:151px;
	height:31px;
	padding-left:30px;
	overflow:hidden;
	background-image:url(../img/top_menu_back4.jpg);
	font-size:0.8em;
	line-height:30px;
	color:#666;
	text-decoration:none;
}
ul#menu2 a:hover.menu4 {
	background-position:0 -31px;
}
ul#menu2 a.menu5 {
	display:block;
	width:103px;
	height:31px;
	padding-left:30px;
	overflow:hidden;
	background-image:url(../img/top_menu_back5.jpg);
	font-size:0.8em;
	line-height:30px;
	color:#666;
	text-decoration:none;
}
ul#menu2 a:hover.menu5 {
	background-position:0 -31px;
}
ul#menu2 a.menu6 {
	display:block;
	width:60px;
	height:31px;
	padding-left:30px;
	overflow:hidden;
	background-image:url(../img/top_menu_back6.jpg);
	font-size:0.8em;
	line-height:30px;
	color:#666;
	text-decoration:none;
}
ul#menu2 a:hover.menu6 {
	background-position:0 -31px;
}

/*メニュー３(下)*/
div#menu3 {
	margin:0 auto;
	padding:0;
	height:31px;
	text-align:center;
	font-size:0.8em;
}
div#menu3 a {
	color:#666;
	text-decoration:none;
}
div#menu3 a:hover {
	color:#666;
	text-decoration:underline;
}

img {border:none;}