@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:#303030;
}

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:#303030;
}
a:hover {
	color:#cc6600;
}

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

body {
	background:url(../img/bg.gif) repeat-x #edecf3;
}

#wrapper01 {
	width:778px;
	margin:0 auto;
	background:url(../img/bg_wrapper02.gif) repeat-y #ffffff;
}	
#wrapper02 {
	background:url(../img/bg_wrapper01.gif) top no-repeat;
}	
#wrapper03 {
	background:url(../img/bg_wrapper03.gif) bottom no-repeat;
}	


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

#header {
	width:768px;
	margin:0 5px;
	padding:4px 0 1px 0;
	background:url(../img/bg_header.gif) bottom repeat-x #EEECF9;
	position:relative;
	z-index:1;
}
#header img#logo {
	float:left;
	position:absolute;
	top:0;
	left:4px;
	behavior: expression(IEPNGFIX.fix(this));
}

#header p {
	margin:0 9px 0 200px;
	font-size:0.84em;
}
#header p.right {
	padding-bottom:8px;
	text-align:right;
}
#header ul {
	width:563px;
	overflow:hidden;
	margin-left:198px;
}
#header li {
	float:left;
}

#header li img {
	vertical-align:top;
}

/* -------------------------------
サイドバー+メイン */

#container {
	width:768px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/bg_container.gif) top repeat-x;
	z-index:0;
}


/* -------------------------------
サイドバー */

#side {
	width:188px;
	margin:33px 0 0 0;
	padding-left:6px;
	float:left;
}

#s_menu_main li {
	padding:0 2px 6px;
	background:url(../img/bg_s_menu_main.gif) bottom no-repeat;
}
#s_menu_main li img {
	vertical-align:top;
}

#s_menu h2 {
	margin-top:12px;
}
#s_menu div {
	width:184px;
	background:url(../img/bg_sidemenu02.gif) bottom no-repeat;
	padding:0 2px 5px;
}
#s_menu div ul {
	background:url(../img/bg_sidemenu01.gif) top repeat-x #f6f5f9;
}
#s_menu div ul li {
	border-bottom:solid 1px #cac7dc;
}
#s_menu div ul li a {
	display:block;
	padding:6px 2px 3px 18px;
	text-decoration:none;
	color:#202020;
	background:url(../img/s_arrow_off.gif) 3px 50% no-repeat;
}
#s_menu div ul li a:hover {
	color:#cc6600;
	background:url(../img/s_arrow_on.gif) 3px 50% no-repeat;
}
#s_menu div p {
	padding:10px 0;
	text-align:center;
	font-size:0.84em;
	background:url(../img/bg_sidemenu01.gif) top repeat-x #f6f5f9;
}
#s_menu div p img {
	margin-top:6px;
}

#side h2#useful {
	margin-bottom:0px;
}
#s_menu div ul li#itabasi {
	border:0;padding:0;font-size:0px;line-height:0px;
}
#s_menu div ul li#itabasi a {
	background-image:none;padding:0;
}

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

#main {
	width:564px;
	padding-right:6px;
	float:right;
}
#main h1 {
	margin-bottom:10px;
	padding:0 2px 5px;
	background:url(../img/bg_title.gif) bottom no-repeat;
}
#main h2 {
	margin:0 0 10px;
	padding:10px 0 13px 10px;
	background:url(../img/bg_subtitle.gif) bottom no-repeat;
}

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

#footer {
	width:768px;
	margin:16px auto 0;
	padding:13px 0 13px;
	text-align:center;
	font-size:0.84em;
	background:url(../img/bg_footer.gif) top repeat-x;
}
#footer div ul li {
	display:inline;
}
#footer div ul li a {
	text-decoration:none;
	padding:0 5px;
	color:#303030;
}
#footer div ul li a:hover {
	color:#cc6600;
}

#footer p {
	padding:16px 9px 0;
	text-align:right;
	color:#453d85;
}



