/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */

* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	font-size:0.8em;
	color:#333333;
	
/* ▼font-family は指定しなくてもよいです。*/
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
img {
	border:none;
	vertical-align:top;
}

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */


#header {
	width: 100%;
	text-align:center;
	
}
#headerInner {
	width: 100%;
	
}
#headerBody {
	width: 840px;
	height:50px;
	margin:0px auto;position: relative;
}
#header #site_title {
	float:left;
	margin:20px 0px 0px 20px;
	width: 500px;
	text-align:left;
}
#header #site_title h1, 
#header #site_title p {
	color:#808080;
	font-size:18px;
	font-weight: bold;
}
#headersite{font-size: 10px;
	position: absolute;
	top: 0px;	
	right: 0px;}

#headerBody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */


#topimage {	
	width: 830px;
}
#topimageInner {
	width: 100%;
	background:url(img/ac_ma.gif) no-repeat top center;
}
#topimageBody {
	width: 840px;
	height:230px;
	margin:0px auto;
}

/* /////////////////////////////////////////// */
/* グローバルナビ
/* 
/* 横幅840px　ナビ7個の場合は下記の設定ですが、
/* ナビの数を変更したい場合は「#global_nav li a」を変更します。
/* 
/* ナビ6個の場合　width:109px;　→　width:129px;
/* ナビ5個の場合　width:109px;　→　width:157px;
/* 
/* 横幅840px　÷　ナビの数　−　11px（padding＋border）
/* 割りきれるナビの数で調整してください。
/* 
/* /////////////////////////////////////////// */

#global_nav {
	clear:both;
	width:840px;
	margin:0px auto;
text-align:center;font-weight:bold;
position: absolute;
	bottom: 0px;	
	}
}
#global_nav ul {
	border-left:#ffffff 1px solid;
	width:840px;
}
#global_nav li {
	float:left;
	background: url(img/nav.gif) repeat-y top left;
	border-right:#ffffff 1px solid;
}
#global_nav li.li_here {
	background: url(img/nav_on.gif) repeat-y top left;
	color:#FFFFFF;
}
/* ▼ナビの個数を変更する場合は、ここを変更 */
#global_nav li a{
	width:129px;
	display:block;
	padding: 2px 5px 1px 5px;
}
#global_nav li a:hover{
	background: url(img/nav_on.gif) repeat-y top left;
	color:#FFFFFF;

}
#global_nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* /////////////////////////////////////////// */
/* メイン
/* /////////////////////////////////////////// */


#main {
	width:840px;
	margin: 0px auto;
	padding-top: 5px;
}

#main02{width:840px;position: absolute;bottom:0px;}
#contents {
	width:840px;
	margin: 0px auto;
}
#ma_box p{color:#353535;font-weight:bold;text-shadow: 1px 1px 3px #fff;}
.ma_tx{background-color:#808080;}
#ma_0{width:500px;position: absolute;top: 100px;left: 25px;}
#ma_1{width:400px;position: absolute;top: 260px;left: 20px;}
#ma_2{width:250px;position: absolute;top: 100px;right: 10px;}
#ma_3{width:250px;position: absolute;top: 170px;right: 10px;}
#ma_4{width:250px;position: absolute;top: 450px;left: 20px;}
#ma_5{width:310px;height:310px;position: absolute;bottom: 100px;right: 10px;text-align:center;background:url(img/en.gif) no-repeat top center;}
#ma_6{width:800px;position: absolute;bottom: 20px;left: 25px;}
#ma_000{text-shadow: 1px 1px 3px #00e300;}
.ma_001{background-color:#400000;}
#ma_ce{text-align:center;}
#ma_ce p{font-size:20px;}
#ma_ma{margin:5px 0px 30px 0px;}
#green{color:#008000;font-weight:bold;margin:5px 0px 20px 0px;font-size:24px;}
/* /////////////////////////////////////////// */
/* ページトップ
/* /////////////////////////////////////////// */

#pagetop {
	width:840px;
	clear: both;
	margin: 0px auto;
	text-align:right;
}
#pagetop p {
	padding: 0px;
	margin: 0px;
}

/* /////////////////////////////////////////// */
/* フッター
/* /////////////////////////////////////////// */

