/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */

* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	font-size:0.8em;
	color:#333333;
	background-color:#BE005F;
/* ▼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;
}

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#wrapper {
	width: 100%;
	text-align:left;
	background-color:#FFFFFF;
}
#header {
	width: 100%;
	text-align:center;
	background:#BE005F url(../images/header_bg.jpg) repeat-x top left;
}
#headerInner {
	width: 100%;
	background:url(../images/header_body.jpg) no-repeat top center;
}
#headerBody {
	width: 840px;
	height:105px;
	margin:0px auto;
}
#header #site_title {
	float:left;
	margin:35px 0px 0px 0px;
	width: 500px;
	text-align:left;
}
#header #site_title h1, 
#header #site_title p {
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
}
#headerSearch {
	float:right;
	width: 240px;
	margin:50px 0px 0px 0px;
}
#headerSearch input{
	vertical-align:middle;
}
#searchBox {
	width: 140px;
	margin-right: 5px;
}
#headerBody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */
#topcontents {
	float: left;
	width: 590px;
}
#topinfo {
	float: right;
	width: 230px;
}
#topinfo h2 {
	background-color: #F7DCDC;
	padding: 3px 5px;
}
#topimage {
	background: url(../images/bg_dot.gif);
	padding: 4px;
	border: #FBD8B6 1px solid;
	width: 830px;
	margin-bottom: 10px;
}
dl.info {
	background-color: #FEEFF9;
	padding: 10px;
}
dl.info dt {
	font-size: 80%;
	border-bottom: #F7DCDC 1px dotted;
}
dl.info dd {
	margin-bottom: 5px;
}

/* /////////////////////////////////////////// */
/* グローバルナビ
/* 
/* 横幅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;
}
#global_nav ul {
	border-left:#E1008E 1px solid;
	background-color:#EE009A;
	width:840px;
}
#global_nav li {
	float:left;
	background: #EE009A url(../images/menu_off.jpg) repeat-x top left;
	border-right:#E1008E 1px solid;
}
#global_nav li.li_here {
	background:#8D003B url(../images/menu_on.jpg) repeat-x top left;
	color:#FFFFFF;
}
/* ▼ナビの個数を変更する場合は、ここを変更 */
#global_nav li a{
	width:109px;
	display:block;
	padding: 10px 5px 5px 5px;
}
#global_nav li a:hover{
	background:#8D003B url(../images/menu_on.jpg) repeat-x top left;
	color:#FFFFFF;
}
#global_nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* /////////////////////////////////////////// */
/* メイン
/* /////////////////////////////////////////// */

#mainLeft {
	clear:both;
	width:100%;
	background:url(../images/body_left.jpg) repeat-y top left;
}
#mainRight {
	width:100%;
	background:url(../images/body_right.jpg) repeat-y top right;
}
#main {
	width:840px;
	margin: 0px auto;
	padding-top: 5px;
}
#contents {
	width:840px;
	margin: 0px auto;
}

/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu {
	margin: 5px 0px;
	color: #FC74C2;
}

/* /////////////////////////////////////////// */
/* ローカルナビ
/* /////////////////////////////////////////// */

#local_nav {
	width: 230px;
	float: left;
}
#nav_box {
	background: url(../images/bg_dot.gif);
	padding: 4px;
	border: #F7DCDC 1px solid;
	width: 220px;
}
#nav_box h2 {
	color: #A30041;
	background: #FCF3F3 url(../images/lnav_bg.jpg) repeat-x top left;
	padding: 3px 5px;
	width: 210px;
}
#nav_box ul {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#nav_box ul li {
	padding: 8px 5px 8px 20px;
	margin: 0px 5px;
	border-bottom: #F7DCDC 1px dotted;
	background: url(../images/lnav_icon.gif) no-repeat 8px 15px;
}
#maincontents {
	width: 590px;
	float: right;
}

/* /////////////////////////////////////////// */
/* ページトップ
/* /////////////////////////////////////////// */

#pagetop {
	width:840px;
	clear: both;
	margin: 0px auto;
	text-align:right;
}
#pagetop p {
	padding: 0px;
	margin: 0px;
}

/* /////////////////////////////////////////// */
/* フッター
/* /////////////////////////////////////////// */

#footer {
	width:100%;
	margin: 0px auto;
	color:#FFFFFF;
	background:url(../images/footer_bg.jpg) 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;
}



#pagetitle h1 {
	padding: 30px 10px;
	width: 810px;
	font-size: 140%;
}
#pagetitle h1.h1_nomal {
	background: url(../images/h1_bg01.jpg) no-repeat top left;
}

#topcontents h2 ,
#maincontents h2  {
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 570px;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
	border-bottom: #E7018A 5px solid;
	background: #980F55 url(../images/h2_bg.jpg) no-repeat top left;
}

#topcontents h3 ,
#maincontents h3{
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 570px;
	padding: 3px 10px;
	margin-bottom: 10px;
	background-color: #EC9BCE;
}
#topcontents p ,
#maincontents p{
	margin-bottom: 10px;
}


#global_nav a:link, #global_nav a:visited, #global_nav a:active {
	text-decoration: none;color: #FFFFFF;}
#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;
}

#footer address {
	font-style: normal;
	font-weight: normal;
}
#footer a:link    {text-decoration: none;color: #FFCCFF;}
#footer a:visited {text-decoration: none;color: #FFCCFF;}
#footer a:active  {text-decoration: none;color: #FFCCFF;}
#footer a:hover   {text-decoration: underline;color: #FFFFFF;}

.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: #F7DCDC 1px solid;
	border-left: #F7DCDC 1px solid;
}
table.tbl_nomal caption{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}
table.tbl_nomal th{
	border-bottom: #F7DCDC 1px solid;
	border-right: #F7DCDC 1px solid;
	background-color: #F7DEDE;
	padding: 3px 5px;
}
table.tbl_nomal td{
	border-bottom: #F7DCDC 1px solid;
	border-right: #F7DCDC 1px solid;
	padding: 3px 5px;
}
table.tbl_nomal th.th_color {
	background-color: #FEEFF9;
}
table.tbl_nomal td.td_color {
	background-color: #F5F5F5;
}

ul.ul_nomal {
	margin-bottom:10px;
}
ul.ul_nomal li {
	padding-left: 2em;
	list-style: none;
	background: url(../images/li_icon.gif) no-repeat 4px 5px;
}
#maincontents ol {
	margin: 0px 0px 10px 0px;
	padding-left: 2em;
}
#maincontents ol li {
	list-style: decimal;
}


.img
{
float: left;
margin: 0 5px 5px 0;
text-align: center;
}

/* /////////////////////////////////////////// */
