@charset "utf-8";
/* CSS Document */

/* body */

html {
	height:100%;
	width:100%;
	background: #CCC;
}
body {
	font: 62.5%/1.7 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MS P ゴシック", "MS P Gothic", sans-serif;
	color: #505050;
	background:	#CCC url(../common/bg_body.gif) repeat-y center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* for IE7 fonts */
*+html body {
	font-family: "メイリオ",Meiryo,"MS P ゴシック","MS P Gothic",sans-serif;
}
/* for IE6 fonts */
*html body {
	font-family: "MS P ゴシック","MS P Gothic",sans-serif;
}

/* ------ link ------ */

a:link {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #dc5032;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}

/* ------ wrapper&main ------ */

#wrapper {
	text-align: center;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper h1 {
	font-size: 120%;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	background: #FA9632;
}
#main {
	font-size: 120%;
	text-align: left;
	width: 810px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
}

/* ------ flash ------ */

#flash {
	height: auto;
	width: 850px;
	margin-bottom: 10px;
	margin-top: 15px;
}

/* ------ menu ------ */

#main #menu {
	float: left;
	width: 190px;
}
#menu #adress p {
	margin-bottom: 10px;
}
#menu ul li {
	line-height: 25px;
	height: 25px;
	width: 180px;
	margin-bottom: 10px;
	background: url(../buttons/bg_menu02.gif) no-repeat left top;
}
#menu ul li a {
	display: block;
	background: url(../buttons/bg_menu01.gif) no-repeat left top;
	width: 168px;
	padding-left: 12px;
}
#menu ul li a:hover {
	text-decoration: none;
	background: url(../buttons/bg_menu02.gif) no-repeat left top;
	color: #0066CC;
}
#menu #adress {
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* ------ contents ------ */

#main #contents {
	float: right;
	height: auto;
	width: 600px;
}
#contents h2 {
	margin-bottom: 10px;
}
#contents h3 {
	font-size: 120%;
	line-height: 25px;
	color: #333;
	margin-top: 10px;
	padding-left: 7px;
	border-top: 1px solid #FFCC50;
	border-right: 1px solid #FFCC50;
	border-bottom: 1px solid #FFCC50;
	border-left: 10px solid #FFCC50;
	height: 25px;
	margin-bottom: 5px;
}
#contents h4 {
	font-size: 160%;
	color: #393;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#contents #sample {
	margin-bottom: 10px;
}
#contents #sample img {
	margin-right: 20px;
}

/* ------ footer ------ */

#footer {
	font-size: 110%;
	line-height: 1.2em;
	background: #FA9632;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #09C;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FF0;
}
