@charset "Shift_JIS";

body{
	color: #666;
	background-color: #DDE1BD;
	text-align: center;
	margin:0px;
	padding:10px;
	font-size: 12px;
	font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif,Arial;
	line-hight: 17px;
}


/* 全体の背景 */
#bg{
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	width: 750px;
	text-align: center;
	padding: 0px;
	margin: 10px auto 20px auto;
}

/* 汎用スタイル */
#border{
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
	background-image: url(../img/bg_main.gif) !important;
	background-repeat: repeat-y !important;
}
#border img{
	padding: 0;
	margin: 0;
}
.floatClear{
	clear: both;
}
.arrowL, .arrowM, .arrowPdf{
	background-repeat: no-repeat;
	font-weight: bold;
}
.arrowL{
	margin: 0px 0px 12px 5px;
	padding: 4px 24px 6px 26px;
	background-image: url(../img/arrow_L.gif);
	font-size: 14px;
}
a.arrowL{
	background-image: url(../img/arrow_L.gif);
}
a:hover.arrowL{
	background-image: url(../img/arrow_L_on.gif);
}
.arrowM{
	margin: 0px 0px 12px 5px;
	padding: 2px 24px 2px 20px;
	background-image: url(../img/arrow_M.gif);
	font-size: 12px;
}
a.arrowM {
	background-image: url(../img/arrow_M.gif);
}
a:hover.arrowM {
	background-image: url(../img/arrow_M_on.gif);
}

.arrowM2{
	background-repeat: no-repeat;
	font-weight: normal;
}

/* 2009.06.18 Add_Tamayama Start */
.arrowM2{
	margin: 0px 0px 12px 5px;
	padding: 2px 10px 2px 20px;
	background-image: url(../img/arrow_M.gif);
	font-size: 12px;
}
a.arrowM2 {
	background-image: url(../img/arrow_M.gif);
}
a:hover.arrowM2 {
	background-image: url(../img/arrow_M_on.gif);
}
/* 2009.06.18 Add_Tamayama End */

/* 2009.07.15 Add_Tamayama Start */
.arrowPdf{
	margin: 0px 0px 12px 5px;
	padding: 2px 10px 2px 20px;
	background-image: url(../profile/img/icon_pdf.gif);
	font-size: 12px;
	font-weight:normal;	
}
a.arrowPdf {
	background-image: url(../profile/img/icon_pdf.gif);
}

/* 2009.07.15 Add_Tamayama End */

.text12px{
	font-size: 12px !important;
	line-height: 17px !important;
}
.text10px{
	font-size: 10px !important;
	line-height: 14px !important;
}

/* ヘッダ */
#header{
	width: 750px;
}
#headerLogo{
	float: left;
	text-align: left;
	padding-left: 47px;
}
#headerNavi{
	float: right !important;
	width: 400px;
	text-align: right;
	padding: 26px 28px 0px 0px;
}
#headerSearch{
	float: right;
	margin: 6px 0px;
}
#headerSearch input{
	float: left;
	margin-left: 3px;
	margin-right: 5px;
}
.headerSearchWord{
	border: 1px solid #999;
	font-size: 10px;
	height: 14px;
}

#menu{
	clear: both;
	width: 684px;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
}

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


#menu a {
	color: #F60 !important;
	text-decoration: none;
}

#menu a:hover {
	color: #F90 !important;
	text-decoration: underline;
}



/* タイトル */
#title{
	width: 684px;
	text-align: left;
	margin: 10px auto 0 auto;
}
#title p{
	margin: 9px 0px;
	font-size: 10px;
}
#title a {
	color: #666;
	text-decoration: none 
}
#title a:hover {
	color: #F60;
	text-decoration: underline ;
}

#title h1{
	/*width: 684px;*/
	background:url('../img/headingbg.gif') repeat-y;
	margin: 0px;
	padding: 4px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-indent: 12px;
}

/* メイン部分 */
#main{
	width: 684px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/bg_main.gif) !important;
	background-repeat: repeat-y !important;
}

#mainOneCol{
	width: 684px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF !important;
}

/* コンテンツ */
#contents{
	float: left;
	width: 544px;
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #CCC;
	background-image: url(../img/spacer_white.gif) !important;
}

#contents a {
	color: #F60 !important;
	text-decoration: none;
}
#contents a:hover {
	color: #F90 !important;
	text-decoration: underline;
}

#contentsAll {
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
	background-image: url(../img/spacer_white.gif) !important;
}

