@charset "UTF-8";
/*　メインレイアウト用　*/

html {
	height: 100%;
	text-align: center;
}

body{
	background:#dddddd;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
	/* Hack for modern Browser */
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: center;
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}

div{
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

#wrapper{
	background:url(/image/custom/back.jpg) repeat-y;
	margin: 0px auto;
	width: 810px;
}

#header{
	background:url(/img/portal_header.jpg)  no-repeat;
	margin: 0px 5px 0px 5px;
	padding-top: 0px;
	width: 800px;
	height: 90px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	text-indent: -10000px;
	overflow: hidden;
}


/* カラム左「メニュー」 */
#menu{
	float: left;
	width: 180px;
	padding: 0px;
	padding-left: 5px;
	display: inline;
}


/* カラム右「コンテンツ」 */
#contents{
	float: right;
	text-align:left;
	width: 590px;
	margin: 10px 20px 10px 0px;
	display: inline;
}

/* トップコンテンツ枠 */
#top_unit{
	width: 560px;
	margin: 2px 15px;
	text-align: left;
}


/*  「information」リスト */
/*　========================　*/
#title_info {
	background:url(/image/custom/title_info.jpg) no-repeat;
	height : 40px;
	dispaly:block;
	text-indent: -1000px;
	overflow:hidden;
	border:0px solid;
}
#title_info2 {
	height : 40px;
	dispaly:block;
	text-indent: -1000px;
	overflow:hidden;
	border:0px solid;
}

#info dl{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-bottom: 2px dotted #cccccc;
}

#info dl dt{
	padding-left: 0px;
	float: left;
	width: 100px;
	text-align: left;
}

#info dl dt.item_date{
	padding-left: 15px;
	background:url(/image/custom/point.jpg) no-repeat left center;
	font-weight:bold;
	width: 90px;
}

#info dl dd{
	float: left;
	padding: 0px 4px;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 5px;
}

#info a{
	color:#002FCA;
	font-weight: bold;
}

#info a:hover{
	color: #002FCA;
}

#info .tag {
	display:inline;
	font-size:12px;
	margin:0pt;
	padding:0pt;
	text-align:left;
}

#info .tag li {
	display:inline;
	font-size:12px;
	color:#FF9700;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 3px 0pt 0pt;
	padding:1px;
}

#info_list {
	text-align: right;
}

#info div.item_list {
	border-bottom:2px dotted #cccccc;
}

#info div.item_date {
	text-indent: 15px;
	background:url(/image/custom/point.jpg) no-repeat left center;
	font-weight:bold;
	width:110px;
	float:left;
}

#info div.item_tag {
	font-weight:bold;
	width:100px;
	float:left;
}

#info div.item_title {
}


/*　========================　*/


/*　フッターレイアウト　*/
/*　========================　*/
#footer_inq{
	border-top: 1px solid #888888;
	clear: both;
	width: 800px;	
	margin: 0px 5px;
	padding: 3px 0px;
}

#footer_inq div{
	text-align: right;
	margin: 0px 20px 0px 0px;
}

#footer{
	clear: both;
	margin: 0px 5px;
	padding: 3px 0px;
	width: 800px;	
	border-top: 1px solid #888888
}

#foot_menu{
	font-size:11px;
	padding: 0px;
	margin: 8px 0px;
	text-align: center;
}

#foot_menu ul{
	margin: 0px;
	padding: 10px;
}
#foot_menu ul li{
	float:left;
	margin: 0px;
	padding: 0px;
	list-style:inside;
	list-style-type:none;
	display:inline;
	white-space:nowrap;
}
#foot_menu ul li a{
	color:#002FCA;
}

#foot_data{
	clear:both;
	background-color:#D0CA9A;
	font-size:11px;
	padding: 10px;
}

#site_name{
	text-align:center;
}

#copyright{
	text-align:center;
	color: #ffffff;
}
/*　========================　*/



/* リンク基本仕様 */
/*　========================　*/
a{
	color:#0033cc;
	text-decoration: underline;
}

a:visited{
	color: #0033cc;
}

a:hover{
	color: #0033cc;
	text-decoration: none;
}
/*　========================　*/



/* 画像回り込み */
/*　========================　*/
.image_float{
	float: left;
	margin-right: 1em;
}

.image_clear{
	clear: both;
}
/*　========================　*/


/* 上下マージン */
.margin_tb{
	margin: 4px 0px;
}


/* 小文字 */
.font10{
	font-size: 10px;
}


/* 太字 */
.bold{
	font-size: 14px;
	font-weight: bold;
}

/* 色文字 */
.color{
	color: #999900;
}

/* コメント */
.comment{
	font-size: 10px;
	color: #CC3333;
	text-align: left;
}

/* ページタイトル用 */
h2{
	color: #466B42;
	border-top: 3px solid #466B42;
	border-bottom: 1px solid #466B42;
	padding: 4px 6px;
	text-align: left;
	font-size: 16px;
}
h2 a {
	color:#466B42;
}

h2 a:hover {
	color:#466B42;
}

h2 a:visited{
	color:#466B42;
}

h3{
	color: #928c36;
	border-bottom: 2px dotted #928c36;
	font-size: 14px;
	text-align: left;
	padding: 2px;
}

/* ページトップへ */
.pagetop{
	display: block;
	width: 540px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666666;
	text-align: right;
}

.alertS{
	color:#990000;
}

.portal_free_space_wrap {
	text-align:center;
	margin:15px 0px 0px 0px;
}
.portal_free_space {
	background:url(/image/custom/portal_free_space_back.jpg) no-repeat;
	width: 552px;
	height: 122px;
	margin:auto;
	overflow:hidden;
}

.portal_free_space img{
    margin:0;
    margin-top:14px;
    margin-left:4px;
    margin-right:4px;
}

.clear {
	display:block;
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

.pager {
	border-top: 1px solid #466B42;
	border-bottom: 1px solid #466B42;
}

.pager ul {
	list-style:none;
	text-align:right;
}

.pager ul li{
	display:inline;
	margin:0pt;
	padding:0pt;
}

.inquiryForm th{
	background-color:#999999;
	width:150px;
}

.inquiryForm table {
	width:100%;
}


