/*########################################

基本設定 ここから */

* {
	margin:0;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	color: #4E3140;
}


body {
	font-size:80%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#666666;
	line-height:1.5;
	background-color: #FFFFFF;
	background-image: url(../images/home/bg_body3.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

html {
	overflow-y:scroll;
	
}

p {
	margin:0 0 1em;
}


h1 {
	font-size: 100%;
	color: #FFFFFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-left: 60px;
	padding-top: 25px;
	letter-spacing: -0.1em;
}
h2 {
	font-size: 80%;
	color: #F0FFFF;
	text-align: right;
	margin-top: 19px;
	letter-spacing: -0.08em;
	line-height: 100%;
	font-weight: normal;
}

h3 {
	color: #FFFFFF;
	background-color: #CC0000;
	margin-top: 25px;
	margin-bottom: 20px;
	height: 25px;
	background-image: url(../images/home/bg_h3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	letter-spacing: 0.1em;
	padding-top: 5px;
	font-weight: normal;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	line-height: 140%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #339966;
	padding-left: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.05em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#7C7D8B;
}

a:link {
}

a:visited {
}

a:hover {
	color: #8062A2;
}

a:active {
}


/*----------------------------------------------------------
  レイアウトに関する指定
----------------------------------------------------------*/

#wrapper {
	width:800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #006699;
}

/*------------------- ヘッダー部分 ここから--*/

#header {
	width: 800px;
	height: 80px;
	background-image: url(../images/home/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*-------------------コンテナ部分 ここから--*/

#container{
	background-image: url(../images/bg_1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;
	float: left;
}


/*------------------- コンテンツ部分 --*/

#main {
	width: 570px;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 5px;
	height: auto;
}

/*------------------- 左サイドバー部分 --*/

#sub {
	width: 164px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
}


/*------------------- フッター部分 --*/

#f_menu {
	height: 35px;
	clear: both;
	background-color: #F0EFEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2DE;
}
#f_menu ul {
	display: block;
	height: 25px;
	width: 680px;
	margin-top: 7px;
	margin-left: 120px;
}
#f_menu li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 85%;
}
#f_menu .border_r {
	padding-right: 0px;
	border-right-style: none;
	font-size: 75%;
}

address {
	height: 25px;
	clear: both;
	background-color: #006699;
	text-align: center;
	font-style: normal;
	font-size: 80%;
	line-height: 28px;
	color: #FFFFFF;
}


/*----------------------------------------------------------
  グローバルナビゲーションに関する指定
----------------------------------------------------------*/

#globalNavi {
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/oll/navi_g1.jpg);
	background-position: left top;
	width: 800px;
}
ul#Navi {
	list-style-type: none;
	height: 30px;
	width: 600px;
	margin-left: 201px;
}
ul#Navi li {
	float: left;
	height: 30px;
	width: 145px;
	
}
#Navi a {
	display: block;
	height: 30px;
	width: 145px;
	text-indent: -99999px;
	background-image: url(../images/oll/navi_g1.jpg);
	background-repeat: no-repeat;
	background-position: -201px 0px;
}

#Navi #menu1 a {
	background-position: -201px 0px;
}
#Navi #menu2 a {
	background-position: -346px 0px;
}
#Navi #menu3 a {
	background-position: -491px 0px;
}
#Navi #menu4 a {
	background-position: -636px 0px;
}


#Navi a:hover {
	background-image: url(../images/oll/navi_g1.jpg);
	background-repeat: no-repeat;
	background-position: -201px -30px;
}

#Navi #menu1 a:hover {
	background-position: -201px -30px;
}

#Navi #menu2 a:hover {
	background-position: -346px -30px;
}
#Navi #menu3 a:hover {
	background-position: -491px -30px;
}
#Navi #menu4 a:hover {
	background-position: -636px -30px;
}


/*----------------------------------------------------------
  サブナビに関する指定
----------------------------------------------------------*/
#SubNavi {
	height: 250px;
	background-color: #EFEFEF;
	margin-top: 15px;
	margin-left: 4px;
	width: 156px;
}
#SubNavi li {
	height: 73px;
	width: 156px;
	margin-bottom: 5px;
}
#SubNavi a {
	text-decoration: none;
	background-image: url(../images/SubNabi/bt_sb1_oll.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 73px;
	width: 156px;
}
#SubNavi #menu1 a {
	background-position: 0px 0px;
}
#SubNavi #menu2 a {
	background-position: 0px -73px;
}
#SubNavi #menu3 a {
	background-position: 0px -146px;
}

#SubNavi #menu1 a:hover {
	background-position: -156px 0px;
}
#SubNavi #menu2 a:hover {
	background-position: -156px -73px;
}
#SubNavi #menu3 a:hover {
	background-position: -156px -146px;
}

/*----------------------------------------------------------
 パンくずリスト　に関する指定
----------------------------------------------------------*/

#rootList {
	list-style-type: none;
	font-size: 80%;
	color: #336666;
	text-decoration: none;
	color: #336666;
	margin-bottom: 5px;
}
#rootList li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	color: #666666;
}
#rootList li a:link {
	color: #663300;
	text-decoration: none;
}
#rootList li a:visited {
	color: #663300;
	text-decoration: none;
}
#rootList li a:hover {
	color: #FF6600;
	text-decoration: none;
}
#rootList li a:active {
	color: #666666;
	text-decoration: none;
}
/* パンくず　ここまで */


/*----------------------------------------------------------
  TOPへ戻る設定
----------------------------------------------------------*/
#gotoTop {
	font-size: 95%;
	text-align: right;
	text-transform: lowercase;
	margin: 0px;
	height: 20px;
	vertical-align: bottom;
	line-height: 140%;
	padding: 0px;
	clear: both;
	text-decoration: none;
}
#gotoTop a {
	background-image: url(../images/oll/ic_r-top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#next {
	color: #CCCCCC;
	text-align: center;
	clear: both;
}




/*----------------------------------------------------------
 サブアドレスに関する指定
----------------------------------------------------------*/

#nic {
	height: 155px;
	color: #333333;
	background-image: url(../images/home/i_tatemono.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	width: 156px;
	margin-left: 4px;
}
#nic dt {
	background-color: #3E7F7F;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 12px;
}
#nic dd {
	font-size: 85%;
	text-align: justify;
	text-justify: kashida;
}
#NicAd dt {
	background-color: transparent;
	float: left;
	width: 35px;
	height: 12px;
	font-size: 85%;
	line-height: 120%;
	color: #666666;
	font-weight: bold;
	padding-right: 5px;
}
#NicAd dd {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 8px;
	font-size: 90%;
	width: 105px;
	padding-right: 0px;
}


/*----------------------------------------------------------
  フォント装飾用
----------------------------------------------------------*/

.tex_sp {
	letter-spacing: -0.1em;
.image_frame {
	padding: 2px;
	border: 1px solid #999999;
}
