@charset "utf-8";


/* 基本設定 */
body{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFCCCC;
	font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",;
	line-height: 135%;
}
body,h1,h2,h3,div,class,address,p,img,ul,ol,li,a,dl,dt,dd{
	margin:0;
	padding:0;
}

.c-both{
	clear: both;
}

.none{display:none}

h1 {
	font-size: 12px;
	margin: 0px;
	text-align: right;
	padding-right: 10px;
	font-weight: lighter;
	padding-top: 3px;
}

/* font */
.f12{
	font-size:12px;
	line-height:135%;
}
.f16{
	font-size: 16px;
}

.red {
	color: #F00;
}
.F12_red {
	color: #F00;
	font-size:12px;
}
.f_bold {
	font-weight: bold;
}
.f_blue{
	color: #136FB2;
}
.f16_blue{
	color: #136FB2;
	font-size: 16px;
}
.f12_blue{
	color: #003399;
	font-size: 12px;
}
.f16_pink{
	color: #FF3366;
	font-size: 16px;
}
.f_green{
	color: #006600;
}
.f_orange{
	color: #FF6600;
}
.normal12{
	font-weight: normal;
	font-size: 12px;
}
/* ページトップへ */

.page_top a{
	width: 100px;
	font-size: 12px;
	padding: 10px 0;
	color: #000000;
	float: right;
	clear: right;
}
.page_top a:hover{
	width: 100px;
	font-size: 12px;
	padding: 10px 0;
	color: #0099FF;
	text-decoration: none;
	float: right;
	clear: right;	
}

/* 下層連絡先表示 */
#renraku_tel{
	background-image: url(../img/tel.jpg);
	width: 332px;
	height: 132px;
	margin: 0 auto 20px auto;
}



/* 大枠 */

#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;

}

/* ヘッダー */

#top {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_image.jpg);
	background-repeat: no-repeat;
	height: 230px;
}

/* ヘッダー下層 */

#top2 {
	background-image: url(../img/top_image2.jpg);
	background-repeat: no-repeat;
	height: 183px;
	width: 800px;
}

/* ヘッダーナビ */

#menu {
	width: 800px;
}


#menu li{
	float: left;
	list-style: none;
}
#menu01 a{
	background-image:url(../img/menu01.gif);
    background-repeat:no-repeat;
	display:block;
	width:135px;
	height:38px;
}
#menu01 a:hover{
	background-image:url(../img/menu01.gif);
	background-repeat:no-repeat;
	display:block;
	width:135px;
	height:38px;
	background-position: bottom;
}

#menu02 a{
	background-image:url(../img/menu02.gif);
    background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
}
#menu02 a:hover{
	background-image:url(../img/menu02.gif);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
	background-position: bottom;
}
#menu03 a{
	background-image:url(../img/menu03.gif);
    background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
}
#menu03 a:hover{
	background-image:url(../img/menu03.gif);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
	background-position: bottom;
}
#menu04 a{
	background-image:url(../img/menu04.gif);
    background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
}
#menu04 a:hover{
	background-image:url(../img/menu04.gif);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
	background-position: bottom;
}
#menu05 a{
	background-image:url(../img/menu05.gif);
    background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
}
#menu05 a:hover{
	background-image:url(../img/menu05.gif);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:38px;
	background-position: bottom;
}
#menu06 a{
	background-image:url(../img/menu06.gif);
    background-repeat:no-repeat;
	display:block;
	width:162px;
	height:38px;
}
#menu06 a:hover{
	background-image:url(../img/menu06.gif);
	background-repeat:no-repeat;
	display:block;
	width:162px;
	height:38px;
	background-position: bottom;
}
#menu07 a{
	background-image:url(../img/menu07.gif);
    background-repeat:no-repeat;
	display:block;
	width:103px;
	height:38px;
}
#menu07 a:hover{
	background-image:url(../img/menu07.gif);
	background-repeat:no-repeat;
	display:block;
	width:103px;
	height:38px;
	background-position: bottom;
}

/* カラム分け */
#contents {
	width: 770px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents_right {
	width: 520px;
	float: right;
}
#contents_left {
	float: left;
	width: 218px;
}

/* 左サイド */

/* 左サイド共通タイトルリスト */
.side_navi{
	width: 150px;
	padding: 80px 0 0 50px;
}

#side_title li a{
	list-style: outside;
	text-decoration: underline;
	color: #006600;
}

#side_title li a:hover{
	list-style: outside;
	text-decoration: none;
	color: #006600;
}


#contents_left02 {
	float: right;
	width: 200px;
}

#l_navi_ichigo a{
	height: 88px;
	width: 200px;
	margin-top: 20px;
	background-image: url(../img/l_ichigo.gif);
	background-repeat: no-repeat;
	display: block;
}
#l_navi_ichigo a:hover{
	height: 88px;
	width: 200px;
	margin-top: 20px;
	background-image: url(../img/l_ichigo.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
}
#l_navi_sansai a{
	height: 88px;
	width: 200px;
	margin-top: 5px;
	background-image: url(../img/l_sansai.gif);
	background-repeat: no-repeat;
	display: block;
}
#l_navi_sansai a:hover{
	height: 88px;
	width: 200px;
	margin-top: 5px;
	background-image: url(../img/l_sansai.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
}
#l_navi_wakuwaku a{
	height: 73px;
	width: 200px;
	margin-top: 5px;
	background-image: url(../img/l_wakuwaku.gif);
	background-repeat: no-repeat;
	display: block;
}
#l_navi_wakuwaku a:hover{
	height: 73px;
	width: 200px;
	margin-top: 5px;
	background-image: url(../img/l_wakuwaku.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
}
#info {
	padding-top: 20px;
}
#map a{
	background-image: url(../img/l_map.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	display: block;
}
#map a:hover{
	background-image: url(../img/l_map.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	display: block;
	background-position: bottom;
}

/* フッター */

#footer {
	text-align: right;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 795px;
	font-size: 12px;
	padding: 3px 5px 0 0 ;
	background-color: #FFCCCC;
}

