@charset "Shift_JIS";

/* ------------------------------------- 
 *	サイト名
 * ------------------------------------- */

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #333399;
	padding-left: 1em;
	padding-top: 3px;
	margin: 0px;
}

/* ------------------------------------- 
 *	テキスト
 * ------------------------------------- */

.text_s {font-size: 82%;}
.text_sb {font-size: 82%;font-weight: bold;}
.text_m {font-size: 90%;}
.text_mb {font-size: 90%;font-weight: bold;}

.comment {
	text-indent: 1em;
	margin: 0px;
	line-height: 150%;
	padding: 0.5em 0em;
}

.comment_line {
	margin: 0px;
	line-height: 150%;
	padding: 0.5em 0em;
	color: #666666;
}

/* ------------------------------------- 
 *	リンクの色設定
 * ------------------------------------- */

a:link    {text-decoration: none;color: #696969;}
a:visited {text-decoration: none;color: #696969;}
a:active  {text-decoration: none;color: #696969;}
a:hover   {text-decoration: underline;color: #CC6699;}

/* ------------------------------------- 
 *	ヘッダーメニュー設定
 * ------------------------------------- */

#menu {
	margin: 0px;
	padding: 0px;
}

#menu a{
	background-image: url(../images/menu_bg_off.jpg);
	background-repeat: no-repeat;
	width: 105px;
	height: 31px;
	display: block;
	padding-top: 5px;
	list-style-type: none;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#menu a:hover{
	background-image: url(../images/menu_bg_on.jpg);
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------------------------------- 
 *	トップ・お知らせ、更新履歴
 * ------------------------------------- */

dl.line{
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 5px;
	margin: 0px;

}
dl.line dt{
	margin:0px 1em 0px 0px;
	color: #999999;
}
dl.line dd{}

/* ------------------------------------- 
 *	パンくずナビ等
 * ------------------------------------- */

#pankuzu {margin-bottom:10px; font-size:12px;}

/* ------------------------------------- 
 *	ページタイトル（ご自由に変更してください）
 * ------------------------------------- */

#pagetitle{
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	background-image: url(../images/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 1em;
}

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

#footer {
	width: 680px;
	background-image: url(../images/bottom02.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#address{
	background-image: url(../images/add_bg.jpg);
	background-repeat: repeat-x;

}

address{
	text-align:center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	color: #666666;

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

#cc{font-size: 11px;}