#contents a {
	color: #F60 !important;
	text-decoration: none;
}

#contentsAll a {
	color: #F60 !important;
	text-decoration: none;
}

#contents a:hover {
	color: #F90 !important;
	text-decoration: underline;
}

#contentsAll a:hover {
	color: #F90 !important;
	text-decoration: underline;
}


/* コンテンツ見出し */
#contents h2{
	margin: 20px 24px 12px 5px;
	padding: 2px 0px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 18px;
}
/* ▽▽▽コンテンツ冒頭にh2見出しのない場合に使用▽▽▽ */
.h2Dummy{
	margin: 19px 0px 0px 0px;
	padding: 0;
}

#contents h3{
	margin: 8px 24px 12px 5px;
	padding: 0px 0px 1px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

#contentsAll h3{
	margin: 8px 0px 12px 12px;
	padding: 0px 0px 1px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

#contents h4{
	margin: 3px 24px 9px 10px;
	padding-botton: 2px;
	font-size: 12px;
	font-weight: bold;
}

#contentsAll h4{
	margin: 3px 0px 9px 24px;
	padding-botton: 2px;
	font-size: 12px;
	font-weight: bold;
}

#contents h5{
	margin: 3px 24px 5px 15px;
	padding-botton: 0px;
	font-size: 12px;
	font-weight: normal;
}

#contentsAll h5{
	margin: 3px 0px 5px 24px;
	padding-botton: 0px;
	font-size: 12px;
	font-weight: normal;
}

#contents p{
	margin: 0px 0px 14px 15px;
	line-height: 18px;
	padding-right: 24px;
}

#contentsAll p{
	margin: 0px 0px 14px 24px;
	line-height: 18px;
	padding-right: 12px;
}

/* ページトップへ戻る */
#pagetop,#pagetop1,#pagetop2,#pagetop3,#pagetop4,#pagetop5,#pagetop6,#pagetop7{
	padding: 0px 0px 24px 456px;
	margin: 0 !important;
}

#pagetopAll {
	padding: 0px 0px 24px 620px;
	margin: 0 !important;
}

/* 右サブメニュー */
#submenu{
	float: right;
	width: 140px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}
/* ▽▽▽右サブメニューなしの場合に使用▽▽▽ */
#submenuNone{
	float: right;
	width: 140px;
	margin: 0 !important;
	padding: 0 !important;
}
#submenu ul{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none url(../img/spacer.gif) outside;
}
#submenu li{
	margin: 0px;
	background-repeat: no-repeat;
}
.submenuNormal, .submenuCurrent {
	font-size: 12px;
	line-height: 15px;
	padding: 9px 0px 9px 20px;
}

.submenuHead {
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0 0 20px;
}

.submenuNormal a{
	color: #666;
	text-decoration: none;
}
.submenuNormal a:hover {
	color: #F60;
	text-decoration: underline;
}
.submenuSmall, .submenuSmallCurrent, .submenuSmallEnd{
	font-size: 10px;
	line-height: 12px;
	border-style: none !important;
}
.submenuSmall, .submenuSmallCurrent{
	font-weight: bold;
	padding: 12px 0px 0px 26px !important;
}
.submenuSmall a{
	color: #F90 !important;
}
.submenuSmall a:hover{
	color: #F60 !important;
}
.submenuSmallEnd{
	margin: 0px !important;
	padding: 0px !important;
	background-image: url(../img/bg_submenu.gif);
}

.inpageSubmenu ul{
	list-style:none;
	margin-left:15px;
	padding-left:0;
}

.inpageSubmenu li{
	line-height:1.5;
}


/* フッター */
#footer{
	width: 750px;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
}
#footerNavi{
	float: left;
	width: 360px;
	text-align: left;
	padding: 12px 0px 24px 32px;
	margin: 0;
}
#footerNavi span{
	float: left;
	margin: 0;
	padding: 0px 16px 0px 11px;
	background-image: url(../img/footer_navi_mark.gif);
	background-repeat: no-repeat;
}
#footerNavi a{
	color: #666;
	text-decoration: none;
}
#footerNavi a:hover{
	color: #F60;
	text-decoration: underline;
}
#footerCopyright{
	float: right;
	width: 200px;
	text-align: right;
	padding: 12px 32px 24px 0px;
	margin: 0;
}
#footerBottom{
	clear: both;
	margin: 0;
	padding: 0;
}
