﻿@charset "utf-8";
/*------------------------------------------------

	CSS2.0 Document
	template ver.0.2
	since: 2008.03.07;
	editor: akato;

------------------------------------------------*/


/* normalize
------------------------------------------------*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,
th,td {
	margin: 0;
	padding: 0;
}
th,td,
h1,h2,h3,h4,h5,h6,
p,blockquote,
address {
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6,
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul,li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	vertical-align: top;
	text-align: left;
}
img,
a img {
	border: 0;
}
input {
	line-height: 1.2;
}

/*  clear-fix
------------------------------------------------*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* base
------------------------------------------------*/
body {
	background: #eee;
	font-size: 80%;
	color: #333;
	line-height: 1.6;
	text-align: center;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}

div#container {
	width: 833px;
	margin: 0 auto;
	background: url(../images/body_bak.gif) 50% 0 repeat-y;
	text-align: left;
}

/* header
------------------------------------------------*/
div#header {
	margin: 0 5px 5px;
	background: url(../images/header_bak.gif) 0 0 repeat-x;

	position: relative;
}
div#header h1 {
	margin: 0 17px 0 0;
	padding: 9px 0 12px 10px;
	width: 623px;
	float: left;
}
div#header p#headPatent {
	position: absolute;
	right: 7px;
	top: 7px;
}
div#header p#headPatent img {
	display: block;
}
div#header div#headBanner {
	float: left;
	margin-top: 38px;
	width: 160px;
	height: 112px;
	overflow: hidden;
}

/* footer
------------------------------------------------*/
div#footer {
	margin: 5px 5px 0;
	height: 35px;
	overflow: hidden;
	background: url(../images/foot_bak.gif) 0 0 repeat-x;
	text-align: center;
	color: #fff;
	font-size: 90%;
}
div#footer p {
	padding: 12px 0 0;
}
div#footer p a {
	text-decoration: none;
	color: #fff;
}
div#footer p a:hover {
	color: #eee;
}

/* contents 
------------------------------------------------*/
div#contents {
	margin: 0 17px;
}

div#contents div#decopenBody {
	background: #aaa;
	width: 630px;
	margin: 0 9px 20px 0;
	float: left;
}
div#contents div#decopenBody object,
div#contents div#decopenBody embed {
	vertical-align: bottom;
}
div#contents div#contentsBanner {
	margin: 0 0 20px;
	width: 160px;
	float: left;
}

/* subcontents 
------------------------------------------------*/
div#subcontents {
	margin: 0 4px;
	padding: 20px 13px 0;
	border-top: solid 1px #8f8f8f;
	text-align: center;
}
div#subcontents ul#bannerArea {
	text-align: center;
}
div#subcontents ul#bannerArea li {
	width: 700px;
	margin: 0px auto 5px auto;
}
div#subcontents ul#bannerArea li img {
	display: block;

}

div#subcontents div#bottomAdsence {
	width: 728px;
	margin: 20px auto 0;
}

div#subcontents ul#othercopy {
	margin: 15px 34px 0;
	font-size: 80%;
	color: #666;
	text-align: left;
}




/* 20070607追加 */
/*  フッタリンク
-----------------------------------------------------------*/
div#commonfoot {
	margin: 40px 0px 0px 0px;
}
div#commonfoot ul {
	text-align: center;
}
div#commonfoot ul li {
	display: inline;
	margin: 0px 0px 0px 10px;
	color: #999;
}
div#commonfoot ul li a {
	margin: 0px 10px 0px 0px;
	color: #ff9900;
}


/* 20070627追加 */
/*  コンテストバナー（ファーストPRエリア）
-----------------------------------------------------------*/
p#firstpr {
	text-align: center;
}


