﻿@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 160%;
	background-image:  url(img/bck.gif);
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:718px;
	background-color: #FFF;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width:600px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}

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

#content {
	clear:left;
	width: 600px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#col1 {
	width:353px;
	margin-right: 15px;
	float:left;	
}


#sidebar {
	width: 190px;
	height : 330px;
	padding: 7px 15px 15px;
	background-image: url(img/bck_top_news.gif);
	float: right;	
	overflow: scroll;
}

/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
}

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

ul#nav li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #999;
	text-align: center;
	width: 118px;
	height:22px;
}

ul#nav li ul {
	display: none;  /* 下層のメニューを不可視に */
}

ul#nav li:hover ul{
	display: block;
	position: relative;
	left: -41px;
	z-index: 100;
	list-style:none;
}

//ul#nav li ul li{
//	float: none;
//	margin: 0;
//	font-weight: normal;
//}

ul#nav a{
	color: #666;
	display:block;
	width: 118px;
	height:22px;
}

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

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

/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	margin: 0px;
}

h3 {
	font-size: 150%;
	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;
	
	border-left-width: 15px; border-left-style: solid;
	border-left-color: #00BEFF; background: #ffffff;
	
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
	font-size: 110%;
}

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

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

/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}

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

.line {
	width: 100%;
	background-image: url(img/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}


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


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

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}
