@charset "utf-8";

body, p, form, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	border: 0px none;
}

body {
	/*font-family: "Osaka", "MS UI Gothic";*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
	background-color: #555;
	background-color: #666;
	color:#333;
	color:#FFF;
	text-align: center;
	line-height: 1.0;
}

/* 基本リンクカラー */
a:link {
	color: #BDA;
	color: #8B7;
	color: #AAA;
	color: #333;
	color: #CCC;
	text-decoration: underline;
	}
a:visited {
	color: #007E8F;
	color: #8B7;
	color: #AAA;
	color: #333;
	color: #CCC;
	text-decoration: underline;
	}
a:hover {
	color: #FF9;
	color: #F60;
	color: #F90;
	text-decoration: underline;
	}
a:active {
	color: #F00;
	text-decoration: underline;
	}

/* 全体 */
#container {
	width: 716px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #666 url(../images/back_shadow716bl1.gif) repeat-y top left;
}

#container-inner {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	/*padding-top: 1px;  これを指定しないとNetscapeで問題あり？ */
	/*background: #E52C27 url(../images/akanojoou_bg.jpg) repeat-y 0px -370px;*/
	background: #FFF url(../images/back_test2.jpg) repeat-y 0px 0px;
	/*background-color: #E52C27;
	background-image: url(../pic/ms_bg90w.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:fixed;*/
	/*position: relative;*/
}

/* H1レベル-タイトル */

div#header {
	padding: 56px 50px 14px 80px;
	padding: 72px 50px 14px 80px;
	padding: 12px 35px 0px;
	/*width: 750px;
	width: 525px;*/
	color: #333;
	color: #222;
	color: #111;
}

div#header a:link {
	color: #333;
	color: #222;
	color: #111;
	text-decoration: underline;
	}
div#header a:visited {
	color: #333;
	color: #111;
	color: #222;
	text-decoration: underline;
	}
div#header a:hover {
	color: #F80;
	text-decoration: underline;
	}
div#header a:active {
	color: #F00;
	text-decoration: underline;
	}

div#header p#hLeft {
	width: 300px;
	float: left;
}

div#header div#hRight {
	width: 310px;
	float: right;
}

div#header h1 {
	font-size: 14px;
	text-align: center;
	text-align: left;
	padding-bottom: 12px;
}

div#header p {
	font-size: 12px;
	line-height:150%;
}

div#header p#term {
	font-size: 14px;
	line-height:150%;
	padding-bottom: 7px;
	padding-left: 15px;
}

div#header p#timeTable {
	font-size: 12px;
	line-height:170%;
	padding-left: 15px;
}

div#header div.waku-shiro {
	border: solid 1px #CCC ;
	border: solid 1px #000 ;
	background-color: #FFF;
	padding: 16px 18px 10px 17px;
	padding: 16px 18px 14px 20px;
	margin-bottom: 0px;
}

/* 背景色透過用 */
div#header div.waku-shiro {
	background-color: rgba(255,255,255,0.8);
	-pie-background: rgba(255,255,255,0.8);
	position: relative;
	behavior: url(js/PIE.htc); /* IE6-9用 */
}

/* 角丸用 */
div#header div.waku-shiro {
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	position: relative;
	behavior: url(js/PIE.htc); /* IE6-9用 */
}

div#main {
	margin: 0;
	padding: 10px 25px 0;
	padding: 12px 35px 8px;
	font-size: 12px;
	line-height:160%;
	text-align: center;
	text-align: left;
	/*background-color: #ccc;*/
	clear: both;
}

div#main h2 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 3px;
	/*padding-top: 1em;*/
	color: #F60;
	color: #DDD;
	color: #333;
}

div#main h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
	color: #666;
	color: #DDD;
}

div#main div.waku {
	border: solid 1px #CCC ;
	border: solid 1px #000 ;
	background-color: #000;
	padding: 16px 18px 6px 17px;
	padding: 20px 18px 10px 17px;
	margin-bottom: 16px;
}

/* 背景色透過用 */
div#main div.waku {
	background-color: rgba(0,0,0,0.85);
	-pie-background: rgba(0,0,0,0.85);
	position: relative;
	behavior: url(js/PIE.htc); /* IE6-9用 */
}

/* 角丸用 */
div#main div.waku {
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	position: relative;
	behavior: url(js/PIE.htc); /* IE6-9用 */
}

/* クリアフィックス */
div#main div.waku:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

div#main div.waku {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html div#main div.waku {
	height: 1%;
}
div#main div.waku {
	display: block;
}
/* End hide from IE-mac */

div#main div#left1 {
	width: 320px;
	width: 280px;
	width: 270px;
	float: left;
}

div#main div#left1 p {
	padding-bottom: 1em;
}

div#main div#right1 {
	width: 250px;
	width: 300px;
	float: right;
	/*padding-top: 18px;*/
}

div#main div#right1 p {
	padding-bottom: 15px;
	padding-bottom: 16px;
}

div#main div#left2 {
	width: 370px;
	width: 340px;
	width: 320px;
	float: left;
}

div#main div#left2 p {
	padding-bottom: 1em;
}

div#main div#right2 {
	width: 250px;
	float: right;
	padding-top: 18px;
	padding-top: 6px;
}

div#main div#right2 p {
	padding-bottom: 15px;
	padding-bottom: 16px;
}

div#main div#left1 p.catch1,
div#main div#left2 p.catch1 {
	font-size: 14px;
	color: #626262;
	color: #DDD;
	padding-bottom: 5px;
}

/* ログ取得＆カウンターボックス */
.o_counter {
	margin: 0;
	padding: 0px 0 0 2px;
	line-height: 0;
	font-size: 0px;
}
