@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/

	body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #494949;
	font-size: 80%;
	line-height: 160%;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width: 700px;
	margin-bottom: 0px;
}

#nav {
	line-height: 170%;
	margin:5px ;
	padding:0px;
	list-style:none;	
	float:left;	
}

#content {
	float:left;
	width: 700px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}
#col1 {
	width:423px;
 	margin-right: 15px;
	float:left;	
}

#sidebar {
	width: 250px;
	padding: 7px 5px 5px;
		
	float: right;	
}
    
/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	float:left;
	background-color: #FFEFD5;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 115px;
	height:22px;
}

#nav a{
	color: #000;
	display:block;
	width: 115px;
	height:22px;
}

#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration:none;
}

/* contentに関するCSS 
--------------------------------------------------------------------------------*/
img.topkey {
	margin-bottom: 15px;
}
/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	margin: 0px;
}

h3 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FFFF99;
}

h4 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #AFEEEE;
}

h5 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #FFC0CB;
}

p {
	margin-top: 0px;
}

img{
	border: none;
}

img.thumb {
	float:left;
	margin-right: 10px;
	margin-bottom: 0px;
}

.mail{
	margin-top: 10px;
	clear: both
}

/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
h6 {
	font-size: 85%;
        margin-bottom: 20px;
}

h7 {
	font-size: 100%;
	margin-bottom: 3px;
}

#sidebar p {
	margin-top:10px;
	margin-bottom:15px;
}


/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
	float:left;
	margin-top: 5px;
}

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