/* -----------------------------------
standard setting
----------------------------------- */
*{
    margin:0;
    padding:0;
}

body{
	color:#333;
	font-size: small;
	line-height: 150%;
	background: #FFFFFF url(../img_cmn/bg.gif) repeat;
	text-align: center;
}

img{
	border:0;
	vertical-align:bottom;
}

.clearboth {
	clear: both;
}

/* -----------------------------------
link color
----------------------------------- */
a {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #B24326;
}

/* -----------------------------------
header
----------------------------------- */
#seo-bg {
	background: #FD7F03 url(../img_cmn/seo_bg.gif) repeat-x 0px bottom;
}
#seo {
	margin: 0px auto;
	width: 780px;
	text-align: left;
	color: #FFFFFF;
	font-size: 90%;
	padding-bottom: 3px;
}
#seo p {
	margin: 0px;
	padding: 0px 0px 2px;
}


#header_bg {
	background: #FFFFFF url(../img_cmn/header_bg.gif) repeat-x 0px bottom;
}
#header {
	margin: 0px auto;
	width: 780px;
	text-align: left;
	background: url(../img_cmn/header.gif) no-repeat 0px bottom;
	font-size: 12px;
}
#header-2nd {
	margin: 0px auto;
	width: 780px;
	text-align: left;
	background: url(../img_cmn/header_2nd_bg.jpg) no-repeat 0px bottom;
	font-size: 12px;
}
#header-2nd a {
 text-decoration:none;
}

#header-2nd a:link {
	color: #333333;
}

#header-2nd a:visited {
	color: #333333;
}

#header-2nd a:hover {
	color: #B24326;
	text-decoration: underline;
}

#header-2nd a:active {
	color: #B24326;
}
#header-l {
	float: left;
}
#header-r {
	float: right;
	width: 530px;
}
#header-r ul {
	list-style: none;
	margin: 0px;
	padding: 12px 0px 8px;
	text-align: right;
}
#header-r li {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 22px;
	display: inline;
	background: url(../img_cmn/list-mark01.gif) no-repeat 10px 2px;
}
.hmenu {
	border-left: 1px dotted #B6A376;
}
#form {
	float: right;
	margin-right: 10px;
}

#font-size {
	float: right;
}

#header a {
 text-decoration:none;
}

#header a:link {
	color: #333333;
}

#header a:visited {
	color: #333333;
}

#header a:hover {
	color: #B24326;
	text-decoration: underline;
}

#header a:active {
	color: #B24326;
}

/* -----------------------------------
footer
----------------------------------- */
#footer {
	border-top: 2px solid #694833;
	text-align: left;
	clear: both;
	padding: 10px;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	background: url(../img_cmn/list-mark-footer.gif) no-repeat 0px 4px;
	margin: 0px;
	padding: 0px 10px;
	display: inline;
	float: left;
}
#footer p {
	margin: 0px 0px 0em 10px;
	padding: 0px;
}
#copyright {
	background: #FD7F03 url(../img_cmn/footer_bg.gif) repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 10px 8px;
}
#footer a {
 text-decoration:none;
}

#footer a:link {
	color: #333333;
}

#footer a:visited {
	color: #333333;
}

#footer a:hover {
	color: #B24326;
	text-decoration: underline;
}

#footer a:active {
	color: #B24326;
}

/* -----------------------------------
list
----------------------------------- */
ul{
	margin:0 0 1em 40px;
	padding:0;
}
ul li{
	margin:0 0 2px 0;
	padding:0;
	line-height:140%;
}
ol{
	padding:0;
	margin: 0 0px 10px 50px;
}
ol li{
	padding-left: 0;
	margin-bottom: 10px;
	line-height: 140%;
}

.list-green{
	padding-left: 17px;
	margin-bottom: 5px;
	vertical-align: bottom;
	background: url(../img_cmn/list-mark-green.gif) no-repeat;
	list-style: none;
}

.list-orange{
	padding-left: 17px;
	margin-bottom: 5px;
	vertical-align: bottom;
	background: url(../img_cmn/list-mark-orange.gif) no-repeat;
	list-style: none;
}


/* -----------------------------------
align
----------------------------------- */
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}

