@charset "UTF-8";
/* ****************************************************
Since : 2008
Last Modified: 2008-12-05
Editor(s): 
Last Editor: t.fukushima
***************************************************** */


/* CSS INDEX -----------------------------------------------

 01. basic
 02. all
 03. header
 04. path
 05. navi
 06. contents
 07. right menu
 08. information
 09. banner
 10. footer

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

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

 01. basic

--------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	/*min-width:1480px;*/
	font-family:meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
}

.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	float: none;
	width: 0px;
}
a,
a:visited{
	color: #152A3C;
	text-decoration: none;
}
a:hover{
	color: #152A3C;
	text-decoration: underline;
}


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

 02. all

--------------------------------------------------*/
.mar-t29 {
	margin-top: 29px;
}
.ta-C {
	text-align: center;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}

/*---clearFix ---*/
.clearfix:after {
	content: url(/common/images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }




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

 03. header

--------------------------------------------------*/
#header-image {
	width: 100%;
	background-color: #FFF;
}
#header-image .image-box {
	width: 960px;
	margin:0 auto;
	background-color: #FFF;
}
#header {
	background: url(../images/header_bg.gif) repeat-x left top;
	height: 73px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 5px;
}
#header .header-box {
	width: 960px;
	margin:0 auto;
}

#header .header-logo {
	float: left;
	width: 129px;
}
#header .header-menu {
	float: right;
	width: 534px;
}
#header .header-menu .header-navi {
	padding-bottom: 17px;
}
#header .header-menu .header-search {
	text-align: right;
}


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

 04. path

--------------------------------------------------*/
#path {
	background: url(../images/path_bg.gif) repeat-x;
	width: 100%;
}
#path .path-box {
	width: 960px;
	text-align: right;
	margin:0 auto;
	font-size: 10px;
	line-height: 24px;
	color: #A4A4A4;
}
#path .path-box span {
	color: #152A3C;
}
#path .path-box a {
	color: #152A3C;
	text-decoration: none;
}
#path .path-box a:visited {
	color: #152A3C;
	text-decoration: none;
}
#path .path-box a:hover {
	color: #152A3C;
	text-decoration: underline;
}


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

 05. navi

--------------------------------------------------*/
#navi {
	background: url(../../lineup/images/navi_bg.gif) repeat-x left top;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 2px;
}
#navi .navi-tbl {
	margin:0 auto;
}
#navi .navi-tbl td {
	background: url(../../lineup/images/navi_line.gif) no-repeat right top;
	padding-right: 3px;
}
#navi .navi-tbl td.noBg {
	background-image: none;
	padding-right: 0px;
}


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

 06. contents

--------------------------------------------------*/
#contents {
	background-color: #FFF;
	width: 100%;
}
#main {
	width: 920px;
	margin:0 auto;
	padding-left: 40px;
	background-color: #FFFEFF;
}
#main2 {
	float: left;
	width: 655px;
	background-color: #FFFEFF;
}
#main .h1-box {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #FFF;
}
#main .h1-box h1 {
	padding-bottom: 20px;
}
#main .h1-box p {
	padding-bottom: 20px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
#anchor {
	text-align: right;
	width: 950px;
	padding-right: 10px;
	padding-top: 45px;
	margin:0 auto;
	clear:both;
}


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

 07. information


--------------------------------------------------*/
#infomationBox {
	padding:40px 0 20px 0;
}
#infomationBox .lineup-tbl {
	width: 655px;
}
#infomationBox .lineup-tbl th {
	width: 112px;
	text-align: left;
	vertical-align: middle;
	border-right:#556475 solid 1px;
	padding:18px 0 18px 1px;
}
#infomationBox .lineup-tbl td {
	padding-left: 20px;
}
#infomationBox .lineup-tbl a {
	color: #000;
	text-decoration: none;
}
#infomationBo .lineup-tbl a:visited {
	color: #000;
	text-decoration: none;
}
#infomationBox .lineup-tbl a:hover {
	color: #000;
	text-decoration: underline;
}

#infomationBox .lineup-list {
	width: 522px;
}
#infomationBox .lineup-list th {
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background: url(../../lineup/images/info_icon.gif) no-repeat 0 3px;
	margin: 0px;
	padding:0 3px 0 14px;
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 67px;
}
#infomationBox .lineup-list th.links {
	background: url(../../lineup/images/info_icon_arrow.gif) no-repeat 0 3px;
}
#infomationBox .lineup-list td {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}


#linformationBox .mar-bt40 {
	margin-bottom: 20px;
}
#linformationBox .mar-bt25 {
	padding-bottom: 20px;
	border-bottom:#616161 solid 1px;
}

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

 08. banner

--------------------------------------------------*/
.bn-box {
	border-top:#616161 solid 1px;
	padding-top: 20px;
	width: 655px;
}

.bn-box img {
	border: 1px solid #D0D0D0;
	margin-right: 18px;
}
.bn-box img.noMar {
	margin-right: 0px;
}


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

 09. right menu

--------------------------------------------------*/
#menu {
	float: right;
	width: 225px;
	background-color: #FFFEFF;
}
#menu .menu-lineup {
	/*padding-bottom: 10px;*/
	padding-top: 30px;
}
/*#menu .menu-lineup img {
	border-bottom:#616161 solid 1px;
	margin-bottom: 10px;
}*/
#menu .menu-lineup p{
	padding:0;
	margin:0;
}

#menu .icon-brd {
	border-top:#172D3E solid 1px;
}
#menu .menu-second {
	padding:13px 9px 13px 14px;
	border-bottom:1px solid #152B3B;
}

.purchaseT{
	width:225px;
	height:29px;
	background:url(../images/menu_purchase.gif) no-repeat top;
	text-indent:-9999px;
	display:block;
}
.purchaseWrap{
	margin:0 !important;
	padding:0 !important;
	position:relative;
	width:225px;
	min-height:150px;
}
.purchaseBox{
	width:225px;
	position:absolute;
	top:8px;
	*top:11px;
	_top:2px;
	left:0;
}
.purchaseWrap p{
	margin:0 !important;
	padding:0 !important;
}


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

 10. footer

--------------------------------------------------*/
#footer {
	background-color:#FFFEFF;
	border-top:#152A3C solid 1px;
	border-bottom:#152A3C solid 5px;
	width: 100%;
	clear:both;
}
#footer .footer-box {
	width: 960px;
	margin:0 auto;
}
#footer .footer-box .footer-navi {
	float: left;
	width: 721px;
	padding-top: 11px;
	padding-bottom: 7px;
}
#footer .footer-box .footer-navi .copyright {
	padding-top: 10px;
}
#footer .footer-box .footer-logo {
	float: right;
	width: 224px;
	padding-top: 11px;
	padding-bottom: 10px;
	text-align: right;
}
#footer .footer-box .footer-logo img {
	margin-left: 31px;
}

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

 11. 各ページ：INFORMATION

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

#main2 .lineup-list{
	width: 522px;
}
#main2 .lineup-list th{
	font-size:11px;
	line-height:16px;
	color:#000;
	background:url(../images/info_icon.gif) no-repeat 0px 3px;
	margin:0px;
	padding:0px 3px 0px 14px;
	border:none;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	width:59px;
}
#main2 .lineup-list th.links{
	background-image:url(../images/info_icon_arrow.gif);
}
#main2 .lineup-list td{
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:16px;
	color:#000;
}

