@charset "utf-8";
@import "reset.css";
/**********************************************************************
	for "common.dwt(template)" Style Sheet
	Last Update 2008-05-20
***********************************************************************/

/***** 全体   */

body {
	text-align: center;
	background: url(img/bg_img.jpg) repeat-x top;
}

#page {
	width: 780px;
	margin: 0 auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	background: #FFFFFF;
}

/*** header   */

#page #header {
	height: 110px;
	width: 780px;
	display: block;
	background: url(img/heder-top.gif) no-repeat;
}

#page #header h1 {
	height: 60px;
	width: 200px;
	padding-top: 20px;
}

#page #header h2 {
	float: right;
	width: 525px;
	padding-right: 20px;
	margin-top: -52px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

/** ヘッダーナビ部分   */

#page #header ul.top_nav {
	height: 30px;
	padding-left: 500px;
	background: url(img/header_nav.gif) no-repeat;
}

#page #header .top_nav li {
	float: left;
	width: 5em;
	padding-right: 20px;
	font-size: 13px;
	display: inline;
	text-indent: 0px;
}

*html body #page #header .top_nav li { /* for IE6 */
	padding-right: 0px;
	width: 80px;
}

#page #header .top_nav li a{
	color: #FFFFFF;
}

#page #header .top_nav li a:hover{
	text-decoration: underline;
}

/*** main   */ 

.uppercase { /* telとfaxを大文字にする為に（直接大文字だと読み上げブラウザで上手く読めない） */
	text-transform: uppercase;
}

/** メニューバー   */

#page #main #menu {
	float: left;
	width: 205px;
	display: block;
}

#page #main .menu_bar {
	background: url(img/menu_bar.gif) no-repeat;
}

#page #main .menu_bar li {
	font-size: 13px;
	text-indent: 14px;
	background: url(img/menu_bar.gif) no-repeat;
}

#page #main .menu_bar a {
	font-size: 100%;
	color: #FFFFFF;
	line-height: 2.5;
}

#page #main .menu_bar a:hover {
	text-decoration: underline;
}

/** コンテンツ  */

#page #main #content {
	float: right;
	width: 530px;
	padding-right: 20px;
}

#page #main #content h3 {
	margin-bottom: 20px;
	border-left: 20px groove #6699CC;
	font-size: 115%;
	font-weight: bold;
	text-indent: 8px;
}

#page #main #content h4 {
	margin: 8px 0;
	border-left: thick solid #639ACE;
	font-size: 105%;
	font-weight: bold;
	color: #182431;
	text-indent: 0.5em;
}

#page #main #content h5 {
	margin: 8px 0;
	font-size: 105%;
	font-weight: bold;
	color: #182431;
	text-indent: 0.5em;
}

#page #main #content p {
	margin-bottom: 10px;
	text-indent: 1em;
}

#page #main #content .goTop {
	padding-top: 10px;
	text-align: right;
	clear: both;
}

/*** footer   */

#page #footer {
	clear: both;
}

#page #footer ul.footer_nav { /* フッターのリンクナビ部分 */
	margin: 0px 50px;
	color: #999999;
	display: block;
}

*html body #page #footer .footer_nav { /* for IE */
	margin: 0px auto;
	width: 700px;
}

#page #footer .footer_nav li {
	float: left;
	margin-top: -3px;
	text-indent: 4px;
	font-size: 11px;
}

#page #footer .footer_nav a {
	color: #999999;
}

#page #footer .footer_nav a:hover {
	text-decoration: underline;
}

#page #footer .copy { /*コピーライト*/
	clear: both;
	font-size: 12px;
	background: url(../common/img/footer_bar.gif) no-repeat;
	color: #FFFFFF;
	text-indent: 500px;
	height: 27px;
	line-height: 2.2;
}

*html body #page #footer .copy { /* for IE6 */
	text-indent: 460px;
}
