/* @override 
	http://www2.selcohome.co.jp/css/common.css
*/

body * {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 100%;
}

/* only IE6 */
* html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

/* only IE7 */
*:first-child+html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

body {
	background: #fff;
	margin: 0 0 20px 0;
}

img {
    border: 0;
}

ul, ol {
	list-style: none;
}

div.clear {
	clear: both;
}

a:link, a:visited {
	color: #10287b;
}

a:hover, a:active {
	color: #1d7ddf;
}

div#wholewrapper {
	position: relative;
	width: 830px;
	padding: 0 7px;
	margin: 0 auto;
	background: transparent url(../images/bg_middle.gif) repeat-y;
}

/* @group Header */

div#header {
	position: relative;
	width: 830px;
	height: 140px;
	margin: 0 auto;
	border-top: 4px solid #013095;
	overflow: hidden;
}

div#header h1 {
	position: absolute;
	top: 22px;
	left: 25px;
}

ul#globalmenu {
	position: absolute;
	top: 72px;
	left: 25px;
}

ul#globalmenu li {
	position: relative;
	height: 35px;
	margin-right: 10px;
	float: left;
}

/* @end */

/* @group Local Menu */

div#localmenucontainer {
	position: relative;
	height: 25px;
	background: transparent url(../images/localmenu_bottom.gif) repeat-x center bottom;
}

div#localmenucontainer ul {
	position: absolute;
	width: 558px;
	height: 25px;
	right: 0;
	background: transparent url(../images/localmenu_bg.gif);
}

div#localmenucontainer ul li {
	width: 111px;
	height: 25px;
	background: transparent url(../images/lm_division.gif);
	float: left;
}

div#localmenucontainer ul li.last {
	width: 111px;
	background-image: none;
}

/* @end */

h2#localheader {
	margin: 0 auto;
}

div#maincontents {
	width: 796px;
	margin: 0 auto;
	padding: 0 0 20px;
}

div#maincontents h3.title {
	width: 796px;
	margin: 0 auto;
	padding: 10px 0;
}

/* @group Footer */

div#wholewrapper {
	
}

div#footer {
	position: relative;
	width: 830px;
	height: 46px;
	padding: 0 7px;
	margin: 0 auto 20px;
	background: transparent url(../images/bg_bottom.gif) repeat-y;
}

div#footer ul {
	position: absolute;
	top: 12px;
	left: 15px;
}

div#footer ul li {
	/* border-right: 1px solid #333; */
	margin-right: 7px;
	padding-right: 7px;
	float: left;
}

div#footer ul li.last {
	border: none;
}

div#footer address {
	position: absolute;
	top: 12px;
	right: 10px;
	font-style: normal;
	font-size: x-small;
	font-family: sans-serif;
	color: #666;
}

/* @end */