@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{
	position:relative;
	margin:0;
	padding:0;
	outline:0;
}

body{
	font-family:メイリオ,'hiragino kaku gothic pro',sans-serif; font-size:100%; 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; outline:0; }
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:#fff;
	text-align:center;
}

body{
	margin:auto;
	width:950px;
	background:url(../img/bg.jpg) top center repeat-y;
	text-align:left;
 	color:#444;
}

a{
	outline:0;
}


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

div#header{
	margin:0px 38px 0px 38px;
	height:110px;
	background:#000;
 	font-size: 11px;
 	color:#fff;
}
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#image{
	margin:0px 40px 0px 40px;
	height:200px;
	background:#99f;
}


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

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

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

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

/* ----------
フッターリンク */

a:link.fl{
    text-decoration:none;
 	color:#000;
}
a:visited.fl{
    text-decoration:none;
 	color:#000;
}
a:hover.fl{
    text-decoration:none;
 	color:#000;
}

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

div#footer{
	width:870px;
	margin:15px 10px 0px 8px;
	float:left;
	text-align:center;
 	font-size: 10px;
}
div#footer table{
	background:#00f;
	text-align:center;
 	color:#fff;
}

a:link.ft{
	text-decoration:underline;
	font-weight: bold;
 	color:#fff;
}
a:visited.ft{
	text-decoration:underline;
	font-weight: bold;
 	color:#fff;
}
a:hover.ft{
	text-decoration:underline;
	font-weight: bold;
 	color:#fff;
}