﻿@charset "utf-8";

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	line-height: 135%;
	font-size: small;
	_font-size: x-small;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin-left: 2.0em;
	*margin-left: 2.5em;
}

ul {
	margin-left: 1.2em;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #e6e6e6;
	text-align: center;
}
/* for FIREFOX & etc. \*/
body {
	overflow-y: scroll;
}
/* */
/* for IE7 \*/
*:first-child+html body {
	overflow-y: visible;
}
/* */

a:link, a:visited {
	color: #417fcb;
	text-decoration: underline;
}
a:hover, a:active {
	color: #417fcb;
	text-decoration: none;
}








/* basic style ------------------------------ */
.ro {
	/* ----- */
}

.blank {
	/* ----- */
}

* html .pngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* clerfix ----- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 0.1%; }
.clearfix { display: block; }
/* */
/* for IE7 */
*:first-child+html .clearfix { display: inline-block; }
/* ----- clerfix */

.fL {
	float: left;
}
.fR {
	float: right;
}

.fL img {
	margin: 0px 10px 4px 0px;
}
.fR img {
	margin: 0px 0px 4px 10px;
}


.alnC {
	text-align: center !important;
}
.alnL {
	text-align: left !important;
}
.alnR {
	text-align: right !important;
}

.txL {
	font-size: 120%;
	line-height: 130%;
}
.txSL {
	font-size: 110%;
	line-height: 130%;
}
.txS {
	font-size: 84%;
	line-height: 130%;
}
.txSS {
	font-size: 70%;
	line-height: 120%;
}

.txBold {
	font-weight: bold;
}

.txRed {
	color: #cb2020;
}

.txGray {
	color: #bbbbbb;
}

.txError {
	color: #e40026;
}

.txNavy {
	color: #7b8aae;
}
a.txNavy:link, a.txNavy:visited {
	color: #7b8aae;
	text-decoration: underline;
}
a.txNavy:hover, a.txNavy:active {
	color: #7b8aae;
	text-decoration: none;
}

.txYellow {
	color: #fffe82;
}
a.txYellow:link, a.txYellow:visited {
	color: #fffe82;
	text-decoration: underline;
}
a.txYellow:hover, a.txYellow:active {
	color: #fffe82;
	text-decoration: none;
}

.ic01 {
	background: url(../img/ic01.gif) no-repeat left center;
	padding-left: 10px;
}
.ic02 {
	background: url(../img/ic02.gif) no-repeat left center;
	padding-left: 10px;
}
.ic04 {
	background: url(../img/ic04.gif) no-repeat left center;
	padding-left: 16px;
}

.marginBtm01 {
	margin-bottom: 10px;
}
.marginBtm02 {
	margin-bottom: 16px;
}
.marginBtm03 {
	margin-bottom: 30px;
}
.marginBtm04 {
	margin-bottom: 6px;
}

.indnt01 {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.indnt02 {
	padding-left: 1.0em;
	display: block;
}
.indnt03 {
	padding-left: 13px;
	background: url(../img/ic03.gif) no-repeat 0px 0.45em;
}
.indnt04 {
	padding-left: 1.6em;
}







/* wrapper ------------------------------ */
#wrapper {
	width: 960px;
	min-height: 100%;
	background: url(../img/main_bg01.gif) repeat-y 0px -4px;
	color: #ffffff;
	margin: 0 auto;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
}






/* header ------------------------------ */
#header {
	width: 960px;
	background: #ffffff;
	color: #666666;
}
/* clerfix ----- */
#header:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #header { display: inline-block; }
/* no ie mac \*/
* html #header { height: 0.1%; }
#header { display: block; }
/* */
/* for IE7 */
*:first-child+html #header { display: inline-block; }
/* ----- clerfix */

#header-left {
	width: 734px;
	float: left;
}
/* clerfix ----- */
#header-left:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #header-left { display: inline-block; }
/* no ie mac \*/
* html #header-left { height: 0.1%; }
#header-left { display: block; }
/* */
/* for IE7 */
*:first-child+html #header-left { display: inline-block; }
/* ----- clerfix */

#header-right {
	width: 226px;
	float: right;
}

