@charset "utf-8";

/*
=================================================================================

=================================================================================
*/

body{
	font-size: 14px;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #222222;
	background: url(../images/body_bg.gif);
	line-height: 150%;
}

a:link {
	color: #27BA00;
	text-decoration: none;
}

a:visited {
	color: #27BA00;
	text-decoration: none;
}

a:hover {
	color: #27BA00;
	text-decoration: underline;
}

a:active {
	color: #27BA00;
	text-decoration: underline;
}

br.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*
=================================================================================
Container
=================================================================================
*/
#container{
	width: 950px;
	margin: 0 auto;
}

/*
=================================================================================
Header
=================================================================================
*/


/*
=================================================================================
Contents
=================================================================================
*/

#contents{
	background: url(../images/sub_container_bg.jpg);
	background-repeat: repeat-y;
	width: 950px;
}

#contents #contents_inner{
	width: 910px;
	margin: 0 auto;
}

/*
=================================================================================
Sub_Header
=================================================================================
*/

#header #header_top{
	background: url(../images/sub_header_top.jpg);
	width: 950px;
	height: 140px;
	position: relative;
}


#header #logo{
	width: 430px;
	height: 90px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#header #header_navi{
	width: 950px;
	height: 34px;
	display: table;
	position: relative;
}

#header #header_navi ul {
	position: absolute;
	top: 0px;
	width: 100%;
	display: table;
}
#header li {
	display: table-cell;
	width: 130px;
	vertical-align: top;
	font-size: 14px;
}
#header li.nav_inner2 {
	width: 210px;
}
#header li.nav_inner3 {
	border-left: none;
	width: 140px;
}
#header li .navinbox {
	width: 100%;
	height: 34px;
	display: table;
}
#header .navinbox a {
	display: table-cell;
	text-align: center;
	height: 34px;
	border-left: solid 1px #97DD01;
	vertical-align: middle;
}
#header .navinbox a:hover {
	text-decoration: underline;
}
#header li:first-child a {
	border-left: none;
}
#header li.nav_inner2 .navinbox p {
	height: 34px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#header #header_bottom{
	background: url(../images/sub_header_bottom.jpg);
	width: 950px;
	height: 60px;
}

#header #list_menu{
	padding-top: 20px;
	text-align: right;
	width: 800px;
	font-size: 12px;
}


/*
=================================================================================
Sub_Contents
=================================================================================
*/

#sub_contents{
	background: url(../images/sub_container_bg.jpg);
	background-repeat: repeat-y;
	width: 950px;
}

#sub_contents #contents_inner{
	width: 910px;
	margin: 0 auto;
}

#sub_contents .badge_get{
	width: 442px;
	height: 85px;
	margin: 5px auto 0;
	paddhing-bottom: 10px;
}

#sub_contents .badge_get_p{
	font-size: 13px;
	text-align: center;
	paddhing-bottom: 10px;
}

#sub_contents .badge_get_p img{
	vertical-align: -4px;
	margin-right: 3px;
}

/*
=================================================================================
Sub_Footer
=================================================================================
*/

#footer{
	background: url(../images/sub_container_bg.jpg);
	background-repeat: repeat-y;
	width: 950px;
	padding-bottom: 10px;
}

#footer #return{
	width: 950px;
	height: 30px;
}

#footer #return_inner{
	width: 80px;
	height: 15px;
	padding: 8px 0 0 850px;
}

#footer a:link {
	color: #333333;
	text-decoration: none;
}

#footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
	text-decoration: underline;
}

#footer #footer_inner{
	width: 910px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: #c5c5c5 1px solid;
	text-align: center;
}

#footer ul	{
	margin-bottom: 5px;
}
#footer ul li	{
	display: inline-block;
	line-height: 18px;
	list-style: none;
	margin-right: 20px;
	padding:0 0 0 15px;
	background:url(../images/footer_icon.gif) left no-repeat;
	background-position: 0px 3px;
}
#footer ul li:last-child	{
	margin-right: 0px;
}

/*
=================================================================================
Parts
=================================================================================
*/

img.new	{
	margin-left: 5px;
	position: relative;
	top: 3px;
}
span.gripo_text	{
	font-weight: bold;
	color: #ff25ff;
}}

/*
=================================================================================
Not Found
=================================================================================
*/

#contents_inner #contents_not {
	width: 100%;
	margin: 0 auto 500px;
	text-align: center;
	background: #ccc;
}

#contents_inner #not_title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
#contents_inner h4.not_subtitle {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #cc0000;
	margin-bottom: 50px;
}
#contents_inner .not_text {
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	margin-bottom: 50px;
}
#contents_inner .not_btn {
	width: 100%;
	text-align: center;
	font-size: 24px;
}