#footer {
clear: both;
	width:840px;
	margin: 0px auto;
	color:#FFFFFF;
	background:url(img/footer_bg.gif) repeat-x top left;
}
#footerInner {
	width:840px;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: center;
}

/* /////////////////////////////////////////// */
/* トップページ
/* /////////////////////////////////////////// */

#table_top {
	width:840px;
	margin: 0px auto 0px  auto;
}
#table_left {
	float:left;
	width:400px;
}
#table_right {
	float:right;
	width:400px;
}

/* //////////////////////////////////// */
/* テキスト
/* //////////////////////////////////// */


/* //////////////////////////////////// */
/* 見出しタグ指定
/* //////////////////////////////////// */

#topcontents h2 ,
#maincontents h2  {
text-align:center;
	font-weight: normal;
	clear: both;
	color: #FFFFFF;
	width: 820px;
	padding: 25px 10px 3px 10px;
	margin-bottom: 10px;
	font-size:20px;
	
}
#topcontents h3 ,
#maincontents h3{
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	padding: 3px 10px;
	margin-bottom: 10px;text-align:center;
	
}
#topcontents p ,
#maincontents p{
	margin:0px 20px 10px 20px;
}

#bl{
margin:10px 20px 10px 20px;font-size:18px;font-weight:bold;line-height:2.3;text-shadow: 1px 1px 3px #fff;color:#FF0000;
}
#bl p{font-weight:normal;font-size:0.8em;}

#bl_sita{
margin:10px 20px 10px 20px;font-size:16px;font-weight:bold;line-height:2;text-shadow: 1px 1px 3px #fff;
}


/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {text-decoration: underline;color: #333333;}
a:hover {text-decoration: none;color: #999999;}


/* //////////////////////////////////// */
/* リスト関連
/* //////////////////////////////////// */

ul.ul_nomal {
	margin-bottom:10px;
}
ul.ul_nomal li {
	padding-left: 2em;
	list-style: none;
	background: url(img/li_icon.gif) no-repeat 4px 5px;
}
#maincontents ol {
	margin: 0px 0px 10px 0px;
	padding-left: 2em;
}
#maincontents ol li {
	list-style: decimal;
}

/* //////////////////////////////////// */
/* テキスト装飾
/* //////////////////////////////////// */

#global_nav a:link, #global_nav a:visited, #global_nav a:active {
	text-decoration: none;color:#400000;}
#global_nav a:hover   {text-decoration: none;color: #CCCCCC;}

#local_nav a:link, #local_nav a:visited, #local_nav a:active {
	text-decoration: none;color: #666666;}
#local_nav a:hover   {text-decoration: none;color: #000000;}


.p_photo_l img {
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.p_photo_r img {
	float:right;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#headersite a:link    {text-decoration: none;color: #808080;}
#headersite a:visited {text-decoration: none;color: #808080;}
#headersite a:active  {text-decoration: none;color: #808080;}
#headersite a:hover   {text-decoration: underline;color: #ff476d;}

#footer address {
	font-style: normal;
	font-weight: normal;
}
#footer a:link    {text-decoration: none;color: #FFFFFF;}
#footer a:visited {text-decoration: none;color: #FFFFFF;}
#footer a:active  {text-decoration: none;color: #FFFFFF;}
#footer a:hover   {text-decoration: underline;color: #ff476d;}

.text_red{color: #CC0000;}
.text_blue{color: #3333CC;}
.text_green{color: #006600;}
.text_orange{color: #FF6600;}

.text_bold{font-weight: bold;}

/* //////////////////////////////////// */
/* テーブル指定
/* //////////////////////////////////// */

table.tbl_nomal {
	width: 100%;
	margin-bottom: 10px;
	border-top: #FBD8B6 1px solid;
	border-left: #FBD8B6 1px solid;
}
table.tbl_nomal caption{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}
table.tbl_nomal th{
	border-bottom: #FBD8B6 1px solid;
	border-right: #FBD8B6 1px solid;
	background-color: #FBDBBC;
	padding: 3px 5px;
}
table.tbl_nomal td{
	border-bottom: #FBD8B6 1px solid;
	border-right: #FBD8B6 1px solid;
	padding: 3px 5px;
}
table.tbl_nomal th.th_color {
	background-color: #FDEEE0;
}
table.tbl_nomal td.td_color {
	background-color: #F5F5F5;
}

/* //////////////////////////////////// */

