@charset "utf-8";
/*  
Theme Name: Solvisto
Theme URI: http://www.gasreview.co.jp
Author: Studio Kan
Author URI: http://www.kan-web.ne.jp
Creation date: 17.10.2008 
*/

/* Base ----------------------------------------------------------------- */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
p,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
    margin:0;
    padding:0;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
table {
    border-spacing:0;
}
pre, fieldset {
    margin-bottom: 10px;
}
ul, li { list-style:none; }
ol { list-style: decimal outside; }
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
caption,th {
    text-align:left;
}
a img,:link img,:visited img {
    border:none;
}
hr {
	height:1px;
	border-bottom: 1 solid #666666;
}
fieldset,img,abbr,acronym {
    border:0;
}
q:before,q:after {
    content:'';
}
cite {
	font: normal 13px verdana, helvetica, sans-serif;
}
address {
    font-style:normal;
}
form p {
	margin-left: 15px;
}
small {
	font-size: 11px;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
a.w:link, a.w:visited, a.w:hover {
	color: #F0F0F0;
	text-decoration: none;
}
a.w:hover {
	color: #FFCC00;
}
a.mn:link, a.mn:visited {
	text-decoration: none;
}

a.bl:link, a.bl:visited, a.bl:hover {
	color: #333333;
	text-decoration: none;
}
a.bl:hover {
	color: #FF0000;
}


/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font: normal 13px arial, helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	font-size: 13px;
	background-color: #EDEBE9;
}
#container {
	width: 940px;
	margin: 0px auto;
	background-image: url(images/base_back.gif);
	background-repeat: repeat-y;
}
#container-inner {
	position: static;
	text-align: left;
	width: 920px;
	margin-left: 10px;
	margin-right: 10px;
}
#header, #content {
    position: relative;
}
#header {
	width: 920px;
	text-align: left;
	overflow: hidden;
	height: 80px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header09.jpg);
}

#main, #sidebar {
	float: left;
	position: relative;
}
#content-inner,
#main-inner, #sidebar-inner {
	position: static;
	overflow: hidden;
}
#content {
	width: 920px;
	clear: both;
	display: block;
	text-align: left;
}
#content-inner {
	padding-top: 15px;
	width: 920px;
}
#main {
	width: 720px;
	text-align: left;
}
#main-inner {
	width: 662px;
	margin-left: 30px;
}
#sidebar {
	width: 180px;
	text-align: left;
	position: relative;
}
#sidebar-inner {
	width: 180px;
}
#footer {
	width: 920px;
	background-color: #820000;
	font-size: 12px;
	color: #FFFFFF;
	height: 35px;
	margin-top: 2px;
}

/* Header ----------------------------- */

.header-left, .header-right {
	float: left;
}
.header-left {
	float: left;
	width: 280px;
}
.header-right {
	width: 620px;
	margin-right: 15px;
	text-align: right;
	padding-top: 5px;
}
.header-right li {
	float: right;
	display: inline;
}
#header h1 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 7px;
	padding-left: 15px;
}
.header-right h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 10px;
	padding-top: 2px;
}
#header-btn a {
	background-image: url(images/btn_to_e.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 90px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	text-align: left;
}

/* Navigation ----------------------------------------------------------- */

.navigation {
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
	width: 600px;
	position: relative;
}
#nav {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(img/menubar.jpg);
	background-repeat: repeat-x;
}
#nav li {
	display: inline;
	float: left;
}
#nav li a {
	display: block;
	width: 120px;
	height: 20px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/* General ----------------------------------- */