#head-bar {
	/* ----- */
}
#head-logo {
	width: 294px;
	float: left;
}
#head-logo img {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	margin-top: -35px;
}
#head-login {
	width: 440px;
	padding-top: 28px;
	float: right;
}
#head-login form img {
	vertical-align: middle;
	margin-bottom: 5px;
}
#head-login .inputBox {
	width: 160px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #abbece;
	margin-right: 4px;
	vertical-align: middle;
	margin-bottom: 5px;
}
#head-howto {
	text-align: right;
	padding-right: 24px;
	margin-top: -24px;
}
#head-lead {
	padding-top: 16px;
}

#navigation {
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 734px;
	background: url(../img/navi_bg.gif) repeat-y;
}
/* clerfix ----- */
#navigation:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #navigation { display: inline-block; }
/* no ie mac \*/
* html #navigation { height: 0.1%; }
#navigation { display: block; }
/* */
/* for IE7 */
*:first-child+html #navigation { display: inline-block; }
/* ----- clerfix */

#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 126px;
	height: 33px;
	font-size: 0.1em;
	line-height: 0.1em;
}
#navigation li a {
	display: block;
	text-align: right;
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation li a.actv img {
	position: absolute;
	left: -7000px;
	top: 0px;
}
#navigation #navi-home a.actv {
	background-image: url(../img/navi_home_a.gif);
}
#navigation #navi-entry a.actv {
	background-image: url(../img/navi_entry_a.gif);
}
#navigation #navi-voice a.actv {
	background-image: url(../img/navi_voice_a.gif);
}
#navigation #navi-news a.actv {
	background-image: url(../img/navi_news_a.gif);
}







/* footer ------------------------------ */
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	background: #7b8aae;
	width: 960px;
}
#copyright {
	padding: 32px;
	color: #c1d3ff;
}
#footer #foot-topagetop {
	position: absolute;
	left: 24px;
	top: -62px;
	z-index: 20;
}






/* container ------------------------------ */
#container {
	width: 960px;
	background: #ffffff url(../img/side_bg02.gif) no-repeat right top;
	color: #666666;
}
/* clerfix ----- */
#container:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #container { display: inline-block; }
/* no ie mac \*/
* html #container { height: 0.1%; }
#container { display: block; }
/* */
/* for IE7 */
*:first-child+html #container { display: inline-block; }
/* ----- clerfix */






/* main ------------------------------ */
#main {
	width: 734px;
	float: left;
}






/* topic path ------------------------------ */
#topic-path {
	min-height: 28px;
	background: url(../img/pnkz_bg01.gif) no-repeat left bottom;
}
#topic-path p {
	padding: 6px 28px 8px 28px;
	font-size: 84%;
	line-height: 110%;
	color: #666666;
}
#topic-path p .separator {
	color: #191919;
}






/* contents ------------------------------ */
#contents {
	padding: 15px 20px 186px 15px;
}
#contents .lcap {
	margin: 0px -20px 0px -15px;
	padding-bottom: 14px;
}






/* side ------------------------------ */
#side {
	width: 226px;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	line-height: 120%;
	z-index: 500;
	margin-top: -46px;
	background: url(../img/side_bg03.gif) repeat-x;
}
#side-inner {
	padding: 12px 2px 0px 2px;
}
#side-inner h2 {
	padding-bottom: 3px;
}
#side-inner #topics {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
}
#side-inner #topics li {
	background: url(../img/line01.gif) repeat-x left bottom;
	padding: 4px 12px 6px 16px;
}
#side-inner #topics li .date {
	color: #ec5300;
}
#side-inner #topics li .txt {
	color: #4a6a86;
}

#side-inner .side-box01 {
	color: #4a6a86;
	padding: 0px 12px 0px 16px;
	margin-bottom: 12px;
}






/* home ------------------------------ */
#home #wrapper {
	background: #7b8aae;
}
#home #container {
	height: 325px;
	background: url(../img/side_bg01.gif) no-repeat right bottom;
}
#home #copyright {
	padding: 155px 0px 0px 0px;
}
#home #side {
	margin-top: -46px;
}

