@charset "EUC-JP";

/** タグの基本設定 */
/**
 * <html>タグ
 */
html{
	scrollbar-base-color:#333333;
	scrollbar-arrow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#333333;
	scrollbar-3dlight-color:#333333;
	scrollbar-highlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

/**
 * <body>タグ
 */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	line-height:150%;
	background-color:#ffffff;
	background-image: url(http://www.five-foxes.com/img/bg.gif);
	font-family:Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color:#333333;
}

/**
 * html・bodyタグ
 *
 * @see contents_all
 */
html>body{
	width:900px;
}

/**
 * <td>タグ
 *
 */
td{
	font-size:12px;
	line-height:150%;
	font-family:Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

/**
 * <input>、<textarea>タグ共通
 */
input,textarea,select,option{
	font-family:Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color:#333333;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	font-size:12px;
	width:auto;
}

/**
 * <input type="checkbox">用のクラス
 *
 * @see input,textarea
 */
input.checkbox{
	border:none;
}


/**
 * <textarea>タグ
 */
textarea{
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#333333;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#333333;
	scrollbar-3dlight-color:#333333;
	scrollbar-highlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
}


/**
 * <h1>タグ
 */
h1{
	font-size:27px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:100%;
	margin:0;
	padding:0;
}

/**
 * <h2>、<h3>タグ共通
 */
h2,h3{
	font-size:14px;
	font-weight:normal;
	margin:15px 0 0 0;
	padding:0;
	line-height:150%;
}

/**
 * <h2>タグ
 */
h2{
	font-family:"Arial Black",Impact,sans-serif,"HGP創英角ｺﾞｼｯｸUB","HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Std W8";
}

/**
 * <h3>タグ
 */
h3{
	font-family:"HGP創英角ｺﾞｼｯｸUB","HGS創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ Std W8","Arial Black",Impact,sans-serif;
}


/**
 * Aタグ
 */
a:link,a:visited{
	color: #46366A;
	background-color:transparent;
	text-decoration:none;
}

/**
 * Aタグ onマウス時
 */
a:active,a:hover{
	color: #79695D;
	text-decoration:underline;
	background-color:transparent;
}

/**
 * hrタグ
 */

hr{
	color: #333333;
	filter:alpha(opacity=100,finishopacity=0,style=1);
}

hr .2{
	color: #333333;
	filter:alpha(opacity=100,finishopacity=0,style=2);
}

hr .3{
	color: #333333;
	filter:alpha(opacity=100,finishopacity=0,style=3);
}


/**
 * <h1>タグ内のaタグ設定
 *
 * see h1
 */
h1 a:link,h1 a:visited{
	color:#ffffff;
	background-color:transparent;
	text-decoration:none;
}

/**
 * <h1>タグ内のonマウス時aタグ設定
 *
 * see h1
 */
h1 a:active,h1 a:hover{
	color:#ffffff;
	text-decoration:underline;
	background-color:transparent;
}

/** /タグの基本設定 */

/** ページ全体の設定 */

/** コンテンツ包括 */
#contents_all{
	margin:0 auto;
	text-align:left;
	border-width:0 2px;
	border-style:none solid;
	border-color:#333333;
	voice-family:inherit;
	width:900px;
	color:#333333;
	background-color:#ffffff;
}

/**
 * コンテンツ区切り
 */
.contents{
	padding:0 5px;
}

/**
 * コンテンツヘッダー
 */
#header{
	background-color: #333333;
	background-image: url(http://www.five-foxes.com/img/topimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 153px;
	color:#ffffff;
	text-align:center;
	padding:15px 0;
}

#header.introduction{
	color:#ffffff;
	background-color:transparent;
	margin:0;
	padding:0;
}

/**
 * 左メニュー
 */
#leftmenu{
	float:left;
}

/**
 * 中央
 */
#main{
	width:500px;
	float:left;
	overflow:hidden;
}

#main_noright{
	width:675;
	float:left;
	overflow:hidden;
}


#main h2,#main_noright h2{
	color:#333333;
	background-color:transparent;
	text-align:center;
}

#main h2 a:link,#main h2 a:visited,#main_noright h2 a:link,#main_noright h2 a:visited{
	color: #46366A;
	background-color:transparent;
	text-decoration:none;
}

#main h2 a:active,#main h2 a:hover,#main_noright h2 a:active,#main_noright h2 a:hover{
	color: #79695D;
	background-color:transparent;
	text-decoration:none;
}

#main form,#main_noright form{
	margin:12px 0 15px 0;
}

/**
 * 右メニュー
 */
#rightmenu{
	float:right;
}

/**
 * フッター
 */
