@charset "Shift_JIS";

/* 全体構造
----------------------------------------- */

body {
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0 0 3em 0;
	background: #dfdfdf;
	line-height: 1.5;
	text-align: center;
}

#wrapper {
	position:relative;
	width: 750px;
	background: #ffffff;
	text-align: left;
	top: 20px;
}

#pankuzu {
	text-align: left;
}

img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

a {
	text-decoration: none;
}

a:link {
	color: #339966;
}

a:visited, a:active {
	color: #CC0000;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}






/* ヘッダ
----------------------------------------- */

#header {
	width: 750px;
	height: 110px;
}

#logo {
	display: block;
	float: left;
	height: 67px;
	width: 243px;
}

h1 {
	text-indent: -9999px;
	margin: 0px;
	background-image: url(../imgs/webgardentitle.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 243px;
	margin-top: 18px;
	margin-left: 25px;

}


/* ナビゲーション
----------------------------------------- */

#navigation {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 200px;
	border-top: 20px solid #339966;
}

#navigation ul {
	margin: 0 0 1em;
	padding: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	list-style: none;
}

#navigation li {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 40px;
	text-indent: -9999px;
}

#navigation a {
	text-decoration: none;
	display: block;
	width: 200px;
	height: 40px;
}

#navigation li#top {
	background-image: url(../imgs/navi/top_off.gif);
	background-repeat: no-repeat;
}

#navigation li#news {
	background-image: url(../imgs/navi/news_off.gif);
	background-repeat: no-repeat;
}

#navigation li#about {
	background-image: url(../imgs/navi/about_off.gif);
	background-repeat: no-repeat;
}

#navigation li#others {
	background-image: url(../imgs/navi/others_off.gif);
	background-repeat: no-repeat;
}

#navigation li#links {
	background-image: url(../imgs/navi/links_off.gif);
	background-repeat: no-repeat;
}

#navigation li#bbs {
	background-image: url(../imgs/navi/bbs_off.gif);
	background-repeat: no-repeat;
}

#navigation li#mail {
	background-image: url(../imgs/navi/mail_off.gif);
	background-repeat: no-repeat;
}

#navigation address {
	margin: 0;
	padding: 1em 0 0 1px;
	border-top: 1px solod #cccccc;
	font-style: normal;
	font-size: xx-small;
	text-transform: uppercase;
	line-height: 1.5;
	color: #999999;
	background: transparent;
}

/* オンマウスの指定 */

#navigation li#top  a:hover  {
	background-image: url(../imgs/navi/top_on.gif);
	background-repeat: no-repeat;
}

#navigation li#news  a:hover  {
	background-image: url(../imgs/navi/news_on.gif);
	background-repeat: no-repeat;
}

#navigation li#about  a:hover  {
	background-image: url(../imgs/navi/about_on.gif);
	background-repeat: no-repeat;
}

#navigation li#others  a:hover  {
	background-image: url(../imgs/navi/others_on.gif);
	background-repeat: no-repeat;
}

#navigation li#links  a:hover  {
	background-image: url(../imgs/navi/links_on.gif);
	background-repeat: no-repeat;
}

#navigation li#bbs  a:hover  {
	background-image: url(../imgs/navi/bbs_on.gif);
	background-repeat: no-repeat;
}

#navigation li#mail  a:hover  {
	background-image: url(../imgs/navi/mail_on.gif);
	background-repeat: no-repeat;
}


/* コンテンツ
----------------------------------------- */

#contents {
	margin-left: 230px;
	padding-left: 20px;
	border-left: 1px solid #a8a8a8;
	width: 480px;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
	background: #339966;
	margin: 0px;
	padding: 0.5em 10px;
}

dl {
	margin:2 0 0 0px;
	padding:0;
}


dt {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(../imgs/a_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

dd {
	margin: 0px;
	padding: 0px;
}




#caption {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#red {
	color: #CC0000;
}




/* フッター
----------------------------------------- */
#footer {
	background-color: #339966;
	height: 60px;
	width: 750px;
	margin-top: 20px;
}
#bold {
	font-weight: bold;
}

address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	padding-top: 30px;
}
tr {
	text-align: center;
}