.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 1px;
	font-size: 1px;
	clear: both;
}
.border {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.clearall {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear {
	clear: both;
}
.imgleft {
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}
.imgright {
	float: right;
	margin-left: 5px;
}
.blue {
	color: #4A73E6;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.imgborder {
	border: 1px solid #999999;
}

/* Number content ------------------------------------------- */

.number {
	margin-bottom: 10px;
	width: 628px;
	background-color: #EDEBE9;
	padding: 15px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 140%;
}
.number-inner {
	background-color: #FFFFFF;
	padding: 15px;
	width: 598px;
	position: static;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #ECE9D8;
	border-left: 1px solid #999999;
}
.number .style1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.number h2 {
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 5px;
}
.number h4 {
	color: #666666;
}
.number h3 {
	color: #666666;
	font-size: 15px;
}

.number .red {
	color: #B50100;
}
.number .line {
	padding-top: 8px;
	margin-bottom: 8px;
}
.number dl {
	padding-top: 5px;
}
.number dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.number p {
	font-size: 13px;
	line-height: 140%;
}
.rupo h3 {
	font-size: 18px;
	line-height: 125%;
	margin-bottom: 5px;
}
.rupo dt {
	margin-bottom: 10px;
}

.sub h3 {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 5px;
}
.rupo h4 {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 5px;
	color: #666666;
}
.subtitle1 {
	color: #CC0000;
	border: 1px solid #CC0000;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1em;
}
.subtitle2 {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.midasi2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.market h3 {
	font-size: 15px;
	line-height: 125%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}

.world .subtitle2 {
	font-size: 12px;
}
.world h4 {
	font-size: 13px;
	margin-bottom: 10px;
}
.world li {
	font-size: 11px;
	line-height: 140%;
	background-image: url(../img/icon_sq.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
}
.world li .special {
	background-image: none;
}
.special {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 130%;
}
.number .left-column {
	float: left;
	width: 295px;
}
.number .right-column {
	float: left;
	width: 285px;
	margin-left: 15px;
}
.others {
	font-size: 12px;
	line-height: 140%;
}

.others dt {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 12px;
}
.others dd {
	margin-bottom: 5px;
}
.others li {
	background-image: url(../img/icon_sq.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

/* Vol3 ------------------------ */

.vol1 .number .red {
	color: #254996;
}
.vol1 .tokushu .subtitle1 {
	color: #254996;
	border: 1px solid #254996;
}
.vol1 .subtitle2 {
	background-color: #254996;
}
.vol1 .tokushu .subtitle1 {
	color: #254996;
	border: 1px solid #254996;
}
.vol3 .toku1 h2 {
	background-image: url(../img/tokushu1_g2.gif);
	background-repeat: no-repeat;
	padding-left: 75px;
	font-size: 19px;
	margin-bottom: 10px;
}
.vol3 .toku2 h2 {
	background-image: url(../img/tokushu2_g2.gif);
	background-repeat: no-repeat;
	padding-left: 75px;
	font-size: 19px;
	margin-bottom: 10px;
}
.vol3 .sub dt {
	color: #48743F;
	margin-bottom: 2px;
}
.vol3 .number .red {
	color: #48743F;
}
.vol3 .subtitle2 {
	background-color: #48743F;
}

.vol4 .tokushu .subtitle1 {
	color: #DD5F0B;
	border: 1px solid #DD5F0B;
}
.vol4 .sub h3 {
	font-size: 17px;
	line-height: 130%;
	margin-bottom: 10px;
}
.vol4 .subtitle2 {
	background-color: #DD5F0B;
}
.vol4 .sub dt {
	color: #DD5F0B;
	margin-bottom: 2px;
}
.vol4 .number .red {
	color: #DD5F0B;
}
.vol4 h3 {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 2px;
	margin-top: 2px;
}
.vol4 dd {
	margin-bottom: 5px;
}

.vol5 .number .red {
	color: #3399FF;
}
.vol5 .tokushu .subtitle1 {
	color: #3399FF;
	border: 1px solid #3399FF;
}
.vol5 .subtitle2 {
	background-color: #3399FF;
}
.vol5 .tokushu h3, .vol6 .tokushu h3 {
	font-size: 17px;
	line-height: 130%;
	color: #333333;
}
.vol5 .tokushu p, .vol6 .tokushu p {
	line-height: 140%;
}
.vol5 .world .right-column, .vol6 .world .right-column {
	float: right;
	margin-bottom: 10px;
}
/* Vol6 ------------------------- */

.vol6 .number .red {
	color: #FE2EA0;
}
.vol6 .subtitle1 {
	color: #FE2EA0;
	border: 1px solid #FE2EA0;
}
.vol6 .subtitle2 {
	background-color: #FE2EA0;
}
/* Vol7 ------------------------- */

.vol7 .number .red {
	color: #8C1416;
}
.vol7 .subtitle1 {
	color: #8C1416;
	border: 1px solid #8C1416;
}
.vol7 .subtitle2 {
	background-color: #8C1416;
}
.vol7 .world .special {
	font-size: 14px;
}


/* -------------------------------------- */

.backlist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.backlist td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	line-height: 130%;
}
.backlist th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.pagetitle h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

a.red:link, a.red:visited {
	color: #FF0000;
	text-decoration: underline;
}
a.red:hover {
	color: #FF6600;
}


/* Sidebar -------------------------------------------------------------- */

#sidebar ul li h2 {
	color: #FFFFFF;
	background: #516B44;
	padding-top: 4px;
	display: block;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 1em;
}
#sidebar ul li p {
	font-size: 12px;
	line-height: 140%;
	padding-left: 5px;
}
#sidebar ul li {
	font-size: 12px;
}
#mainmenu {
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 180px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#mainmenu ul li, #sidebar ul li ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mainmenu li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 155px;
	border-bottom: 1px dashed #666666;
	text-decoration:none;
	height: 12px;
	background-image: url(../images/sankaku_top.gif);
	background-repeat: no-repeat;
	color: #666666;
	background-position: 10px 8px;
}
#mainmenu .cat a {
	background: url(images/bg_left1.jpg);
	width: 160px;
	padding-left: 10px;
	color: #FFFFFF;
}
#mainmenu li a:link, #mainmenu li a:active, #mainmenu li a:visited, #mainmenu li a {
	text-decoration: none;
}
#mainmenu li a:hover {
	color: #FF3300;
}

