@charset "utf-8";

a:link {
	color: #5375AC;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:visited {
	color: #84AAD0;
}


html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #666666;
	font-size: 0.9em;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../img/back.gif);
	   }
#outline {
	background-image: url(../img/head-line.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: top;
	padding-top: 35px;
}


#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../img/index-center.png);
	background-position: left;
	position: relative;
}
#menu  {
	font-size: 12px;
	text-align: left;
	width: 110px;
	position: absolute;
	top: 20px;
	right: 30px;
}
#menu li {
	list-style-type: none;
	width: 110px;
	height: 15px;
	line-height: 15px;
	text-indent: 15px;
	text-align: right;
}
#menu  li a {
	text-decoration: none;
	color: #49709A;
	display: block;
}
#menu li a:hover {
	background-color: #C8EDFB;
	display: block;
	text-decoration: none;
	background-image: url(../img/li02.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #006699;
}


#heder  {
	height: 120px;
	text-align: right;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	width: 850px;
}
#logo    {
	height: 130px;
	width: 790px;
	background-image: url(../img/top-img.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 30px;
	border: 1px solid #8FBFCF;
}
#logo  p   {
	font-weight: bold;
	color: #74C8EE;
	margin-right: 80px;
	margin-top: 20px;
	line-height: 15px;
	font-size: 13px;
}


h1    {
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	color: #49709A;
	padding-right: 10px;
	padding-left: 30px;
}
h2     {
	font-size: 18px;
	color: #ADADAD;
	margin-top: 20px;
	font-weight: bold;
	margin-right: 90px;
}



#content  {
	display: inline;
	margin-left: 30px;
	float: left;
	width: 580px;
	height: auto;
}
#main {
	height: 260px;
	width: 560px;
	background-image: url(../img/index-main.png);
	background-repeat: no-repeat;
	padding: 6px;
	margin-top: 10px;
}
#main  h3    {
	height: 50px;
	line-height: 30px;
	text-align: left;
	width: 180px;
	margin-bottom: 5px;
}

.cate-box  {
	float: left;
	width: 180px;
	text-align: center;
	display: inline;
}
.cate   {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

.cate  ul {
	text-align: left;
	list-style-type: none;
	font-size: 12px;
	padding-bottom: 20px;
	width: 180px;
	padding-top: 10px;
}
.cate  li {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	color: #999999;
	height: 17px;
	line-height: 17px;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 15px;
	text-indent: 15px;
	margin-right: 15px;
	width: 150px;
}
.cate li a {
	color: #3C9AB8;
	text-decoration: none;
	height: 17px;
	display: block;
	width: 150px;
}
.cate li a:hover {
	background-image: url(../img/li02.gif);
	background-repeat: no-repeat;
	color: #006699;
	background-position: 5px center;
	text-decoration: none;
	width: 150px;
	background-color: #D8F2FF;
}


#main-item {
	height: auto;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#main-item a:link {
	color: #FF3366;
	text-decoration: underline;
}
#main-item a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#main-item h3 {
	font-size: 16px;
	font-weight: bold;
	color: #C0C0C0;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: left;
}

#main-item  .item-box  {
	clear: both;
	height: 220px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
	width: 548px;

}
#main-item    .name   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #336699;
	text-decoration: underline;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#main-item      dl  {
	width: 160px;
	text-align: center;
	display: inline;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
#main-item     dt   {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	margin-bottom: 10px;
	padding: 2px;
	line-height: 130px;
	border: 2px solid #CCCCCC;
	height: 130px;
	width: 130px;
}
#main-item img {
}

#main-item     dd   {
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#side  {
	width: 190px;
	margin-right: 35px;
	display: inline;
	float: right;
	margin-bottom: 50px;
	margin-top: 10px;
}
#side .pickup {
	width: 180px;
	display: inline;
	float: right;
	margin-bottom: 20px;
	border: 1px solid #BCBCBC;
	padding: 5px;
}
#side .topics   {
	width: 140px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #E6E6E6;
	line-height: 80px;
	border: 3px solid #C7DAB4;
}
#main-site  {
	width: 180px;
	display: inline;
	padding-bottom: 15px;
	clear: right;
	float: right;
	margin-right: 5px;
}

#main-site h3 {
	font-size: 16px;
	font-weight: bold;
	color: #C0C0C0;
	height: 35px;
}
#main-site dl {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3BECF;
	border-right-color: #B3BECF;
	border-bottom-color: #B3BECF;
	border-left-color: #B3BECF;
}

#main-site dt {
	font-size: 12px;
	color: #FF3366;
	text-decoration: underline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#main-site  dt img {
	border: 1px solid #999999;
	margin-bottom: 5px;
}
#main-site dd {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
}


#footer {
	font-size: 10px;
	width: 850px;
	text-align: center;
	background-image: url(../img/index-foot.png);
	background-repeat: no-repeat;
	clear: both;
	background-position: center bottom;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}
#footer #totop {
	height: 20px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}

#footer .copyright  {
	font-size: 10px;
	color: #999999;
	clear: both;
}

#footer-link {
	text-align: left;
	font-size: 10px;
	text-indent: 10px;
	color: #999999;
	width: 100%;
	background-image: url(../img/foot-line.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-position: left top;
	background-color: #E1E1E1;
	padding-top: 30px;
	position: relative;
	bottom: 0px;
	clear: both;
	margin-top: 30px;
}
hr {
	background-image: url(../img/hr.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	display: block;
}
#ad-side {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3BECF;
	border-right-color: #B3BECF;
	border-bottom-color: #B3BECF;
	border-left-color: #B3BECF;
}
