@charaset "UTF-8";

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

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

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

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; }

a {
	color:#202020;
}
a:hover {
	color:#808080;
}

/* -------------------------------
大枠 */

#wrapper01 {
	width:782px;
	margin:0 auto;
	background:url(../img/bg01.gif) repeat-y;
}
#wrapper02 {
	padding:5px 15px 18px;
	background:url(../img/bg02.gif) bottom no-repeat;
}


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

#header {
	margin:0 4px;
}
#header p {
	margin-bottom:8px;
	font-size:0.80em;
	color:#808080;
}

#site_title {
	width:744px;
	margin-bottom:12px;
	overflow:hidden;
}
#site_title div {
	float:left;
}
#site_title p {
	margin:0;
	float:right;
}

#header_menu {
	width:744px;
	margin-bottom:5px;
	overflow:hidden;
}
#header_menu div.left {
	float:left;
}
#header_menu div.right {
	float:right;
}
#header_menu div ul li {
	float:left;
	line-height:0;
	font-size:0;
}
#header_menu div ul li img {
	vertical-align:top;
}
#header_menu div.left img {
	margin-right:12px;
}
#header_menu div.right img {
	margin-left:12px;
}

/* -------------------------------
メインメニュー */

#menu {
	width:752px;
	margin-bottom:5px;
	overflow:hidden;
}
#menu ul li {
	float:left;
	padding-right:1px;
}
#menu ul li.last {
	padding:0;
}
#menu ul li img {
	vertical-align:top;
}

/* -------------------------------
ページタイトル・文章 */

#main_header p {
	margin-top:5px;
	padding:6px 10px;
	background:url(../img/bg_footer.gif);
}

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

#main {
	margin-top:16px;
}
#main h2 {
	margin-bottom:16px;
}

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

#footer div {
	margin:0 0 10px;
	padding:2px 8px;
	text-align:right;
	background:url(../img/bg_footer.gif);
}
#footer p {
	padding:8px 8px 0;
	text-align:right;
	font-size:0.85em;
	border-top:solid 1px #999999;
}
