@charaset "UTF-8";

/* -------------------------------
スタイルの初期化 */

body,div,pre,p,blockquote,
form,fieldset,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object { margin:0; padding:0; outline:0; }

body{
	font-family:メイリオ,'hiragino kaku gothic pro',sans-serif; font-size:75%; line-height: 1.61;
}

a img { border:0; }
ul, ol { list-style-type:none; }
sup { position: relative; vertical-align: baseline; top: -0.9em; font-size: 0.5em; }
hr { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
th, caption{ text-align: left; font-weight: normal; }

input[type="text"],input[type="password"],input[type="text"] { padding:0 2px; margin-right:0.1em; }
input[type="submit"] { display:inline; margin:0; }
input[type="checkbox"] { margin-right:0.1em; vertical-align: middle; }
input[type="radio"] { margin-right:0.1em; }
textarea { padding:2px; }
optgroup { font-style:normal; }
option { padding-right:10px; }

/* -------------------------------
背景 */

html{
	background:#000;
	text-align:center;
}
body{
	margin:0 auto;
	width:960px;
	background:#fff url(../img/common_bg.gif) repeat-y;
	text-align:left;
	color:#444;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#7994a4;
	text-decoration:underline;
}

/* -------------------------------
ヘッダー */

div#header{
	margin:0px 31px 0px 32px;
	height:77px;
}
div#header .logo{
	float:left;
}
div#header ul{
	width:231px;
	height:77px;
	float:right;
}
div#header ul li{
	display:inline;
}
div#header ul li.privacy{
	margin-left:34px;
}
div#header ul li img{
	vertical-align:top;
}

/* -------------------------------
グローバルメニュー */

div#menu{
	margin:0px 0px 0px 32px;
        clear:both;
	z-index:3;
}
div#menu .dropdown {float:left;z-index:3;}
div#menu .dropdown dt {width:136px;height:49px;cursor:pointer;}
div#menu .dropdown dd {position:absolute; overflow:hidden; width:136px; height:150px; display:none; z-index:3; opacity:0; background:#fff url(../img/sub01_bg.gif) no-repeat;}
div#menu .dropdown ul {width:136px;}
div#menu .dropdown li {display:inline}
div#menu .dropdown li a, .dropdown li a:active, .dropdown li a:visited {display:block;width:136px;height:30px;text-indent:-9000px}

div#menu .dropdown dt#two-ddheader{width:191px;height:49px;}
div#menu .dropdown dd#two-ddcontent{width:191px;height:120px;background:#fff url(../img/sub02_bg.gif);}
div#menu .dropdown dd#two-ddcontent li a, div#menu .dropdown dd#two-ddcontent li a:active, div#menu .dropdown dd#two-ddcontent li a:visited {width:191px;}

div#menu .dropdown dt#three-ddheader{width:165px;height:49px;}
div#menu .dropdown dd#three-ddcontent{width:165px;height:90px;background:#fff url(../img/sub03_bg.gif);}
div#menu .dropdown dd#three-ddcontent li a, div#menu .dropdown dd#three-ddcontent li a:active, div#menu .dropdown dd#three-ddcontent li a:visited {width:165px;}
                                                                                  
div#menu .dropdown dt#four-ddheader{width:130px;height:49px;}
div#menu .dropdown dd#four-ddcontent{width:130px;height:150px;background:#fff url(../img/sub04_bg.gif);}
div#menu .dropdown dd#four-ddcontent li a, div#menu .dropdown dd#four-ddcontent li a:active, div#menu .dropdown dd#four-ddcontent li a:visited {width:130px;}

/* -------------------------------
ヘッダーイメージ */

div#himage{
	margin:0px 0px 0px 32px;
        clear:both;	
}

/* -------------------------------
メイン */

div#main{
	margin:16px 0px 0px 32px;
}
div#contents{
	margin:0px 0px 0px 145px;
	width:664px;
}

/* -------------------------------
ライン */

div.line{
	clear:both;
}
div.line h4 a{
	display:none;
}

/* -------------------------------
ページの先頭へ */

div.pagetop{
	margin:10px 0px 0px 0px;
	width:664px;
	clear:both;
	text-align:right;
}

/* -------------------------------
フッター */

div#footer{
	margin:0px 0px 0px 32px;
	padding-top:32px;
	width:897px;
	background:url(../img/footer_bg.gif) repeat-x;
	overflow:hidden;
	display:block;
}
div#footer:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
/*\*/
* html div#footer{
	height:1em;
	overflow:visible;
}
/**/
div#footer div.geo{
	margin:0px 0px 0px 8px;
	width:159px;
	height:64px;
	display:inline;
	float:left;
}
div#footer p{
	float:left;
}
div#footer p.copyright{
	padding-top:8px;
	width:730px;
	text-align:right;
}