@charset "utf-8";
/*-------------------------------------------------------
1.initialize
2.setup
3.common
4.container
5.header
6.globalnavi
7.content
8.side
9.footer
10.
-----------------------------------------------------------*/

/*----------------------------------------------------------
1.initialize
-----------------------------------------------------------*/

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt.dd,
form,fieldset,legend,pre,blockquote,
em,button,address,noscript {
	margin: 0px;
	padding: 0px;
	font: normal normal 100%/1.5em "ＭＳ Ｐゴシック", Osaka, san-serif;
}

ul,ol,li {
	list-style: none;  //・などを消す
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom; //縦方向の位置を底合わせ
}

.clear {
	height: 0px;
	line-height: 0;
	font-size: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

hr {
	display: none;
}

/*----------------------------------------------------------
2.setup
-----------------------------------------------------------*/
body {
	height: 100%;
	color: #333333;
	text-align: center;
	background-color: #808ea5;
}

/*html:\66irst-child を付けると、MacのSafariに対する適用が可能*/
html:\66irst-child body{
	padding-left: 0;
}

a,
a:link
a:visited {
	color: #0000cc;
	text-decoration: none;
}

a:hover,
a:active {
	color: #cc00ff;
	text-decoration: underline;
}

/*----------------------------------------------------------
3.common
-----------------------------------------------------------*/
/*----------------------------------------------------------
4.container
-----------------------------------------------------------*/
html {
	height: 100%;
}
* html div#wrapper {
	//height: 100%;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
}
.push_selectPage {
	height: 150px;
}
.push_finishPage {
	height: 250px;
}
body > #wrapper {
	//height: auto;
}
#main {
	width: 780px;
	margin: 0px;
}

/*----------------------------------------------------------
5.header
-----------------------------------------------------------*/
div#header {
	overflow: hidden;
	width: 780px;
	height: 112px;
	margin: 0;
	padding: 0;
	background-color: #808ea5;
}

#header h2#logo{ // でかいロゴ画像
	display: block; // 念のため
	width: 780px;
	height: 94px;
	background: url(../img/img_normal/logo2.png) left top no-repeat;
	text-indent: -9999px;
}

div#header h1#topTitle {
	margin: 3px 3px 0px 0px;
	color: #ffffff;
	font-size: 70%;
	line-height: 18px;
}
div#header div#lastUpdate {
	margin: 3px 0px 0px 0px;
	color: #ffffff;
	font-size: 70%;
	line-height: 18px;
}

/*----------------------------------------------------------
6.globalnavi
-----------------------------------------------------------*/
div#naviMenu {
	width: 780px;
}

div#naviMenu li {
	float: left;
}

div#naviMenu a {
	outline: none;
	position: relative;
}
div#naviMenu a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#naviMenu li#naviMenu01 a, #naviMenu li#naviMenu01 a:link, #naviMenu li#naviMenu01 a:visited {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/home_before.png) left top no-repeat;
	text-indent: -9999px;
}

#naviMenu li#naviMenu01 a:hover, #naviMenu li#naviMenu01 a:active {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/home_after.png) left top no-repeat;
	text-indent: -9999px;
}

#naviMenu li#naviMenu02 a, #naviMenu li#naviMenu02 a:link, #naviMenu li#naviMenu02 a:visited {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/color_before.png) left top no-repeat;
	text-indent: -9999px;
}

#naviMenu li#naviMenu02 a:hover, #naviMenu li#naviMenu02 a:active {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/color_after.png) left top no-repeat;
	text-indent: -9999px;
}

#naviMenu li#naviMenu03 a, #naviMenu li#naviMenu03 a:link, #naviMenu li#naviMenu03 a:visited {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/test_before.png) left top no-repeat;
	text-indent: -9999px;
}
#naviMenu li#naviMenu03 a:hover, #naviMenu li#naviMenu03 a:active {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/test_after.png) left top no-repeat;
	text-indent: -9999px;
}

#naviMenu li#naviMenu04 a, #naviMenu li#naviMenu04 a:link, #naviMenu li#naviMenu04 a:visited {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/syneth_before.png) left top no-repeat;
	text-indent: -9999px;
}
#naviMenu li#naviMenu04 a:hover, #naviMenu li#naviMenu04 a:active {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/syneth_after.png) left top no-repeat;
	text-indent: -9999px;
}

#naviMenu li#naviMenu05 a, #naviMenu li#naviMenu05 a:link, #naviMenu li#naviMenu05 a:visited {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/link_before.png) left top no-repeat;
	text-indent: -9999px;
}
#naviMenu li#naviMenu05 a:hover, #naviMenu li#naviMenu05 a:active {
	display: block;
	width: 145px;
	height: 36px;
	background: url(../img/img_normal/link_after.png) left top no-repeat;
	text-indent: -9999px;
}
.png_trans{
	position: absolute;
	top: -10px;
	left: -5px;
}