#home-contents01 {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	height: 325px;
}
/* clerfix ----- */
#home-contents01:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #home-contents01 { display: inline-block; }
/* no ie mac \*/
* html #home-contents01 { height: 0.1%; }
#home-contents01 { display: block; }
/* */
/* for IE7 */
*:first-child+html #home-contents01 { display: inline-block; }
/* ----- clerfix */

#home-contents01 p {
	float: left;
	font-size: 0.1em;
	line-height: 0.1em;
}

#home-contents02 {
	background: #7b8aae;
	padding: 47px 38px 32px 31px;
	margin-top: -47px;
}
/* clerfix ----- */
#home-contents02:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #home-contents02 { display: inline-block; }
/* no ie mac \*/
* html #home-contents02 { height: 0.1%; }
#home-contents02 { display: block; }
/* */
/* for IE7 */
*:first-child+html #home-contents02 { display: inline-block; }
/* ----- clerfix */

#home-left {
	float: left;
	width: 374px;
}
#home-left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home-left ul li {
	margin: 0px;
	padding: 0px;
	font-size: 0.1em;
	line-height: 0.1em;
}

#home-right {
	float: right;
	width: 516px;
	background: url(../img/line02.gif) repeat-y;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 50;
}
#home-right ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#home-right ul li {
	float: left;
	font-size: 0.1em;
	line-height: 0.1em;
}
#home-right h2, #home-right h3, #home-right h4, #home-right p, #home-right div, #home-right ul {
	padding-left: 33px;
}






/* news ------------------------------ */
#newsList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#newsList li {
	margin: 0px;
	padding: 7px 0px 9px 0px;
	background: url(../img/line01.gif) repeat-x left bottom;
}
/* clerfix ----- */
#newsList li:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #newsList li { display: inline-block; }
/* no ie mac \*/
* html #newsList li { height: 0.1%; }
#newsList li { display: block; }
/* */
/* for IE7 */
*:first-child+html #newsList li { display: inline-block; }
/* ----- clerfix */

#newsList li .date {
	width: 88px;
	color: #ec5300;
	float: left;
}
#newsList li .txt {
	width: 610px;
	color: #4a6a86;
	float: left;
}






/* voice ------------------------------ */
#voice-container {
	width: 699px;
	background: url(../img/line03.gif) repeat-y 348px 0px;
}
/* clerfix ----- */
#voice-container:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #voice-container { display: inline-block; }
/* no ie mac \*/
* html #voice-container { height: 0.1%; }
#voice-container { display: block; }
/* */
/* for IE7 */
*:first-child+html #voice-container { display: inline-block; }
/* ----- clerfix */

#voice-left {
	width: 348px;
	float: left;
	min-height: 420px;
	margin-top: 7px;
	background: url(../../voice/img/voice_bg01.gif) no-repeat;
}

#voice-left .rslt-cap {
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin-bottom: 16px;
}

#voice-left .rslt-list {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 20px 0px;
	background: url(../../voice/img/voice_enq_line01.gif) repeat-x left bottom;
}
#voice-left .rslt-list li {
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 4px 4px;
	min-height: 16px;
	background: url(../img/ic05.gif) no-repeat 0px 0px;
	color: #417fcb;
	line-height: 110%;
}
/* clerfix ----- */
#voice-left .rslt-list li:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #voice-left .rslt-list li { display: inline-block; }
/* no ie mac \*/
* html #voice-left .rslt-list li { height: 0.1%; }
#voice-left .rslt-list li { display: block; }
/* */
/* for IE7 */
*:first-child+html #voice-left .rslt-list li { display: inline-block; }
/* ----- clerfix */

#voice-left .rslt-list li .txt {
	width: 272px;
	float: left;
}

#voice-left .rslt-list li a:link, #voice-left .rslt-list li a:visited {
	text-decoration: none;
}
#voice-left .rslt-list li a:hover, #voice-left .rslt-list li a:active {
	text-decoration: underline;
}

#miura-thumb {
	text-align: center;
	margin-bottom: 15px;
}
#miura-zoom {
	padding-left: 84px;
}

