@charset "utf-8";

/*
初期設定
○リンクの色（基本）			：#333399
○ロールオーバーの色（基本）	：#3333ff
○ボーダーの色				：#adadad
*/

a:link			{/*未訪問リンクの設定*/
	color					: #203744;
	text-decoration			: none;
}

a:visited		{/*訪問済みリンクの設定*/
	color					: #203744;
	text-decoration			: none;
} 

a:active		{/*クリックしたときの設定*/
	color					: #8DA0B6;
	text-decoration			: none;
} 

a:hover			{/*マウスが乗ったときの設定*/
	color					: #8DA0B6;
	text-decoration			: none;
}

img				{
	border					: 0px;
}
/*■フォームの設定*/

form			{
	margin					: 0px;
	padding					: 0px;
}

input.button	{
	color					: #333;
	background-image		: url(../img/form_btn_bg.gif);/*フォームボタン用（背景）*/
	background-repeat		: repeat-x;
	font-family				: "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size				: 12px;
	font-weight				: normal;
	cursor					: pointer;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #8DA0B6;
	border-right-color: #8DA0B6;
	border-bottom-color: #203744;
	border-left-color: #203744;
	padding: 3px;
}

/*■フォームテキスト*/

input.text		{
	width					: 105px;
	margin					: 0px;
	padding					: 4px;
	background				: #F5F4F1 repeat-x;
}

select 			{
	border-top				: 3px double #ccc;
	border-right			: 3px double #666;
	border-bottom			: 3px double #666;
	border-left				: 3px double #ccc;
	color					: #000;
	background				: #F5F4F1 repeat-x;
	font-size				: 12px;
	font-weight				: normal;
	margin					: 0px 3px 0px 3px;
	padding					: 2px;
}

input.radio		{
	margin					: 3px 0px 0px 0px;
	padding					: 1px 1px 0px 1px;	
}

/*
文字位置設定*/

.left			{
	text-align				: left;
}

.right			{
	text-align				: right;
}

.logo			{
	width					: 282px;
	height					: 83px;
	float					: left;
	padding-left: 20px;
	padding-top: 7px;
}

.logo2			{
	width					: 93px;
	height					: 65px;
	float					: left;
}

.head_text		{
	margin					: 0px;
	float					: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 19px;
}

h1				{
	font-size				: 10px;
	letter-spacing			: 0px;
	margin					: 0px;
	padding					: 0px;
}

h1 a:link,.ranking a:visited{
	font-size				: 10px;
	text-align				: left;
	color					: #203744;
}

h1 a:hover,.ranking a:active{
 	font-size				: 10px;
	text-align				: left;
	color					: #ED6D46;
}

.r_area			{
	text-align				: center;
	float					: left;
	background-image: url(../img/r_area_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 145px;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 85px;
	padding-right: 1px;
}

.keyword		{
	padding					: 1px;
	font-size				: 12px;
	text-align				: left;
}

.keyword a:link,.keyword a:visited{
	font-size				: 12px;
	text-align				: left;
	color					: #8DA0B6;
}

.keyword a:hover,.keyword a:active{
 	font-size				: 12px;
	text-align				: left;
	color					: #ED6D46;
}

.ranking		{
	padding					: 1px;
	font-size				: 10px;
	text-align				: left;
}

.ranking a:link,.ranking a:visited{
	font-size				: 10px;
	text-align				: left;
	color					: #8DA0B6;
}

.ranking a:hover,.ranking a:active{
 	font-size				: 10px;
	text-align				: left;
	color					: #ED6D46;
}

.new_date		{
	padding					: 4px 1px 1px 1px;
	font-size				: 12px;
	text-align				: left;
}

.new_date a:link,.new_date a:visited{
	font-size				: 12px;
	text-align				: left;
	color					: #8DA0B6;
}

.new_date a:hover,.new_date a:active{
 	font-size				: 12px;
	text-align				: left;
	color					: #ED6D46;
}

.new_date a:link img,.new_date a:visited img{
	border					: #fff solid 1px;
}

.new_date a:hover img,.new_date a:active img{
 	border					: #99CC00 solid 1px;
}

body			{
	height					: 100%;
	font-size				: 12px;
	margin					: 0px;
	line-height				: 120%;
	font-family				: "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック", sans-serif;
	text-align				: center;
	background-color: #fff;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

.body2			{
	width					: 790px;
	position				: relative;
	text-align				: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #203744;
	border-left-color: #203744;
	background-repeat: no-repeat;
	background-image: url(../img/body2_under.jpg);
	background-position: left bottom;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header			{
	width					: 790px;
	margin					: 0px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 187px;
}

.main_contents	{
	width					: 780px;
	padding					: 0px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	/*min-height: 350px;
	IE ONLY-height: 350px;*/
}

.colum_left		{
	width					: 185px;
	margin					: 0px;
	padding					: 0px;
	float					: left;
}

.colum_center	{/*３カラム用メインボックス*/
	float					: left;
	width					: 400px;
	margin					: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.colum_center2	{/*２カラム用メインボックス*/
	width					: 590px;
	margin					: 0px;
	float					: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.colum_center2#leftmenu	{/*２カラム用左サイドメニューがある場合*/
	background				: #fff;
	width					: 591px;
	margin					: 0px;
	padding					: 0px 4px 4px 0px;
	float					: left;
}

.colum_right	{
	float					: left;
	width					: 185px;
	margin					: 0px;
	padding					: 0px;
}
.colum_right2	{/*２カラム右メニュー用メインボックス*/
	float					: right;
	background				: #fff;
	width					: 185px;
	margin					: 0px;
	padding					: 0px;
}


.main			{
	 width					: 100%;
	 margin					: 0px;
}

.colum_one		{
	float					: left;
	width					: 720px;
	padding					: 0px 10px 0px 10px;
}

.center_top		{
	background				: #ff9900;
	height					: 20px;
}

.contents_title {
	margin					: 0px;
	padding					: 0px;
}

.footer_menu	{
	width					: 100%;
	text-align				: center;
	position				: relative;
	clear					: both;
	color: #203744;
	background-image: url(../img/footeremenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 70px;
	padding-bottom: 3px;
}
.footer_menu a:link,.footer_menu a:visited{
	color					: #203744;
}
.footer_menu a:hover,.footer_menu a:active{
	color					: #CCFF00;
}

#footer			{
	width					: 100%;
	height					: 22px;
	margin					: 0px;
	padding					: 0px;
	text-align				: center;
	position				: relative;
	clear					: both;
}

/*■コピーライト（マーク）*/
.copymark		{
	font-size				: 14px;
	color					: #99CC00;
	margin					: 0px;
	padding					: 0px;
}

/*■コピーライト（部品）*/

#copyright		{
	height					: 22px;
	font-size				: 12px;
	font-weight				: normal;
	line-height				: 22px;
	color					: #99CC00;
	margin					: 0px;
	padding					: 0px;
	width: 100%;
	background-color: #203744;
}

/*■コピーライト（リンク）*/

#copyright a:link		{
	font-size				: 12px;
	letter-spacing			: 2px;
	color					: #99CC00;
	text-decoration			: none;
}

#copyright a:visited	{
	font-size				: 12px;
	letter-spacing			: 2px;
	color					: #99CC00;
	text-decoration			: none;
}

#copyright a:hover		{
	font-size				: 12px;
	letter-spacing			: 2px;
	color					: #99CC00;
	text-decoration			: none;
}

