@charset"utf-8";

/*初期設定
---------------------------------------------*/
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(jpeg/wrapper-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

html{
    margin-bottom:1px; /*Firefoxで背景のセンタリングがズレるバグ対策*/
    height:100%;
}

/*ブラウザCSS初期値リセット
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

form,fieldset,h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

ul,li,ol{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: top; /*WindowsIEバグ対策*/
}

strong {
	font-size: 1em;
	font-weight: normal;
}

/*リンク標準設定
---------------------------------------------*/
a:link{
	color : blue;
	text-decoration: underline;
}
a:visited{
	color : purple;
	text-decoration : underline;
}
a:hover{
	color : black;
	text-decoration : underline;
	background-color: #FFFF99; /*黄色*/
}
a:active{
	color : red;
	text-decoration : underline;
}

/*各見出し要素部分
---------------------------------------------*/
h1 {
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	font-weight: normal;
	margin-left: 6px;
	margin-top: 3px;
	color: #999999;
}

/*コンテンツ包括部分
---------------------------------------------*/
#wrapper {
	width: 720px;
	padding: 0px;
	margin: 0px auto;
}
#container {
	width: 720px;
	overflow: hidden;
	position: absolute;
	top: 160px;
}
#topwrapper1{
	width: 720px; /*【DIV要素】トップページ背景（上部）*/
	padding: 10px 0px 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(gif/background0.gif); /*背景画像・サイド部分縞模様なし*/
	background-repeat: repeat-y;
}
#topwrapper2{
	width: 720px; /*【DIV要素】トップページ背景（下部）*/
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(gif/background0.gif); /*背景画像・サイド部分縞模様なし*/
	background-repeat: repeat-y;
	background-color: #666666;
}
#topwrapper3{
	width: 720px; /*【DIV要素】トップページ背景（下部）*/
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(gif/background0.gif); /*背景画像・サイド部分縞模様なし*/
	background-repeat: repeat-y;
	background-color: #666666;
}

/*トップページ・メニューボックス
---------------------------------------------*/
#topbox-left {
	width: 540px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#topbox-right {
	width: 170px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#topbox-right a:link{
	color : blue;
	text-decoration : none;
}
#topbox-right a:visited{
	color : purple;
	text-decoration : none;
}
#topbox-right a:hover{
	color : black;
	text-decoration : underline;
}
#topbox-right a:active{
	color : red;
	text-decoration : underline;
}
#topbox-right H2.ninki{
	padding-top: 5px;
	text-indent: -10000px;
	background-image: url(jpeg/ninki_btn.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#topbox-right H2.buy{
	padding-top: 5px;
	text-indent: -10000px;
	background-image: url(jpeg/buy_btn.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#topbox-right ul{
	border-bottom: 1px solid #CCCCCC;
	width: 167px;
}
#topbox-right li.ninki-list{
	font-size: 0.75em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	width: 167px;
	line-height: 1.6em;
	text-indent: 3px;
}
#topbox-right li{
	font-size: 0.75em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	width: 167px;
	line-height: 2.5em;
	text-indent: 3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDDDDD;
}
#topbox-right li a{
	display:block;
	width: 100%;
}
#box-left {
	width: 169px; /*IE6バグ対策（印刷時にfloatが崩れる問題）*/
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#box-left li{
	padding-bottom: 5px;
}

#box-left li.siryou{
	padding-bottom: 15px;
}

#box-right {
	float: right;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px 10px;
	width: 340px;
}
#box-right li{
	width: 170px;
	padding-top: 5px;
	float: left;
}
#box-right li p{
	width: 160px;
	padding-left: 10px;
}

/*トップページ用「次ページへ進む」リンク部分
---------------------------------------------*/
#box-right p.topnext{
	text-align: right;
	margin-bottom: 5px;
}

