@charset "Shift_JIS";
body{
	font-size			: 10pt;
	background-image		: url(../img/bg_dot.gif);
	margin-top			: 3px;
	line-height			: 100%;
}
img{
	border				: none;
} 
h1{
	display				: inline;
	font-size			: 14pt;
	font-weight			: bold;
}
a{
	color				: #000;
}
td{
	line-height			: 120%;
}
.pagetitle{
	text-align			: center;
}	

/* ページ枠 */
#top,#bottom{
	margin-left			: auto;
	margin-right		: auto;
	width				: 752px;
	height				: 21px;
	clear				: both;
}
#top{
	background-image	: url(../img/bg_top.gif);
	background-position	: bottom;
	background-repeat	: no-repeat;
}
#bottom{
	background-image	: url(../img/bg_bottom.gif);
	background-position	: top;
	background-repeat	: no-repeat;
}
#center{
	margin-left			: auto;
	margin-right		: auto;
	width				: 752px;
	background-image	: url(../img/bg_center.gif);
	background-repeat	: repeat-y;
}

#center:after {
    content				: "";
    display				: block;
    clear				: both;
    overflow			: hidden;
}

.contents{
	padding-left		: 1em;
	padding-right		: 1em;	
}
.contents2{
	padding-left		: 2em;
	padding-right		: 2em;	
}

/* お問い合わせ･サイトマップ */
#quick_menu{
	text-align			: right;
	padding-right		: 1em;
	font-size			: 10pt;
	background-image	: inharit;
}

/* ロゴエリア */
#logo_area{
	float				: left;
	padding				: 0 30px 0 30px;

}
/* サブタイトル */
#subtitle{
	float				: left;
	font-size			: 10pt;
	background-image	: url(../img/bg_colorball.gif);
}
/* 区切り線 */
.bar{
	padding-left		: 4px;
}

/* メニューエリア */
.menubox{
	padding				: 0;
	float				: left;
	text-align			: center;
	font-size			: 10pt;
	background-color	: inharit;
}
/* メニューボックス */
.menubox-width{
	width				: 116px;
}
.menubox-width-left{
	width				: 140px;
	padding-left		: 24px;
}
.menubox img {
	vertical-align		: top;
}
.menubox a{
	color				: #333;
	text-decoration		: none;
	font-weight			: bold;
}
.menubox a:hover{
	color				: #000;
	text-decoration		: none;
	background-color	: #ffff99;
}

/* パンくずリスト */
.topic-path{
	padding-left		: 2em;
	font-size			: 10pt;
	padding-bottom		: 5px;
}
.topic-path img{
	margin-bottom		: -5px;
}
.topic-path a{
	font-weight			: bold;
	text-decoration		: none;
}
.topic-path a:hover{
	background-color	: #ff3;
}

/* subtitle:説明文背景 */
.subtitle-top{
	background-image	: url(../img/subtitle-waku.gif);
	width				: 700px;
	margin-left			: 25px;
	height				: 17px;
}
.subtitle{
	background-image	: url(../img/subtitle-waku.gif);
	background-repeat 	: repeat-y;
	width				: 660px;
	margin-left			: 25px;
	padding				: 10px 20px 10px 20px;
	font-size			: 10pt;
	margin-top		: 5px;
}
.subtitle-bottom{
	background-image	: url(../img/subtitle-bottom.gif);
	width				: 700px;
	margin-left			: 25px;
	height				: 16px;
}
/* クリア */
.clear{
	clear				: both;
}
#footer{
	padding-top			: 2em;
	text-align			: center;
	font-size			: 10pt;
}

/* テキスト強調 */
.point{
	font-weight			: bold;
}

.pinkframe{
	background-image	: url(../img/frame_pink.gif);
	background-repeat	: no-repeat;
	font-size			: 10pt;
}
.center{
	text-align			: center;
}
.center td{
	text-align			: left;
}

.hilight{
	background-color		: #fcf;