#footer{
	clear:both;
	background-color:#333333;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	padding:10px 0;
	height: 50px;
}
#footer a:link,#footer a:visited{
	color:#ffffff;
	text-decoration:none;
	background-color:transparent;
}

#footer a:hover,#footer a:active{
	text-decoration:underline;
	background-color:transparent;
	color:#ffffff;
}

/** /ページ全体の設定 */

/** メニュー用設定 */
.menu{
	font-size:11.5px;
	width:175px;
	overflow:hidden;
}


.menu h2,.menu h3{
	font-size:13px;
	color:#333333;
	background-color:transparent;
	text-align:center;
}

.menu ul{
	margin:0;
	padding:0;
}

.menu li{
	list-style-type:none;
}

.menu form{
	margin:15px 0;
}

.listmark{
	color:#333333;
	background-color:transparent;
	margin-right:1px;
}

.menuimg{
	margin-top:3px;
	text-align:center;
}

.menuimg img{
	border-style:solid;
	border-width:1px;
	border-color:#333333;
}

.othermenu{
	text-align:center;
	margin:15px 0;
	padding:0;
}


/** /メニュー用設定 */

/** DOCUMENT */
.entrytitle{
	color:#333333;
	background-color:transparent;
	border-top:1px solid #333333;
	text-align:center;
	line-height:100%;
	padding-top:3px;
}

.entrytext{
	margin:5px 0;
}

.navi,.topnavi{
	text-align:center;
	margin:15px 0;
}

.status{
	text-align:center;
}

.entrytext a:link,.entrytext a:visited{
	color: #46366A;
	background-color:transparent;
	text-decoration:none;
}

.entrytext a:active,.entrytext a:hover{
	color: #79695D;
	background-color:transparent;
	text-decoration:underline;
}

.topnavi a:link,.topnavi a:visited{
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}

.topnavi a:active,.topnavi a:hover{
	color:#7f7f7f;
	background-color:transparent;
	text-decoration:none;
}


.commentform input{
	margin-left:5px;
}

.commentform input,.commentform textarea{
	margin-top:3px;
}

.commentform td{
	font-size:13px;
}

/** /DOCUMENT */


/** カレンダー用設定 */

/** 
 * カレンダー<table>タグ
 */
#calendar table{
	border-width:1px 0 0 1px;
	border-style:solid none none solid;
	border-color:#333333;
}

/** 
 * カレンダー<td>タグ
 */
#calendar td{
	font-size:11px;
	line-height:180%;
	text-align:center;
	overflow:hidden;
	width:20px;
	height:20px;
}

/**
 * 平日
 */
#calendar .weekday{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
}

#calendar .weekday a:link,#calendar .weekday a:visited{
	color:#333333;
	text-decoration:none;
	display:block;
}

#calendar .weekday a:hover,#calendar .weekday a:active{
	background-color:#666666;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

/**
 * 土曜
 */
#calendar .saturday{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color:#5c5ce6;
}

#calendar .saturday a:link,#calendar .saturday a:visited{
	color:#5c5ce6;
	text-decoration:none;
	display:block;
}

#calendar .saturday a:hover,#calendar .saturday a:active{
	background-color:#5c5ce6;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

/**
 * 休日
 */
#calendar .holiday{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color:#cc0000;
}

#calendar .holiday a:link,#calendar .holiday a:visited{
	color:#cc0000;
	text-decoration:none;
	display:block;
}

#calendar .holiday a:hover,#calendar .holiday a:active{
	background-color:#cc0000;
	color:#ffffff;
	text-decoration:none;
	display:block;
}

/**
 * 平日用ヘッダ
 */
#calendar .weekday_header{
	border-bottom:1px solid #333333;
	background-color:#333333;
	color:#ffffff;
}

/**
 * 日曜用ヘッダ
 */
#calendar .sunday_header{
	border-bottom:1px solid #333333;
	background-color:#333333;
	color:#cc0000;
}

/**
 * 土曜用ヘッダ
 */
#calendar .saturday_header{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	background-color:#333333;
	color:#5c5ce6;
}

/**
 * カレンダー用ナビゲーション
 */
#calendar .calendarnavi{
	text-align:center;
	font-size:13px;
}


/** /カレンダー用設定 */

/** エラー用設定 */

/**
 * 全体枠
 */
div.error_all{
	width: 480px;
	border-left: solid 4px #D94545;
	border-bottom: solid 1px #D94545;
	
}

/**
 * タイトル部分
 */
div.error_all .error_title{
	width: 100%;
	font-size: 10pt;
	font-family: Impact,Arial,Verdana,sans-serif;
	letter-spacing: 0.4em;
	color: #FFFFFF;
	background-color: #D94545;
	padding: 1px 1em 1px 0.7em;
	border-left: solid 3px #FFD9EE;
	filter: alpha(opacity=100,finishopacity=10,style=1);
}

