﻿/* ページの基本デザイン用CSS */
body{
	background-position:top center;
	text-align:center;
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#contents	{
	width:800px;
	display: inline-block;
	margin:auto;
	margin-top:60px;
	margin-bottom:3px;
	padding:10px;
	text-align:center;
	border : solid 1px #666666;
	}

#main	{
	width:740px;
	display: inline-block;
	margin:auto;
	padding:0px 0px 5px;
	border-bottom: 1px solid #CCCCCC;
	}

#left	{
	float:left;
	width:410px;
	margin-left:0px;
	margin-right:5px;;
	text-align:center;
	}

#right	{
	float:left;
	width:300px;
	display: inline-block;
	margin-left:5px;
	padding:3px;
	text-align:left;
	border : solid 1px #FFFFFF;
	}

#list	{
	width:230px;
	text-align:center;
	margin:0px;
	padding0px;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
	background-image: url(link.gif);
	height: 60px;
	}

h2	{
	width:210px;
	font-size:16px;
	line-height:28px;
	margin: 3px;
	font-weight:normal;
	color:#FFFFFF;
	}

h2 a	{
	background-image:url(c_h2.gif);
	display:block;
	width:210px;
	color:#FFFFFF;
		}

h2 a:hover
	{
	background-image:url(c_h2h.gif);
	display:block;
	width:210px;
	color:#000000;
		}

h3 {
	font-size: 12px;
	text-align:center;
	margin-top:4px;
	margin-bottom:2px;
	padding:0px;
	line-height:15px;
	font-weight:normal;
}

p {
	font-size: 14px;
	text-align:center;
	margin-top:8px;
	margin-bottom:2px;
	padding:0px;
	line-height:15px;
}


img {
	border : none;
	}


#left img {
	border : solid 1px #AAAAAA;
	}

h1 a {
	color:#FFFFFF;
	font-weight: normal;
}

h2 a {
	font-weight: normal;
}



ul {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	list-style-type:none;
	margin-left: 1px;
	margin-bottom: 10px;
	margin-top:10px;
	padding-left:5px;
}


ul a {
	color:#0000FF;
	}

ul a:hover {
	color:#000080;
	}

/* FLOATではみ出ないようにするハック */
ul:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

#contents:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

#main:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

#right:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

address
	{
	clear:both;
	}