#sidebar li li .children li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	width: 140px;
	background-image: url(../css09/images/left_bg_li.gif);
	background-repeat: no-repeat;
}

.current-cat a {
	background-color: #FFCC33;
}

/* Oshirase -------------------------- */

.osirase {
	background-color: #EDEBE9;
	margin-bottom: 10px;
	padding: 5px;
	width: 170px;
}
.osirase-inner {
	background-color: #FFFFFF;
	width: 170px;
}
#sidebar .osirase li {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #9E2546;
	background-image: url(../img/sicon_red.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 6px;
	line-height: 150%;
}
.osirase a {
	font-weight: normal;
}

.osirase p {
	font-size: 13px;
	line-height: 140%;
}

.box-body {
	padding: 5px;
}
.sidebox {
	width: 170px;
}

/* main contents -------------------------------------------- */

.cnt-header h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #FF3300;
}
.cnt-body {
	font-size: 14px;
	line-height: 150%;
	width: 560px;
	margin-left: 10px;
}

/* Footer ----------------------------- */


/* Parts -------------------------------------------- */

.f15 {
	font-size: 15px;
	line-height: 120%;
}
.f16 {
	font-size: 15px;
	line-height: 120%;
}
.f14 {
	font-size: 14px;
	line-height: 130%;
}
.f12 {
	font-size: 12px;
	line-height: 130%;
}
.f11 {
	font-size: 11px;
}
.f10 {
	font-size: 10px;
}
.small {
	font-size: 12px;
	line-height: 150%;
}
.bread {
	font-size: 11px;
	margin-top: 5px;
}
.alignc {
	text-align: center;
}
.mgbtm5 {
	margin-bottom: 5px;
}
.mgbtm10 {
	margin-bottom: 10px;
}


/* right hoka ----------------------------- */

.solvisto {
	text-align: center;
	width: 680px;
	clear: both;
}
.slv2 a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.column-header {
	background-image: url(images/bg_gray1.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}
.column-header h3 {
	font-size: 12px;
	padding: 3px 3px 3px 8px;
	height: 12px;
	font-weight: normal;
}

/* About -----------------------------------*/

.about #content {
	background-image: url(../img/about_bgimg.jpg);
	background-repeat: no-repeat;
}
.about-content {
	font-size: 14px;
	line-height: 140%;
	width: 600px;
	margin-left: 40px;
	margin-bottom: 20px;
}
.main-content {
	font-size: 14px;
	line-height: 150%;
	width: 600px;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.about-body {
	margin-bottom: 20px;
	margin-left: 20px;
	width: 560px;
	margin-top: 20px;
}
.about-body h3 {
	font-size: 15px;
	margin-bottom: 5px;
}

.main-content-body {
	margin-bottom: 20px;
	margin-left: 20px;
	width: 560px;
}

.about-content h3 {
	font-size: 15px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	padding-left: 10px;
}
.gaiyou {
	margin-bottom: 20px;
}
.gaiyou th {
	font-weight: normal;
	background-color: #EDEDED;
	padding-left: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 82px;
}
.gaiyou td {
	padding-left: 10px;
	background-color: #F7F7F7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.enkaku {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	font-size: 13px;
}

.enkaku td {
	padding: 3px 3px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.enkaku th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.policy .about-body {
	font-size: 13px;
	line-height: 150%;
	margin-top: 30px;
}


h3.co {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 30px;
	padding-bottom: 5px;
	margin-top: 15px;
}
h3.title {
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.main .cnt pre {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
}

.cnt_mg {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 120px;
}
ul.cnt1 {
	font-size: 14px;
	line-height: 20px;
	padding-left: 0px;
	margin-top: 10px;
}
.main .cnt ul.subs {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}
.main .marg_l .f12 textarea {
	margin-left: 115px;
}
img.ico {
	vertical-align: bottom;
}
.adsize-box {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CC9966;
	border-left-color: #CC9966;
}

.adsize-box td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
}
.adsize-box th {
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	background-color: #FFCC33;
}
.ad-box {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.ad-box td {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.ad .about-body {
	width: 565px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 150%;
	margin-top: 20px;
}
.ad .about-content h2 {
	margin-top: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #B50000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B50000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B50000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B50000;
	font-size: 18px;
}
.ad .about-body h4 {
	color: #B50000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #B50000;
	padding-left: 10px;
}
.main-title {
	width: 600px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.order-list {
	border: 4px solid #FFCC66;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.osiharai {
	padding: 10px;
	border: 4px solid #FFCC66;
}
