@charset "utf-8";

/* ---------------------------------

	Written by			Gazikobo.Inc akai
						http://gazikobo.co.jp/
						
	Last Modified		2010.04.14

	Color Schema
	
		Pink - Key		#EB3E7A
		Light Pink		#FFE5EE
	
		Orange - Key	#FF9200
		Light Orange	#FEE283
	
		Green - Key		#60D072
		Light Green		#EBF9ED
	
		Blue - Key		#279BDE
		Light Blue		#EEF5F9
		
		Brown - Key		#877543
		Light Brown		#B49C59
	
		Black - Key		#333
		Dark Gray		#B4B4B4
		Light Gray		#EBEBEB
		

	Font Size - YUI 3.0
	
		10px	---		77%			82.8%
		11px	---		85%			91.4%
		12px	---		93%			100%
		13px	---		100%		107.5%
		14px	---		108%		116.7%
		15px	---		116%		125%
		16px	---		123.1%		133.3%
		17px	---		131%		141.7%
		18px	---		138.5%		150%
		19px	---		146.5%		158.3%
		20px	---		153.9%
		21px	---		161.6%
		22px	---		167%
		23px	---		174%
		24px	---		182%
		25px	---		189%
		26px	---		197%
		
	Line Height = 100 * new line-height / 12 (ex. Base Font size: 12px)
	
		10px	---		
		11px	---		
		12px	---		100%
		13px	---		
		14px	---		
		15px	---		
		16px	---		
		17px	---		
		18px	---		
		19px	---		
		20px	---		
		21px	---		
		22px	---		
		23px	---		192%
		24px	---		
		25px	---		
		26px	---		

--------------------------------- */


/* ---------------------------------

Common Style

--------------------------------- */
a {outline: none;}

a:link,a:visited{ color: #ffffff; text-decoration: none;}
a:hover,a:active{ color: #00CCFF; text-decoration: underline;}

#wrap_header a:link,#wrap_header a:visited,#footer a:link,#footer a:visited{ color: #999999; text-decoration: none;}
#wrap_header a:hover,#wrap_header a:active,#footer a:hover,#footer a:active{ color: #0066CC; text-decoration: none;}

.clear{
	_zoom:1;
	overflow: hidden;
}

h1,h2,h3,h4,ul,li,p{ margin: 0;}

/* ---------------------------------

Base Style

--------------------------------- */

body{
	width: 100%;
	min-width: 960px;
	color: #FFFFFF;
	background-color: #161616;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 140%;
}

h1,h2,h3{
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h1 span,h2 span,h3 span{
	font-size: 77%;
	font-weight: normal;
	margin: 0 0 0 2em;
}

h4,#article .section_lv2 p.s_arrow{
	font-size: 108%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background:url(http://valueprogress.co.jp/images/common/headline.jpg) no-repeat left;
}



/* ---------------------------------
base common Style
--------------------------------- */

/* base common Style header */
#wrap_header{
	width: 100%;
	margin: 0 auto;
	background: url(http://valueprogress.co.jp/images/index/header_bg.jpg) no-repeat top center;
}

#header{
	width: 960px;
	height: 95px;
	margin: 0 auto;
	position: relative;
}

#header h1.logo{
	width: 123px;
	height: 63px;
	display: block;
	position: absolute;
	top: 20px;
	left: 53px;
}

#header h1.logo_type{
	width: 290px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}

#wrap_header p.header_nav{
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 77%;
}

#photo{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div#photo_header {
width: 960px;
margin: 0 auto;
}

div#photo_header div#slide-holder {
z-index: 40;
width: 960px;
position: relative;
overflow: hidden;
}

div#photo_header div#slide-holder img {
display: none;
position: absolute;
}
div#photo_header div#slide-holder div#slide-controls {
left: 0;
bottom: 40px;
width: 960px;
height: 46px;
display: none;
position: absolute;
background: url(http://valueprogress.co.jp/images/common/slide-bg.png) 0 0;
}

* html div#photo_header div#slide-holder div#slide-controls {
background: none;
}


div#photo_header div#slide-holder div#slide-controls p.text {
float: left;
color: #fff;
display: inline;
font-size: 10px;
line-height: 16px;
margin: 15px 0 0 20px;
text-transform: uppercase;
}
div#photo_header div#slide-holder div#slide-controls p#slide-nav {
float: right;
height: 24px;
display: inline;
margin: 11px 15px 0 0;
}
div#photo_header div#slide-holder div#slide-controls p#slide-nav a {
float: left;
width: 24px;
height: 24px;
display: inline;
font-size: 11px;
color: #999;
margin: 0 5px 0 0;
line-height: 24px;
font-weight: bold;
text-align: center;
text-decoration: none;
background-position: 0 0;
background-repeat: no-repeat;
}
div#photo_header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position: 0 -24px;
color: #ccc;
}
div#photo_header div#slide-holder div#slide-controls p#slide-nav a {
background-image: url(http://valueprogress.co.jp/images/common/silde-nav.png);
}
div#nav ul li a {
background: url(http://valueprogress.co.jp/images/common/nav-bg.png) no-repeat;
}

