﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	color: #111;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img{
	border: none;
}

li{
	list-style-type: none;
}

html{
	overflow-x:hidden
}

#wrapper {
	background-image: url(../images/bg_image01.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 830px;
}

#container{
	width: 800px;
	margin: 0 auto;
}

/* ヘッダー部分 */
#header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 117px;
}

#header h5{
	font-weight: normal;
	text-indent: 1em;
	height: 26px;
	padding-top: 6px;
}

#header h6{
	color: #ffffff;
	text-indent: 1em;
	height: 22px;
}

#header p{
	margin-top: -7px;
	text-indent: -9999px;
}

#header p a{
	display: block;
	width: 590px;
	height: 69px;
	outline: none;
}

#header address{
	position: relative;
	top: -69px;
	left: 590px;
	text-indent: -9999px;
}

#header address a{
	display: block;
    width: 210px;
	height: 69px;
	outline: none;

}

/* ナビゲーション部分 */
#nav{
	background-image: url(../images/nav/navi_bg.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 21px;
	z-index: 0;
}

#nav ul{
	width: 556px;
	height: 21px;
	margin: 0 auto;
}

#nav ul li{
	list-style-type: none;
	float: left;
	z-index: 99;
}

/* メインボックス */
#main_box{
	clear: both;
	width: 800px;
}

/* コンテンツ部分・・・各ページで詳細設定 */
#content{
	width: 580px;
	float: right;
}


/* 左側サイドバー　ナビゲーション部分 */
#sidebar{
	width: 200px;
	float: left;
	text-align: center;
	margin: 0 0 0 1px;
}

#sidbar dt{
	margin: 0;
	padding: 0;
}

#sidebar dd{
	background-image: url(../images/sidebar/sidebar_pinkbg.gif);
	background-repeat: repeat;
}
/*--- Firefox用ハック開始 ---*/
@-moz-document url-prefix() {#sidebar dd{
	background-image: url(../images/sidebar/sidebar_pinkbg.gif);
	background-repeat: repeat;
	margin-top: -4px;
}
}
/*--- Firefox用ハック終了 ---*/

#sidebar p{

}

/* フッター部分 */
#footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 105px;
	clear: both;
}

#footer p{
	text-indent: -9999px;
}