#copyright a:active		{
	font-size				: 12px;
	letter-spacing			: 2px;
	color					: #99CC00;
	text-decoration			: none;
}

.comment		{
	line-height				: 120%;
	color					: #99CC00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.comment2		{
	text-align				: left;
	line-height				: 120%;
	padding					: 2px 0px 3px 0px;
	color					: #99CC00;
}

.comment3		{
	float					: right;
	text-align				: right;
	color					: #203744;
	line-height				: 140%;
	font-size				: 10px;
	padding-right: 5px;
	display: block;
	margin-top: -2px;
}

.btn_change		{
	float					: right;
	text-align				: left;
	padding					: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.btn_inline		{
	text-align				: left;
}

/*■ページの先頭に戻る（画像ボタン）*/

#btn_back		{
	width					: 100%;
	height					: 12px;
	margin					: 0px;
	padding					: 10px 0px 10px 0px;
	text-align				: center;
}

/*■点線のライン*/

.line_bottom	{
	border-top				: 1px dotted #ccc;
	width					: 100%;
	height					: 1px;
}

.line_dot		{
	background				: url(../img/bg_dot.gif) repeat-x;
	width					: 100%;
	height					: 1px;
	overflow				: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.line_dot2		{
	background				: #fff url(../img/bg_dot.gif) repeat-x;
	width					: 100%;
	height					: 1px;
	padding					: 0px;
	overflow				: hidden;
	clear					: both;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*■カラー*/

.black			{
	color					:#99CC00;
}

.blue			{
	color					:#3333ff;
}

.orange			{
	color					:#ff9900;
}

.red			{
	color					:#f00;
}

/*■フォントサイズ*/

.font10	{
	font-size				: 10px;
}

/*■点線のライン*/
.text_hit {
	color					: #000;
	background				: #ff0;
	padding					: 0px 2px;
}
.facebox {
	width : 591px;
}
.faceleft#boxt {
	width : 402px;
	float:left;
	height :66px;
	padding:0px;
	margin:0px;
}
.faceright {
	float:right;
	padding:0px;
	margin:0px;
}

.faceright2 {
	width : 402px;
	float:right;
	height :66px;
	padding:0px;
	margin:0px;
}
.faceleft {
	float:left;
	padding:0px;
	margin:0px;
}

.clear {
	clear:both;
}


/*Googleあとで消します*/

.google			{
	padding					: 0px 5px 5px 5px;
}

.google a:link	{
	text-decoration			: underline;
}
.head_center_title {
	float:left;
	text-indent: -9999px;
}

/*ヘッダータブ*/
.header .tab {
	height: 32px;
	width: 790px;
	clear: both;
	padding-top: 26px;
}
.l_area {
	height: 32px;
	width: 559px;
	float: left;
	background-image: url(../img/l_area_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.tab_top {
	height: 32px;
	width: 41px;
	float: left;
	padding-left: 22px;
}
.tab_photo {
	height: 32px;
	width: 61px;
	float: left;
	padding-left: 52px;
}
.tab_map {
	height: 32px;
	width: 49px;
	float: left;
	padding-left: 50px;
}
.tab_cal {
	height: 32px;
	width: 91px;
	float: left;
	padding-left: 48px;
}
.tab_help {
	height: 32px;
	width: 52px;
	float: left;
	padding-left: 50px;
}
.r_area img {
	padding-right: 3px;
	float: left;
}
.left_end {
	float: right;
	height: 12px;
}
