/* CSS Document */
@import "http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts-min.css";
@import "http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css";

html {
	background-color:#FFF
}

body {
	font-family:Arial,Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,verdana,'ＭＳ Ｐゴシック',sans-serif,"IPAMonaPGothic";
	text-align:center;
	font-size:80%;
	line-height:20px;
	background-color:#FFF;
	color:#666666;
}

a {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}
h1
{
	height: 25px;
	font-size:13px;
	font-weight: bold;
	margin:20px 0px 20px 0px;
	padding-top: 2px;
	padding-left: 85px;
}
h1.point1
{
	background: url(../../images/point1.gif) no-repeat;
}
h1.point2
{
	background: url(../../images/point2.gif) no-repeat;
}
h1.point3
{
	background: url(../../images/point3.gif) no-repeat;
}
h1.point4
{
	background: url(../../images/point4.gif) no-repeat;
}
h1 span
{
	display: none;
}
h2 {
	font-size:20px;
	font-weight: bold;
	margin:20px 0px 20px 0px;
}
hr {
    margin:20px 0px;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-bottom:1px solid #CCCCCC;
    height:0px;
    clear:both;
}

address {
	display: inline;
}

#outline {
	width:960px;
	padding:0 20px;
	margin:0 auto;
	text-align:left;
	clear:left;
}

#header {
	overflow: hidden;
	_zoom:1;
}

#header h1 {
	float: left;
	margin:10px 0px 0px 0px;
}

#header address {
	float: right;
}

#fax {
	margin:30px 10px 0px 0px;
}

#tel {
	margin:30px 0px 0px 0px;
}

#header_menu {
	float: left;
	width: 100%;
	height:30px;
	margin:10px 0px;
}

#header_menu li {
	float:left;
	width:192px;
	display: block;
}

#container {
	width:100%;
	background-color:#FFF;
}

#submenu {
	overflow: hidden;
	_zoom:1;
	width: 100%;
	margin:20px 0px 0px 0px;
}

#submenu li {
	float:left;
	display: block;
}

#footer {
	width:100%;
	float:left;
	text-align:center;
	font-size:90%;
	font-size:10px;
}

#footer_menu {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:3px 0px;
	margin:20px 0px 0px 0px;
}

#footer_menu li {
	display:inline;
}

#copyright {
	padding:3px 0px;
}

#outline:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
	visibility: hidden;
}