/**
 *内容部分
 */
div.error_all .error_text{
	width: 100%;
	font-size: 9pt;
	color: #151515;
	padding: 0.7em;
	border-top: solid 1px #D94545;
	border-right: solid 1px #FFF5F5;
	border-left: solid 3px #FFD9EE;
}
/**
 * エラーリスト
 */
div.error_all .error_message{
	font-size: 14.1px;
	color: #FF0000;
}

.contents_error{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	background-color:#ff0000;
	font-weight: bold;
	color:#ffffff;
}

.contents_error .contents_necessary{
	color:#ffffff;
}


/** /エラー用設定 */

/** 全コンテンツ共通 */

/**
 * コンテンツタイトル
 */
.contents_title{
	border-width : 0px 0px 1px 25px;
	border-style : solid ;
	border-color : #333333;
	padding-left : 10px;
	margin-right : 0%;
}

.contents_subtitle{
	border-width : 0px 0px 1px 15px;
	border-style : solid ;
	border-color : #C8C8C8;
	padding-left : 7px;
	margin-right : 5%;

}

.contents_help{
	cursor:help;
}

.contents_index{
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	background-color:#333333;
	color:#ffffff;
}

.contents_necessary{
	color:#ff8000;
}

.contents_value{
	border:1px solid #333333;
	background-color:#ffffff;
	color:#333333;
}

/**
 * コンフォーム
 *
 */
.confirm{
	width: 480px;
	border-left: solid 4px #747474;
	border-bottom: solid 1px #747474;
}

.confirm .title{
	width: 100%;
	font-size: 10pt;
	font-family: Impact,Arial,Verdana,sans-serif;
	letter-spacing: 0.4em;
	color: #FFFFFF;
	background-color: #747474;
	padding: 1px 1em 1px 0.7em;
	border-left: solid 3px #DADADD;
	filter: alpha(opacity=100,finishopacity=10,style=1);
}

.confirm .text{
	width: 100%;
	font-size: 9pt;
	color: #151515;
	padding: 0.7em;
	border-top: solid 1px #747474;
	border-right: solid 1px #F5F5F5;
	border-left: solid 3px #DADADD;
}


/** 全コンテンツ共通 */

/** コピーライト用 */
#footer .copy1{
	font-size : 14px;
	letter-spacing : -1px;
	color : #FFFFFF;
}
#footer .copy1 span,#footer .copy2 span,{
	color : #333333;
}
#footer .copy2{
	font-size : 7pt;
	font-family : Arial,Times;
	color : #FFFFFF;
	text-align: center;
}
/** /コピーライト用 */

/** BBS **/
th {
	background: #778899;
	color: #ffffff;
	padding: 2px;
	vertical-align: middle;
}

.outer {
	border: solid 1px #c0c0c0;
}

.even {
	background: #efefef;
	margin: 0;
	padding: 5px;
}

.odd {
	background: #e6e6e6;
	margin: 0;
	padding: 5px;
}
.innor
	background: #f5f5f5;
	color: #2f5376;
	font-size: 0.8em;
	font-weight:bold;
	margin: 2px;
	padding: 2px;
	border: solid 1px #c0c0c0;
}

/** /BBS **/


/** Link **/
.linkall{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.linkall p,td{
	font-size: 10pt;
}
.linkall h2{
	font-size: 9pt;
	font-family: Tahoma,Arial,sans-serif;
	font-weight: normal;
	margin: 0px 0.3em 0.7em 0px;
	padding: 0px 1em 1px 1em;
	border-bottom: dashed 1px #999596;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: right;
}
.linkall .linkbox{
	width: 430px;
	border-style: solid;
	border-width: 4px 1px 1px 1px;
	border-color: #636364;
	padding: 1em;
	text-align: left;
	background-color: #FEFEFE;
}
.linkall .menu{
	font-size: 8pt;
	font-family: Tahoma,Arial,sans-serif;
	text-align: center;
	margin: 0.6em;
}
.linkall .linkcontents{
	border-left: solid 5px #DFDCDB;
	margin: 3em 0.2em 1em 0.2em;
	padding: 0px 0.5em 0.5em 0.5em;
}
.linkcontents dl{
	margin: 0px;
}
.linkcontents dt{
	font-weight: bold;
	padding: 1px 1em 1px 0.3em;
	border-bottom: solid 1px #CCC5C6;
}
.linkcontents dd{
	font-size: 9px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	margin: 0px;
	padding: 0.3em;
}

/** /Link **/