.voice-img01 {
	float: right;
	width: 156px;
	padding-bottom: 4px;
}
.voice-img01 p {
	padding: 0px 0px 4px 14px;
	font-size: 84%;
	line-height: 130%;
}
.voice-pad01 {
	padding-top: 30px;
	padding-right: 18px;
	padding-left: 10px;
}


#voice-right {
	width: 336px;
	_width: 351px;
	padding-left: 15px;
	float: left;
	min-height: 420px;
	margin-top: 7px;
	background: url(../../voice/img/voice_bg01.gif) no-repeat;
}

#voice-right .rslt-cap {
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin-bottom: 16px;
}

#voice-right .rslt-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#voice-right .rslt-list li {
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 4px 4px;
	min-height: 16px;
	background: url(../img/ic05.gif) no-repeat 0px 0px;
	color: #417fcb;
	line-height: 110%;
}
/* clerfix ----- */
#voice-right .rslt-list li:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #voice-right .rslt-list li { display: inline-block; }
/* no ie mac \*/
* html #voice-right .rslt-list li { height: 0.1%; }
#voice-right .rslt-list li { display: block; }
/* */
/* for IE7 */
*:first-child+html #voice-right .rslt-list li { display: inline-block; }
/* ----- clerfix */

#voice-right .rslt-list li .num {
	width: 30px;
	float: left;
	white-space: nowrap;
}
#voice-right .rslt-list li .txt {
	width: 272px;
	float: left;
}

#voice-right .rslt-list li a:link, #voice-right .rslt-list li a:visited {
	text-decoration: none;
}
#voice-right .rslt-list li a:hover, #voice-right .rslt-list li a:active {
	text-decoration: underline;
}

#voice-right .rslt-box {
	width: 336px;
	background: url(../../voice/img/voice_enq_bg_top.gif) no-repeat;
	margin-bottom: 24px;
}
#voice-right .rslt-inner {
	background: url(../../voice/img/voice_enq_bg_btm.gif) no-repeat left bottom;
	padding: 15px;
}

.rslt-box .rslt-q {
	text-align: left;
	padding-bottom: 8px;
	margin: 0px -3px 10px -3px;
	background: url(../../voice/img/voice_enq_line01.gif) repeat-x left bottom;
	font-size: 110%;
	color: #191919;
}

.rslt-box .rslt-a-list {
	list-style-type: none;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}
.rslt-box .rslt-a-list li {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
.rslt-box .rslt-a-list li span {
	padding-right: 3px;
	font-size: 110%;
}

.rslt-box p {
	line-height: 130%;
}


#zoomWrapper {
	width: 100%;
	height: 100%;
	z-index: 9000;
	position: fixed;
	left: 0px;
	top: 0px;
	_position: absolute;
	_top: expression((documentElement.scrollTop || document.body.scrollTop) + 0 + 'px');
	background: url(../../voice/img/zoom_bg.png);
	_background: #000000; /* for IE6 */
	_filter: alpha(opacity=80); /* for IE6 */
	display: block;
}

#zoomBox {
	width: 806px;
	height: 564px;
	position: fixed;
	left: 50%;
	top: 45%;
	margin-top: -282px;
	margin-left: -403px;
	z-index: 9100;
	display: block;
	_position: absolute;
	_top: expression((documentElement.scrollTop || document.body.scrollTop) + ((documentElement.offsetHeight || document.body.offsetHeight)/2.2) + 'px');
	background: #ffffff;
}

#miuraComment {
	background: url(../../voice/img/miura_cmnt_s.jpg);
	width: 304px;
	height: 204px;
	display: block;
	margin: 0 auto;
}

#miuraCommentZoom {
	background: url(../../voice/img/miura_cmnt_z.jpg);
	width: 806px;
	height: 537px;
	display: block;
	margin: 0 auto;
}

#miuraComment_kyu {
	background: url(../../special/img/miura_cmnt_s.jpg);
	width: 304px;
	height: 237px;
	display: block;
	margin: 0 auto;
}

#miuraCommentZoom_kyu {
	background: url(../../special/img/miura_cmnt_z.jpg);
	width: 685px;
	height: 537px;
	display: block;
	margin: 0 auto;
}