/*トップページ・各サブメニューへの直リンク
---------------------------------------------*/
.box-1 {
	width: 230px;
	padding-left: 10px;
	float: left;
}
.box-2 {
	width: 230px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.box-3 {
	width: 230px;
	padding-right: 10px;
	float: left;
}

.clear {
	clear: both;
}
p.clear {
	clear: both;
}

.box-1 ul,.box-2 ul,.box-3 ul {
	margin-left: 0px;
	padding-left: 10px;
}

.box-1 h2.menu1 {
	background-image: url(jpeg/topmenu1.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 25px;
}
.box-2 h2.menu2 {
	background-image: url(jpeg/topmenu2.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 25px;
}
.box-3 h2.menu3 {
	background-image: url(jpeg/topmenu3.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 25px;
}
.box-1 h2.menu4 {
	background-image: url(jpeg/topmenu4.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 25px;
}
.box-2 h2.menu5 {
	background-image: url(jpeg/topmenu5.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 25px;
}
.box-3 h2.menu6 {
	background-image: url(jpeg/topmenu6.jpg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 25px;
}

.box-1 li a,.box-2 li a,.box-3 li a{
	background-image: url(gif/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0px;
}

#topwrapper2 li a:link,#topwrapper3 li a:link{
	color : blue;
	text-decoration : none;
}
#topwrapper2 li a:visited,#topwrapper3 li a:visited{
	color : purple;
	text-decoration : none;
}
#topwrapper2 li a:hover,#topwrapper3 li a:hover{
	color : black;
	text-decoration : underline;
}
#topwrapper2 li a:active,#topwrapper3 li a:active{
	color : red;
	text-decoration : underline;
}

/*ヘッダー部分
---------------------------------------------*/
#header {
	width: 718px;
	height: 25px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(jpeg/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header #topmenu {
	width: 718px;
	position: absolute;
	top: 5px;
	text-align: right;
}

#header #topmenu li {
	display: inline;
	font-size: 12px;
	line-height: 16px;
}

#header-logo{
	position: absolute;
	height: 55px;
	width: 718px;
	z-index: 1;
	top: 25px;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(jpeg/header-bg2.jpg);
	background-repeat: no-repeat;
}
/*グローバルメニュー部分
---------------------------------------------*/
#globalnavi {
	width: 720px;
	height: 30px;
	position: absolute;
	top: 80px;
}
#globalnavi li {
	width: 120px;
	height:30px;
	float: left;
}
#globalnavi li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #666666;
	background-image: url(jpeg/global-nav.jpg);
}

#globalnavi a.stay {
	color: #FFFFFF;
}

#globalnavi a:hover{
	color: #666666;
}

#nav01 a { background-position:    0   0; }
#nav02 a { background-position: -120px 0; }
#nav03 a { background-position: -240px 0; }
#nav04 a { background-position: -360px 0; }
#nav05 a { background-position: -480px 0; }
#nav06 a { background-position: -600px 0; }

#nav01 a.stay { background-position:    0   -30px; }
#nav02 a.stay { background-position: -120px -30px; }
#nav03 a.stay { background-position: -240px -30px; }
#nav04 a.stay { background-position: -360px -30px; }
#nav05 a.stay { background-position: -480px -30px; }
#nav06 a.stay { background-position: -600px -30px; }

#nav01 a:hover { background-position:    0   -60px; }
#nav02 a:hover { background-position: -120px -60px; }
#nav03 a:hover { background-position: -240px -60px; }
#nav04 a:hover { background-position: -360px -60px; }
#nav05 a:hover { background-position: -480px -60px; }
#nav06 a:hover { background-position: -600px -60px; }

#nav01 a {
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 12px;
}
#nav02 a,#nav03 a,#nav04 a,#nav05 a,#nav06 a {
	padding-top: 3px;
	padding-bottom: 1px;
	line-height: 13px;
}

/*グローバルナビゲーションバー部分
---------------------------------------------*/
#glovalbar_1 {
	position: absolute;
	top: 110px;
	width: 718px;
	height: 20px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#glovalbar_1 {
	background-image: url(gif/bar1.gif);
	background-repeat: repeat-x;
}

/*パンくずリスト部分
---------------------------------------------*/
#breadcrumb {
	width: 718px;
	height: 29px;
	position: absolute;
	top: 130px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#breadcrumb p {
	text-align: left;
	padding-left: 15px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
}

/*フッター部分
---------------------------------------------*/
#footer {
	margin-top: 20px;
	padding-top: 10px;
	width: 718px;
	text-align: center;
	clear: both;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
#footer li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 16px;
}
address {
	font-size: 12px;
	font-style: normal;
	padding-top: 10px;
}
