/* CSS Document */
@charset "shift_jis";
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif) repeat-y center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 70%;
}
	
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
iframe {
	margin-bottom: 20px;
}


/*コンテナ（HP枠）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #a0a0a0;
	background: #FFFFFF;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat left top;
	height: 128px;
	margin-left: 25px;
	position: relative;
}
#header h1 {
	font-size: 11px;
	color: #000066;
	padding-left: 25px;
	font-weight: normal;
	padding-top: 20px;
}

/*メインイメージ
------------------------------------------------------------------*/
#main-img {
	padding-bottom: 6px;
	margin-left: 25px;
}


/*メインメニュー
------------------------------------------------------------------*/
#menu {
	background: url(images) repeat-x;
	height: 40px;
	margin-left: 25px;
}
#menu li {
	display: inline;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 252px;
	display: inline;
	margin-right: 25px;
	margin-left: 10px;
	margin-top:20px;
	font-size: 105%;
}


/*サブコンテンツ
------------------------------------------------------------------*/
#sub3 {
	float: left;
	width: 500px;
	
	margin-right:10px;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 105%;
	line-height:20px;
	border-bottom:100px;
	
}





/*ナビメニュー（サイトマップ、お問い合わせなど）
------------------------------------------------------------------*/
#nav {
	position: absolute;
	right: 97px;
	bottom: 7px;
	color: #FFFFFF;
	width: 210px;
	height: 13px;
}
#nav a {
	color: #000066;
	padding-right: 10px;
}


/*ナビメニュー（会社概要、地図など）
------------------------------------------------------------------*/
#nav1 {
	position: absolute;
	right: 72px;
	bottom: 91px;
	color: #FFFFFF;
	width: 134px;
	height: 16px;
}
#nav1 a {
	color: #000066;
	padding-right: 10px;
}


/*About欄の矢印と下線設定
------------------------------------------------------------------*/
.arrow li {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: url(images/footer_img.gif) no-repeat bottom;
	height: 53px;
	color: #FFFFFF;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
}


/*強調文字（背景赤に白文字になります。）
------------------------------------------------------------------*/
.look {
	color: #FFFFFF;
	font-weight: bold;
	background: #990000;
}


/*clearfix
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }


*html .clearfix { height: 1%; }
.clearfix { display: block; }
