﻿@charset "UTF-8";

/*　ページ構造に関するCSS　*/

body {
	margin: 0px;
	padding:0px;
	color: #999999;
	background-color: #efefef;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#wrapper {
	width: 800px;
	background-color: #ffffff;
	margin: 0px auto;
}
#wrapper #header_top {
	height: 250px;
	width: 799px;
}

#wrapper #header {
	height: 175px;
	width: 799px;
}
#nav {
	font-size: 0px;
	float: left;
}

#top {
	clear: left;
	text-align: center;
}

#footer_index {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer_index p {
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 0px;
	padding: 0px;
}


/*　ナビゲーションに関するCSS　*/

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	width: 160px;
	height: 45px;
}

#hom {
background-image: url(../img/home_nav.gif);
background-position: top;
}

#gal {
background-image: url(../img/gallery_nav.gif);
background-position: top;
}

#bio {
background-image: url(../img/bios_nav.gif);
background-position: top;
}

#inf {
background-image: url(../img/info_nav.gif);
background-position: top;
}

#con {
background-image: url(../img/contact_nav.gif);
background-position: top;
}

/*　コンテンツに関するCSS　*/

#header_top h1 {
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	vertical-align: bottom;
}


h1 {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
}

h2 {
	margin: 55px 0px 30px 10px;
	font-size: 130%;
	color: #ababab;
	line-height: 1.5;
}

h3 {
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

em {
	font-size: 120%;
	font-style: normal;
}

#main1 {
	width: 700px;
	font-size: 80%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#main2 {
	width: 700px;
	margin: 0px auto;
	font-size: 14px;
}

#main_pic_r {
	margin-top: 30px;
	margin-left: 50px;
	padding: 5px;
	border: 1px solid #ddd;
	float: right;
}

#main_pic_l {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
}
#aisatsu {
	padding-left: 31px;
	line-height: 2.2;
	color: #999999;
}

.shomei {
	margin-top: 25px;
	text-align: right;
	color: #999999;
}

#main2_text {
	padding: 0px 20px;
	width: 420px;
	float: right;
}

#main2_text ul {
	margin-top: 0px;
	margin-left: 20px;
	list-style-image: url(img/bullet.gif);
	font-size: 90%;
	line-height: 1.8;
}

#main2_text dl {
	border: 1px solid #ddd;
	font-size: 75%;
	width: 405px;
	height: 95px;
	margin: 0px;
	padding: 10px 0px 10px 15px;
	overflow: auto;
}

#main2_text dt {
	margin-right: 20px;
	float: left;
}

#main2_text dd {
	border-bottom: 1px solid #ddd;
	margin: 0px 10px 10px 0px;
	padding-bottom: 5px;
/*	border: 1px solid #dd0000;  */
}

a {
	text-decoration: none;
}

/*　リンクに関するCSS　*/

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}
