@charset "utf-8";
/* 基本設定　ここから */
body {
	color: #333333;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}
a:link {
	color: #666666;
	/*text-decoration: none;*/
}
a:visited {
	color: #999999;
	/*text-decoration: none;*/
}
a:hover {
	color: #7DC21F;
	/*text-decoration: none;*/
}
a:active {
	color: #333333;
	/*text-decoration: none;*/
}
/* 基本設定　ここまで */	
/* テキスト関連 ここから */
.noDisp {
	display:none;
}				
.txt_size_ss {					/* 約10pt（12pt基準） */
	display:inline;
	font-size:85%;	
	height:10px;
}
.txt_size_s {					/* 約11pt（12pt基準） */
	display:inline;
	font-size:95%;			
}
.txt_size_l { 					/* 約14pt（12pt基準） */
	display:inline;
	font-size:120%;
}
.txt_size_m { 					/* 約12pt（12pt基準） */
	display:inline;
	font-size:100%;
}
.txt_size_ll { 					/* 約16pt（12pt基準） */
	display:inline;
	font-size:135%;
}
.txt_size_3L { 					/* 約20pt（12pt基準） */
	display:inline;
	font-size:160%;
	font-weight:bold;
}
.txt_color_orange {				/* オレンジ色 */
	display:inline;
	color:#FF7D26;
	font-weight:bold;
}
.txt_color_green {				/* 緑色 */
	display:inline;
	color:#7DBF1F;
	font-weight:bold;
}
.txt_color_red {				/* 赤色 */
	display:inline;
	color:#FF0000;
	font-weight:bold;
}
.txt_color_pink {				/* ピンク色 */
	display:inline;
	color:#FF657F;
	font-weight:bold;
}
.txt_color_blue {				/* 青色 */
	display:inline;
	color:#0095DD;
	font-weight:bold;
}
.txt_color_brown {				/* 茶色 */
	display:inline;
	color:#99530E;
	font-weight:bold;
}
.txt_color_darkgreen {			/* 深緑 */
	display:inline;
	color:#405F4C;
	font-weight:bold;	
}
.txt_color_purple {				/* 紫色 */
	display:inline;
	color:#660033;
	font-weight:bold;
}
.txt_weight_bold {				/* 太字 */
	display:inline;
	font-weight:bold;
}
/* テキスト関連　ここまで */
/* レイアウト ここから */
#h1 {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	padding-left:20px;
}
#pageBody {					/* 背景ヘッダーブロック */
	width: 990px;
	/*margin-top: 20px;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/com/page_bg.jpg);
	background-repeat: repeat-y;
	position: relative;			
}
#pageTop {					/* 背景ブロック */
	background-image: url(../images/com/page_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#pageFooter {				/* 背景フッターブロック */
	clear:both;
	height: 20px;
	background-image: url(../images/com/page_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}
#header {					/* ヘッダー */
	position:absolute;
	top:21px;
	left:20px;
	height:50px;
	width:950px;
	background-image: url(../images/com/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#header_errror {					/* ヘッダー */
	position:absolute;
	top:21px;
	left:21px;
	height:50px;
	width:950px;
}
#headerLeft {				/* ヘッダー(左) */
	width:475px;
	float:left;
}
#headerRight {				/* ヘッダー(右) */
	width:475px;
	float:right;
}
.smallNavi {				/* ナビゲーション */
	padding-top:5px;
	padding-right:10px;
	text-align:right;
}
h2 {						/* ヘッダーイメージ */
	clear: both;
	padding-top:50px;
}
#contentsWrap {				/* 各カラム外枠 */
	clear: both;
	margin-top: 20px;
}
#column-01 {				/* カラム（左） */
	width: 630px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;						
}
#column-02 {				/* カラム（右） */
	width: 280px;
	padding-left: 0px;
	float: left;						
}
/* レイアウト ここまで */
/* このページのトップへ ここから */
#gotoTop {
	clear: both;
	margin-top:30px;
}
#gotoTop a{
	display:block;
	height:20px;
	width:167px;
	background-image:url(../images/com/gotoTop.gif);
	background-repeat:no-repeat;
	margin-left:783px;
}
#gotoTop a:hover{
	background-image:url(../images/com/gotoTop_hover.gif);
	background-repeat:no-repeat;
}
/* このページのトップへ ここまで */

/* メインコンテンツ　ここから */
.contentData{
	margin-right:20px;
	margin-left:20px;
	margin-top:20px;
}
.contentData_S{
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
}
/* メインコンテンツ　ここまで */
/* サイドコンテンツ　ここから */
.side {
	width:260px;
}
.side .sideHeader {
}
.side .sideData {
	background-image:url(../images/com/side_about_bg.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
}
.sideFooter {
	margin-bottom:20px;
}
/* サイドコンテンツ　ここまで */
/* アクセス方法について ここから */
#access dt {
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#7DBF1F;
}
#access ul {
	display:inline-block;
	margin-bottom:10px;
}
#access li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left:20px;
}
/* アクセス方法について ここまで */
/* サイドリンク ここから */
#linkBanner {
	width:260px;
	padding-bottom:10px;
}
#linkBanner li {
	margin-bottom:10px;
}
/* サイドリンク ここまで */
/* アドビーリーダーダウンロード ここから */
.download_adobereader {
	font-size:80%;
	padding:5px;
	width:250px;
	border: 1px solid #CCCCCC;
}
/* アドビーリーダーダウンロード ここまで */
/* フッター ここから */
#footer {
	background-image:url(../images/com/footer_bg.gif);
	background-repeat:no-repeat;
}
#footerContents {
	padding-top:10px;
	padding-left:5px;	
}
address {
	float:left;
	color: #333333;
	font-style: normal;
	padding-top:5px;
	margin-left:70px;
}
.clearboth {
	clear:both;
}
 /* フッター ここまで */
/* バナーマウスオーバー ここから */
a.bana img:hover{
	  filter: alpha(opacity=80);
	  -moz-opacity:0.80;  
	  opacity:0.80;
}

/* バナーマウスオーバー ここまで */
.txt_right {
	text-align:right;
}
.block {
	display:block;
}
#map {
	display:block;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
}
#error {
	font-size:200%;
	margin-bottom:40px;
	text-align:center;
}
#error_desc {
	font-size:16px;
	margin-bottom:20px;
	text-align:center;
}
#top_url {
	font-size:16px;
	margin-bottom:40px;
	text-align:center;
}
a#mail{
	display:block;
	background-image:url(../images/info/mail.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:5px;
	padding-left:25px;
}
a#mail:link {
	color: #FF657F;
	font-weight: bold;
	/*text-decoration: none;*/
}
a#mail:hover {
	color: #7DC21F;
	font-weight: bold;
	/*text-decoration: none;*/
}
