@charset "utf-8";

/* Base setting */

/* ===========================================================
y1zReset
=========================================================== */
body,div,p,h1,h2,h3,h4,h5,h6,form,fieldset,blockquote,table,th,td,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

img,a img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

fieldset{
	border: 0px;
}

input,textarea,button{
	margin: 1px 0px;
	font-size: 100%;
	vertical-align: middle;
}

table{
	border-collapse: separate;
	border-spacing: 0px;
	border: none;
}

th{
	text-align: left;
}

ul,ol,li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	line-height: 110%;
}

em,strong,address,caption,cite,code,pre,dfn{
	font-style: normal;
}



/* ===========================================================
y2zFont
=========================================================== */
body{
	font-family: verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic";
	font-size: 12px;
	color: #646464;
}

/* for IE6 */
* html body,* html body th,* html body td{
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body{
	font-size: 75%;
}

a:link,a:active{
	color: #448589;
}

a:visited{
	color: #275255;
}



/* ===========================================================
y3zPage setting
=========================================================== */
html,body{
	height: 100%;
}

/* wrapper
----------------------------------------------------------- */
* html #wrapper{
	height: 100%;
}

#wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body > #wrapper{
	height: auto;
}

/* header
----------------------------------------------------------- */
#header{
	margin-bottom: 20px;
	text-align: center;
	background: url(../images/header-bg.gif) repeat-x left top;
}

#header-inner{
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

/* container
----------------------------------------------------------- */
#container{
	padding-bottom: 140px;
	text-align: center;
}

#container-inner{
	margin: 0px auto;
	padding-bottom: 40px;
	width: 960px;
	text-align: left;
}

/* column */
#container-main{
	margin-left: 60px;
	width: 630px;
	float: left;
	border-right: dotted 1px #cccccc;
	display: inline;
}

#container-side{
	width: 250px;
	float: right;
}

/* footer
----------------------------------------------------------- */
#footer{
	position: absolute;
	width: 100%;
	height: 140px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: url(../images/footer-bg.gif) repeat-x left bottom;
}

#footer-inner{
	margin: 0px auto;
	padding-top: 20px;
	width: 960px;
	text-align: left;
	font-size: 80%;
}



/* ===========================================================
y4zParts
=========================================================== */
/* summary
----------------------------------------------------------- */
#summary{
	height: 20px;
	font-size: 80%;
	font-weight: normal;
	background: url(../images/summary-bg.gif) no-repeat left top;
}

#summary span{
	padding: 5px 0px 0px 70px;
	display: block;
}

/* logo
----------------------------------------------------------- */
#logo{
	width: 440px;
	float: left;
}

/* global-navi
----------------------------------------------------------- */
/* header */
#header .global-navi{
	width: 480px;
	float: right;
}

#header .global-navi li{
	width: 120px;
	height: 60px;
	overflow: hidden;
	float: left;
}

/* footer */
#footer .global-navi{
	margin-left: 60px;
	height: 40px;
	background: url(../images/navi-bg.gif) no-repeat left top;
}

#footer .global-navi li{
	line-height: 110%;
}

#footer .global-navi li.current,#footer .global-navi li.list{
	margin: 5px 10px 0px 10px;
	float: left;
	display: inline;
}

#footer .global-navi li.list a{
	padding: 10px 0px 6px 0px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#footer .global-navi li.current a{
	padding: 10px 5px 5px 5px;
	display: block;
	background: url(../images/navi-current.gif) no-repeat center top;
	text-decoration: none;
	color: #448589;
}

#footer .global-navi li.pagetop{
	padding: 15px 10px 13px 10px;
	float: right;
	display: inline;
	border-left: dotted 1px #ffffff;
}

#footer .global-navi li.pagetop a{
	padding-left: 15px;
	background: url(../images/share/icon-arrow02.gif) no-repeat left;
	text-decoration: none;
	color: #ffffff;
}

/* caption
----------------------------------------------------------- */
#caption{
	margin: 30px 0px 10px 60px;
	height: 80px;
	background: url(../images/caption-bg.gif) no-repeat left top;
	clear: both;
}

#caption h2{
	margin: 9px 0px 0px 18px;
	width: 340px;
	float: left;
	display: inline;
}

/* form */
#caption form{
	margin: 10px 10px 10px 0px;
	width: 480px;
	height: 60px;
	float: right;
	display: inline;
	background: url(../images/caption-field-bg.gif) no-repeat left top;
}

#caption form fieldset{
	padding: 15px 0px 0px 15px;
}

#caption form fieldset img{
	vertical-align: middle;
}

#caption input{
	padding: 3px;
	font-size: 120%;
	width: 160px;
}

#caption button{
	margin-left: 3px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	background: #579a00 url(../images/caption-field-button.gif) no-repeat left top;
	text-indent: -9999px;
	border: 0px;
}

/* breadcrumbs
----------------------------------------------------------- */
#breadcrumbs{
	margin : 0px 30px 15px 0px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #cccccc;
	font-size: 80%;
}

#breadcrumbs a{
	margin-right: 5px;
	padding-right: 15px;
	background: url(../images/share/icon-arrow01.gif) no-repeat right;
}

/* box
----------------------------------------------------------- */
#container-main .box{
	margin-right: 30px;
}

#container-main .box p{
	margin: 10px 0px;
	font-size: 100%;
	line-height: 160%;
}

#container-side .box p{
	margin: 10px 0px;
	font-size: 80%;
	line-height: 160%;
}

/* headding tag
----------------------------------------------------------- */
.box-title{
	margin-bottom: 10px;
}

/* group-site
----------------------------------------------------------- */
#group-site{
	margin: 20px 0px 20px 60px;
}

