@charset "utf-8";
/*formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
   	font-family: sans-serif;
	color: #333333;
	background-color: #999999;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr{
　display: none;
}

/*link styles
-------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
-------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/*header style
-------------------------------*/

#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #FF0000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	position: relative;
}

#header #logo {
	left: 15px;
	top: 15px;
	position: absolute;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}

#home #header #nHome a,
#profile #header #nProfile a,
#faq #header #nFaq a,
#contact #header #nContact a,
#seo #header #nSeo a {
	color: #FFFFFF;
	background-color: #828CA7;
}

#main h2 {
	margin-bottom: 15px;
}
#main p{
    line-height:1.8;
	margin-bottom:1em;
}
#main dl#news dt{
    font-weight:bold;
	background-image:url(images/bullet2.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0px 0px 10px;
	clear:left;
	float:left;
	width:5em;
	padding-left:15px;
	}
#main dl#news dd {
	margin: 0px 0px 20px 6em;
}
/*footer styles
-------------------------------*/


/* main styles
-------------------------------*/

/* sidebar styles
-------------------------------*/
#sidebar h2 {
	margin-bottom: 20px;
}
#sidebar  dl  dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 20px;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#footer p a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
.question {
	font-weight: bold;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/q.gif);
}
#faqlist dd {
	line-height: 1.8;
	padding-bottom: 30px;
	padding-left: 25px;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.profile{
    margin:10px 0 10px 0;
	width:540px;
	border:#999999;
	text-indent:1em;
	}
.profile_top{
    margin:10px 10px 0 10px;
	width:540px;
	border:none;
	}
#policy{
    width:540px;
	margin:10px 0 10px 0;
	}   
.toi_t{
     font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	 font-size:15px;
	 text-align:left;
	 background-color:#82cccd;
	 color:#FFFFFF;
	 text-indent:1em;
	 width:140px;
	 } 
.contact_t{
      margin:10px 0 10px 0;
	  }
.toi_r{
       widows:440px;
	   text-align:left;
	   background-color:#F2F2F2;
	   }
.ranku_key01 {
       text-align:center;
	   }
.ranku_key02{
       text-align:center;
	   }
.pro_ti{
       font-size:14px;
	   background-color:#CCFFCC;
	   }