* html div#photo_header div#slide-holder div#slide-controls p#slide-nav a {
	background-image: url(http://valueprogress.co.jp/images/common/silde-nav.jpg);
}

/* base common Style nav */
#nav{
	width: 100%;
	min-width: 960px;
	height: 65px;
	background: url(http://valueprogress.co.jp/images/common/nav_bg.jpg) repeat-x;
}

#nav ul{
	width: 850px;
	height: 65px;
	margin: 0 auto;
}
#nav li{
	width: 170px;
	height: 65px;
	float: left;
	list-style: none;
}


/* base common Style content */
#content{
	width: 850px;
	text-align: left;
	font-size: 93%;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0 55px;
}

/* base common Style article */
#article{
	width: 530px;
	height: auto;
	float: right;
}

#article p.text_link a {
	height: 8px;
	overflow: hidden;
	background:url(http://valueprogress.co.jp/images/common/arrow_link.jpg) no-repeat left;
	padding: 0 0 0 10px;
	margin: 0 0 0 3px;
	vertical-align: middle;
}

#article .section_lv1{
	width: 530px;
	height: auto;
	margin: 0 0 70px 0;
}

#article .section_lv1 ul,#article .section_lv2 ul,#article .section_lv6 ul{
	margin: 0;
}

#article .section_lv1 li,#article .section_lv6 li{
	list-style: none;
	list-style-position: outside;
	padding: 7px 0 7px 15px;
	background:url(http://valueprogress.co.jp/images/common/arrow_red.jpg) no-repeat left;
	border-bottom: 1px dotted #777777;
}

#article .section_lv1 li img{
	vertical-align: middle;
	margin: 0 0 0 5px;
}

#article .section_lv1 li span{
	font-size:90%;
	margin: 0 1em 0 0;
}

#article .section_lv1 ul.no-border li,#article .section_lv6 li{
	border: none;
}

#article .section_lv1 li.small{
	color: #FFF;
}

#article .section_lv1 ul.paragraph{
	margin: 0 0 0 3em;
}

#article .section_lv1 ul.paragraph li{
	list-style: none inside;
	background: none;
	text-indent: -3em;
	border: none;
}


#article .section_lv1 ul.coments{
	width: 100%;
	padding: 20px 0 0 0;
	clear: both;
}

#article .section_lv1 ul.coments li{
	float: right;
	border: none;
	font-size: 77%;
}

#article .section_lv1 .link{
	margin: 10px 0 0 0;
	text-align: right;
}
#article .section_lv1 .link a{
	background:url(http://valueprogress.co.jp/images/common/arrow_red.jpg) no-repeat left;
	padding: 0 0 0 15px;
}

#article .section_lv1 .pic_box,#article .section_lv2 .pic_box{
	width: 155px;
	height: auto;
	float: left;
	font-size: 85%;
	line-height: 120%;
}

#article .section_lv1 .pic_box_wrap,#article .section_lv2 .pic_box_wrap{
	width: 490px;
	height: auto;
	margin: 0 0 10px 0;
}

#article .section_lv2 .pic_box{
	margin: 0 5px 0 0;
}

#article .section_lv1 .txt_box{
	width: 365px;
	height: auto;
	float: right;
}

#article .section_lv2{
	width: 490px;
	height: auto;
	margin: 0 0 50px 0;
}

#article .section_lv3{
	width: 160px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 10px 5px;
	float: left;
	background-color: #3b3b3b;
}

#article .section_lv4{
	width: 160px;
	height: auto;
	margin: 0 0 0 0;
	padding: 10px 5px;
	float: right;
	background-color: #3b3b3b;
}

#article .section_lv5{
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
	text-align: center;
}

#article .section_lv6{
	width: 510px;
	height: auto;
	margin: 0 0 50px 0;
	padding: 10px;
	background-color: #3b3b3b;
}

#article .section_lv2 .txt_box{
	width: 325px;
	height: auto;
	float: right;
}


/* table */
.spec{
	width: 100%;
	height: auto;
	border-top: 2px solid #bababa;
	border-right: 2px solid #bababa;
}

.spec .th_bg{
	background: #999999;
}

.spec th,.spec td{
	border-bottom: 2px solid #bababa;
	border-left: 2px solid #bababa;
	text-align: center;
}

.spec .even{
	background: #333333;
	border-bottom: 2px solid #bababa;
	border-left: 2px solid #bababa;
}



