@charset "shift-jis";
/* CSS Document */
body {
	background-repeat: repeat;
}
.wrapper {
	text-align: center;
	background-color: #F3F3F3;
}
.container {
	text-align: center;
	width: 820px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
}
h1 {
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
}
p {
	font-size: 12px;
	padding: 0;
	margin: 0.5em 0;
	text-align: left;
	line-height: 130%;
	clear: left;
}

#header {
	text-align: center;
}

#g_nav {
	text-align: center;
	background: #EEEEEE url(../../img/nav/nav_bg.jpg) repeat-x;
}
#g_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#g_nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#nav01 {
	background: url(../../img/nav/nav_home_on.jpg) no-repeat;
	height: 40px;
	width: 138px;
}
#nav02 {
	background: url(../../img/nav/nav_cmpn_on.jpg) no-repeat;
	height: 40px;
	width: 136px;
}
#nav03 {
	background: url(../../img/nav/nav_info_on.jpg) no-repeat;
	height: 40px;
	width: 136px;
}
#nav04 {
	background: url(../../img/nav/nav_faq_on.jpg) no-repeat;
	height: 40px;
	width: 136px;
}
#nav05 {
	background: url(../../img/nav/nav_about_on.jpg) no-repeat;
	height: 40px;
	width: 136px;
}
#nav06 {
	background: url(../../img/nav/nav_inq_on.jpg) no-repeat;
	height: 40px;
	width: 138px;
}
#home #nav01 img , #cmpn #nav02 img , #info #nav03 img , #faq #nav04 img , #about #nav05 img {
	display: none;
}
.title_img {
	display: block;
	clear: both;
	margin: auto;
}

h2 img {
	margin-bottom: 10px;
}

#sec_left {
	padding: 0px;
	float: left;
	width: 200px;
	margin: 0 0 0 5px;
}

#sec_middle {
	padding: 0px;
	float: right;
	width: 590px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	background-color: #FFF;
}

#inner_container {
	margin:0 20px;
	text-align: left;
}
#inner_container h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 auto 20px auto;
	background: url(../../img/bg_title.jpg) no-repeat center;
	height: 35px;
	line-height: 220%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
}

#footer {
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 2px;
	padding: 4px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
	color: #990000;
}
#topics {
	text-align: left;
}

#topics dt {
	margin: 0 0 0 10px;
	padding: 0;
	color: #999999;
	font-weight: bold;
}
#topics dd {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 15px;
	border-bottom: dotted 1px #CCCCCC;
}
.picup {
	margin-bottom: 20px;
}


/*--------------------
      汎用class
--------------------*/

.clear {
	clear: both;
	display: block;
}
.red {
	color:#FF0000;
}
.odd {
	background: #FFFFFF;
}
.even {
	background: #F8F8F8;
}


/*--------------------
     トピックパス
--------------------*/

#topic_path{
	text-align:right;
	height: 20px;
	margin-right: 5px;
}

#topic_path li{
	display:inline;
	background-image:url(../../img/topic_path.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 10px;
}

#topic_path .home {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

#topic_path li a{

}

#topic_path li a:hover{
	background:#CC0000;
	color:#fff;
}

.canpen {
	background-color: #FFF;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}
#inner_container .line {
	margin: 0px;
}