/*----------------------------------------------------------
7.content
-----------------------------------------------------------*/

#maincontents {
	float: left;
	width: 566px;
	height: auto;
	margin: 0px;
	padding: 3px;
	border-right: 1px #0000ff dotted;
	overflow: hidden;
}
#maincontents h2 {
	overflow: hidden;
	height: 20px;
	margin: 5px 0px 10px 5px;
	padding: 0px;
	color: #000000;
	font-size: 200%;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
#demo {
	background-color: #333333;
	float: left;
	width: 560px;
	height: 300px;
	margin: 0px;
	padding: 3px;
	overflow: visible;
}	
#mainhistory {
	clear: both;
	float: left;
	width: 700px;
	height: auto;
	margin: 20px;
	padding: 0px;
	overflow: hidden;
}
#texter {
margin-left: 10px;
}

#texter li{
	font-size: 90%;
	height: auto;
}

#texter li.index {
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
	width: 560px;
	border-left-style: solid; 
	border-color: #808ea5; 
	border-width: 5px;
	overflow: hidden;
}

#texter span.ll{
	float: left;
}
#texter span.lr{
	float: right;
}

#how ol li{
	font-size: 90%;
	height: auto;
	margin:  5px 5px 5px 30px;
	padding: 3px 10px 3px 3px;
	list-style: decimal;
	background: none;
}
#how ol li.none{
	list-style: none;
}
#atten {
	background-color: #ffffff;
}

#atten ul li{
	font-size: 80%;
	margin:  2px;
	padding: 2px;
	list-style: disc;
	margin-left: 20px;
	padding-left: 0;
	background: none;
	border-left-style: none; 
}

div#test_time_table * {
	border: 1px solid #808ea5;
	border-collapse:collapse;
}

div#test_time_table th,  div#test_time_table td{
	padding: 3px;
}

div#test_time_table th {
	text-align: left;
}

div#test_time_table td {
	font-size: 12px;
}

table.sample{
    border-top:1px solid #006633;
    border-left:1px solid #006633;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	font-size: 100%;
}

.sample th{
    border-right:1px solid #006633;
    border-bottom:1px solid #006633;
    color:#ffffff;
    background-color:#006633;
    background-position:left top;
    padding:5px;
    text-align:center;
}
.sample td{
    border-right:1px solid #006633;
    border-bottom:1px solid #006633;
    padding:5px;
}

.sample td.time{
	width: 80px;
	text-align: center;
}
/*----------------------------------------------------------
8.side
-----------------------------------------------------------*/
#side {
	float: right;
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 3px;
	border-left-style: dotted; 
	border-color: #0000ff; 
	border-width: 0px; 
	overflow: hidden;
}
#side ul li{
	font-size: 90%;
}
#side div#newInformation{
	margin: 25px auto 0px auto;
	width: 150px;
	text-align: center;
	font-size: 12px;
	border:1px solid #808ea5;
	padding: 0px 6px 0px 6px;
}
#side div#newInfoTitle{
	font-size: 12px;
	font-weight: bold;
}
#side div#newInfoDetail{
	text-align: left;
	font-size: 11px;
	line-height: 120%;
}
#side div#twitterInformation{
	margin: 25px auto 0px auto;
	width: 150px;
	text-align: center;
	font-size: 12px;
	border:1px solid #808ea5;
	padding: 0px 6px 0px 6px;
}
#side div#twitterInfoTitle{
	font-size: 12px;
	font-weight: bold;
}
#side div#twitterInfoDetail{
	text-align: left;
	font-size: 11px;
	line-height: 120%;
}
#side div#twitterInfoDetail p.tw_day{
	margin: 0px 0px 10px 0px;
}

#side div#invitationInformation{
	margin: 25px auto 0px auto;
	width: 150px;
	text-align: center;
	font-size: 12px;
	border:1px solid #808ea5;
	padding: 0px 6px 0px 6px;
}
#side div#invitationTitle{
	font-size: 12px;
	font-weight: bold;
}
#side div#invitationDetail{
	text-align: left;
	font-size: 11px;
	line-height: 120%;
}

#historyInfo {
	display: block;
	width: 198px;
	height: 26px;
	background: url(../img/test_list.png) left top no-repeat;
	text-indent: -9999px;
}

/*----------------------------------------------------------
9.footer
-----------------------------------------------------------*/
#footer {
	width: 780px;
	background-color: #243b62;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}
#footer a{
	color: #ffffff;
}