#group-site a{
	margin-right: 10px;
	padding-left: 10px;
	background: url(../images/share/icon-arrow01.gif) no-repeat left;
}

/* copyright
----------------------------------------------------------- */
#copyright{
	margin-left: 60px;
}


/* ===========================================================
y5zOption
=========================================================== */
/* box
----------------------------------------------------------- */
.box-default{
	margin-bottom: 30px;
}

/* box-dotline
----------------------------------------------------------- */
.box-dotline{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}

/* box-wrap
----------------------------------------------------------- */
.box-wrap{
	margin-bottom: 30px;
	padding: 10px;
	border: solid 1px #dcdcdc;
}

/* button
----------------------------------------------------------- */
.box dl.button{
	margin: 10px 10px 15px 10px;
	width: 180px;
	float: left;
	display: inline;
}

.box dl.button dt{
	margin-bottom: 5px;
	text-align: center;
}

.box dl.button dt img{
	margin: 0px auto;
}

.box dl.button dd{
	border: solid 1px #dcdcdc;
}

.box dl.button dd textarea{
	width: 100%;
	height: 60px;
	font-size: 80%;
	color: #646464;
	border: 0px;
}

/* form
----------------------------------------------------------- */
.box form{
	padding: 10px 20px;
	border: solid 3px #dcdcdc;
}

.box form fieldset{
	width: 500px;
}

.box form label{
	margin: 10px 0px 5px 0px;
	padding-top: 4px;
	width: 130px;
	text-align: right;
	float: left;
}

.box form .inputarea{
	margin: 10px 0px 5px 0px;
	padding: 1px 0px;
	width: 340px;
	float: right;
	font-size: 100%;
}

.box form div.inputarea{
	padding-top: 4px;
}

.box form .button{
	margin: 5px 0px;
	width: 342px;
	float: right;
}

/* table
----------------------------------------------------------- */
table{
	width: 100%;
	border-collapse: separate;
	border-top: solid 3px #dcdcdc;
	border-left: solid 3px #dcdcdc;
}

table th,table td{
	padding: 10px;
	border-collapse: separate;
	border-right: solid 3px #dcdcdc;
	border-bottom: solid 3px #dcdcdc;
}

table th{
	font-weight: normal;
	background: url(../images/share/cell-bg.gif) repeat left top;
}

table td{
	line-height: 160%;
}

table td span{
	width: 80px;
	display: inline-block;
}

/* list
----------------------------------------------------------- */
ol{
	padding: 5px 20px;
	border: solid 3px #dcdcdc;
}

ol li{
	margin: 15px 0px 15px 20px;
	list-style-type: decimal;
}

ol li.bd{
	padding-bottom: 13px;
	border-bottom: solid 1px #dcdcdc;
}

/* pagenavi-list
----------------------------------------------------------- */
.pagenavi-list{
	width: 300px;
	float: left;
	font-size: 80%;
}

.pagenavi-list a{
	margin: 0px 2px;
	padding: 2px 0px;
	width: 18px;
	text-decoration: none;
	text-align: center;
	color: #448589;
	border: solid 1px #cccccc;
	display: inline-block;
}

.pagenavi-list a:hover{
	border: solid 1px #448589;
}

.pagenavi-list .current{
	margin: 0px 2px;
	padding: 2px 0px;
	width: 18px;
	text-align: center;
	color: #ffffff;
	border: solid 1px #cccccc;
	background-color: #448589;
	display: inline-block;
}

/* pagenavi-result
----------------------------------------------------------- */
.pagenavi-result{
	padding-top: 3px;
	width: 200px;
	float: right;
	text-align: right;
}

/* category-list
----------------------------------------------------------- */
.category-list{
	border-top: dotted 1px #dcdcdc;
}

.category-list li{
	padding: 5px 0px 5px 15px;
	background: url(../images/share/icon-arrow01.gif) no-repeat left;
	border-bottom: dotted 1px #dcdcdc;
}

.category-list li.current span{
	font-weight: bold;
}

/* rank-list
----------------------------------------------------------- */
.rank-list{
	margin-bottom: 10px;
	padding: 15px 0px 10px 22px;
	border-bottom: dotted 1px #cccccc;
}

.rank-list dt{
	width: 120px;
	float: left;
}

.rank-list dd{
	width: 100px;
	float: right;
	font-size: 80%;
}

.rank-1{
	background: url(../images/share/icon-rank01.gif) no-repeat left top;
}

.rank-2{
	background: url(../images/share/icon-rank02.gif) no-repeat left top;
}

.rank-3{
	background: url(../images/share/icon-rank03.gif) no-repeat left top;
}

/* ===========================================================
y6zClass
=========================================================== */
/* align
----------------------------------------------------------- */
.align-left{
	margin-right: 10px;
	float: left;
}

.align-right{
	margin-left: 10px;
	float: right;
}

.align-center{
	text-align: center;
}

.align-center img{
	margin: 0px auto;
}

/* margin
----------------------------------------------------------- */
.margin-b10{
	margin-bottom: 10px;
}

.margin-b20{
	margin-bottom: 20px;
}

.margin-b30{
	margin-bottom: 30px;
}

.margin-b40{
	margin-bottom: 40px;
}



/* ===========================================================
y7zClearfix
=========================================================== */
.fix:after,.box:after,ul:after,dl:after{
	content: url(../images/share/fix.gif);
	height: 0px;
	display: block;
	clear: both;
}

.fix,.box,ul,dl{
	display: inline-block;
}

.fix,.box,ul,dl{
	display: block;
}

/* hide from IE-mac \*/
.fix,.box,ul,dl{
	overflow: hidden;
} 
/* */

