@charset "shift_jis";
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif) repeat-x top;
	font: 80%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,p,ul,li,a{
	margin: 0px;
	padding: 0px;
}

a{text-decoration: none;}

ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
iframe {
	margin-bottom: 20px;
}


/*コンテナ（HP枠）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #a0a0a0;
	background: #FFFFFF;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.jpg);
	height: 313px;
	position: relative;
}
#header h1 {
	font-size: 11px;
	color: #000000;
	padding-left:0px;
	font-weight: normal;
	padding-top: 0px;
}

#header_img {
	height: 182px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu {
	background: url(images/menu_06.gif) repeat-x;
	height: 43px;
}
#menu li {
	display: inline;
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: left;
	width: 440px;
	display: inline;
	margin-left: 0px;
	margin-top: 30px;
}

#bar_middle {
	background: url(images/bar_middle.gif) repeat-y;
	padding-left:30px;
}

#bar_middle li{
	display: inline;	
}


/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 445px;
	display: inline;
	margin-right: 0px;
	margin-top: 30px;
}
#main h2 {
	height: 29px;
	margin: 20px 0px 5px;
}
#main .frame {
	padding-right: 0px;
	padding-left: 5px;
	margin-bottom: 20px;
}
#sub .frame {
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 20px;
}

.list {
	margin-left:0px;
	padding-top:5px;
	padding-left:0px;
}


/*ナビメニュー（サイトマップ、お問い合わせなど）
------------------------------------------------------------------*/
#nav {
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #FFFFFF;
}
#nav a {
	color: #FFFFFF;
	padding-right: 10px;
}


/*About欄の矢印と下線設定
------------------------------------------------------------------*/
.arrow {
	margin-left:0px;
	padding-top:4px;
	padding-left:20px;
	/*border-bottom: 1px dotted #CCCCCC;*/
	margin-top: 0px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 140%;
}


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	background: url(images/footer.jpg);
	color: #FFFFFF;
	text-align: center;
}
#footer a {			
	color: #FFFFFF;
}

#footer p {
	padding-top:5px;
	line-height : 20px;
}


/*強調文字（背景赤に白文字になります。）
------------------------------------------------------------------*/
.look {
	color: #FFFFFF;
	font-weight: bold;
	background: #990000;
}


/*clearfix
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.left_indent {
	text-align: left;
}
.right_indent {
	font-size: 14px;
	text-align: right;
	font-style: italic;
}
#topic {
	margin-top: 10px;
}
