﻿@charset "utf-8";

body {font-size: 62.5%;}

img {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h6 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

h3 {font-weight: normal;}

h2 {font-weight: normal;}

h1 {font-weight: normal;}
li {list-style: none;}
ol {list-style: none;}
ul {list-style: none;}
img {
	border: none;
	vertical-align: bottom;
}

body {
	background: #E6E6E6;
	color: #696464;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
a		  {text-decoration: none;}
a:link    {
	color: #0000FF;
	text-decoration: none;
}
a:visited {color: #00f;}
a:hover   {color: #7E7E7E; text-decoration: none;}
a:active  {color: #00f;}
a:focus   {color: #00f;}

#wrapper {
	width: 760px;
	margin: 20px auto;
	text-align: left;
	background: #fff;
	color: #696464;
}
#header {
	position: relative;
	height: 74px;
	background: url(../images/header.jpg) top left no-repeat; 
}
#header h1 {
	position: absolute;
	left: 30px;
	top: 34px;
	font-size: 1.2em;
}
#header p {
	position: absolute;
	left: 30px;
	top: 115px;
	font-size: 3em;
	color: #FFFFFF;
}
#supportNavi ul{
	margin: 5px 0 0 20px;
	font-size: 1.2em;
}
#supportNavi li {display: inline;}
#container {
	width: 760px;
	margin-top: 40px;
}
#content {
	width: 495px;
	float: right;
	margin: 0 20px 40px 30px;
	display: inline;/* Win ie6 */
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(../images/border_bottom.gif) left bottom no-repeat;
}
#content h2.title {
	padding-top: 15px;
}
#content p {
	margin: 15px 0;
	font-size: 1.2em;
	line-height: 1.7;
}
#sidebar {
	width: 195px;
	float: left;
	margin-left: 20px;
	display: inline;/* Win ie6 */
}
#sidebar h3 {
	font-size: 1.4em;
	font-weight: bold;
}
#sidebar ul { margin: 0 0 30px 0;}
#sidebar li {
	padding: 0 0 8px 0;
	font-size: 1.2em;
}
#sidebar li a {
	padding: 0 0 0 22px;
	background: url(../images/menu-icon.gif) no-repeat 0.5em 0.3em;
}
#supportnabi {
	clear: both;
	width: 760px;
	border-top: solid 1px #ddd;
	padding: 10px 0;
}
#supportnabi ul {
	font-size: 1.2em;
	text-align: center;
}
#supportnabi li {
	display: inline;
}
#footer {
	padding-bottom: 10px;
	font-size: 1.2em;
}
#footer address {
	text-align: center;
	font-style: normal;
}
ul.sitemap {
	font-size: 1.2em;
	margin-top: 10px;
}
ul.sitemap li {padding: 0 0 8px 0;}
ul.sitemap li a {
	padding: 0 0 0 22px;
	background: url(../images/menu-icon.gif) no-repeat 0.5em 0.3em;
}
#localnav_02 {
	width: 195px;
	height: 120px;
	margin-bottom: 14px;
	background: url(../images/local_nav.gif) no-repeat left top;
	
}
#localnav_02 li { padding: 9px 0 6px 0;}
#microad { margin: 0 0 30px 10px}
/*------------------------------------------------------
	__css hack
------------------------------------------------------*/
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
html {overflow: scroll;}/*Fire Fox*/