/* page up */
#to_top{
	margin: 0 0 20px 0;
	text-align: right;
	font-size:77%;
}
#to_top a{
	background:url(http://valueprogress.co.jp/images/common/arrow_gry_up.jpg) no-repeat left;
	padding: 0 0 0 15px;
	color:#999999;
}

/* base common Style aside */
#aside{
	width: 265px;
	height: auto;
	float: left;
	padding-right: 43px;
	background:url(http://valueprogress.co.jp/images/common/aside_bg.jpg) no-repeat left top;
}

#aside .section_lv1{
	margin: 0 0 30px 0;
}

#aside .section_lv1 p{
	font-size: 95%;
}

#aside .section_lv1 img,
#aside .section_lv2 p img{
	float: left;
	margin: 0 10px 5px 0;
}

#aside .section_lv1 p.aside-txt{
	float: right;
	width: 170px;
	margin-bottom: 1em;
}

#aside .section_lv1 p.aside-txt02{
	width: 265px;
	margin-bottom: 1em;
}

#aside .section_lv1 p.readmore{
	float: right;
	clear: both;
	margin: 0;
}

/* base common Style footer */
#wrap_footer{
	width: 100%;
	height: 200px;
	background:url(http://valueprogress.co.jp/images/common/footer_bg.jpg) repeat-x;
	font-size: 77%;
	color:#999999;
}

#footer{
	width: 850px;
	height: 180px;
	padding: 20px 55px 0 55px;
	margin: 0 auto;
	text-align: left;
}

#nav_footer{
	height: 100px;
}

#nav_footer ul{
	width: 170px;
	margin: 0;
	float: left;
}

#nav_footer ul li{
	list-style: none;
	list-style-position: outside;
	background:url(http://valueprogress.co.jp/images/common/arrow_footer.jpg) no-repeat left;
	padding: 0 0 0 15px;
}

#nav_footer ul li.small,#article .section_lv1 li.small{
	background:url(http://valueprogress.co.jp/images/common/arrow_footer_02.jpg) no-repeat left;
	margin: 0 0 0 1.5em;
	padding: 0 0 0 12px;
}

#credit{
	width: 850px;
	border-top: 1px solid #777777;
	padding: 15px 0 0 0;
	position: relative;
}
#credit .right{
	position: absolute;
	right: 0;
	top: 15px;
}

/* base tab Style */
#pankuzu{
	width: 850px;
	height: 40px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	font-size: 77%;
	text-align: right;
}

#pankuzu span{
	font-weight: bold;
}

ul.tab{
	width: 530px;
	height: 45px;
	margin: 10px 0 0 0;
	padding: 0;
}

ul.tab li{
	width: 127px;
	margin: 0 5px 0 0;
	float: left;
	list-style: none;
	font-size: 93%;
	background-color: #000000;
}

ul.tab li a{
	height: 25px;
	display: block;
	background:url(http://valueprogress.co.jp/images/common/arrow_red.jpg) no-repeat 5px 12px;
	padding: 10px 0 0 18px;
	line-height: 105%;
}

ul.tab li a.selected{
	height: 35px;
	margin: 0;
	background:url(http://valueprogress.co.jp/images/common/arrow_red_down.jpg) no-repeat 5px 12px;
	cursor: default;
}

ul.panel{
	width: 525px;
	margin: 0 0 20px 0;
	clear: both;
	background-color: #000000;
}

ul.panel li{
	list-style: none;
	padding: 20px;
}

ul.panel li p{
	margin: 0 0 5px 0;
}

ul.panel li img{
	float: left;
	margin: 0 10px 5px 0;
}

ul.panel li strong{
	font-weight: bold;
}

ul.panel li p.right{
	text-align: right;
	font-size: 77%;
}

/* ---------------------------------
index Style
--------------------------------- */
#index #wrap_header{
	height: 485px;
}

#index div#photo_header div#slide-holder{
	height: 390px;
}

#index #content{
	margin: 40px auto 20px;
}


/* ---------------------------------
detail Style
--------------------------------- */
#detail #wrap_header{
	height: 360px;
}

#detail #header{
}

#detail div#photo_header div#slide-holder{
	height: 265px;
}

#detail div#photo_header div#slide-holder div#slide-controls{
	background: none;
}

#detail #content,#base #content{
	margin: 0 auto 20px;
}

#detail #article h2,#base #article h2,#article .section_lv3 h2,#article .section_lv4 h2{
	font-size: 108%;
	font-weight: normal;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #777777;
}

/* ---------------------------------
bace Style
--------------------------------- */
#base #wrap_header{
	height: 95px;
}

/* ---------------------------------
faq Style
--------------------------------- */

.faq h2{
	background:url(http://valueprogress.co.jp/images/faq/faq_q.jpg) no-repeat left top;
	text-indent: 1.5em;
}
.faq p{
	background:url(http://valueprogress.co.jp/images/faq/faq_a.jpg) no-repeat left top;
	text-indent: 1.5em;
}



