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

　　ベースデザインの設定

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



#head {
border-top:3px solid #b9e502;
border-bottom:1px solid #F0F0F0;
width: 750px;
}

#head .logo{
	margin:0;
	padding:0;
	width:261.5px;
	height:89.5px;
	float:left;
}
#head .logo span,
#head .logo a{
	display: block;
	background:url(/_module/img/union-image_base.gif)  no-repeat;
	width:225px;
	height:40px;
	margin:24px 0 0 18px;
	text-indent:-9999px;
	overflow:hidden;
}


#head .infomation {
	background:#b9e502;
	background:url(/_module/img/union-image_base.gif)  no-repeat 0 -74px;
	width:230px;
	height:25px;
	float:right;
}

#head .infomation ul{
	margin:0;
	padding:0;
}

#head .infomation li{
	display:inline;
	font-size:12px;
	padding-left:19px;
	font-weight:bold;
}
#head .infomation a{
	color:#FFF;
	text-decoration:none;
}
#head .infomation a:hover{
	text-decoration:underline;
}

#head .infomation2 {
	width:229px;
	height:34px;
	clear:right;
	float:right;
}
#head .infomation2 a{
	width:220px;
	height:34px;
	margin-top:8px;
	display:block;
	text-indent:-9999px;
	background:url(/_module/img/union-image_base.gif)  no-repeat 0 -40px;
}

#head .menu {
	clear:both;
	padding:0 0 7px 0;
}

#head .menu ul{
	margin:0 0 0 3px;
	padding:0;
}

#head .menu li{
	margin:0;
	padding:0;
	display:block;
	width:149px;
	height:30px;
	float:left;
	background:url(/_module/img/item_globalnavi.png)  no-repeat 0 0px;
}

#head .menu a{
	display:block;
	width:149px;
	height:30px;
	text-indent:-9999px;
	background:url(/_module/img/item_globalnavi.png)  no-repeat 0 0px;
}

#head .menu a:hover{
	background-position: 0 -30px;
}

#head .menu .haken a{
	background-position: -148px 0px;
}
#head .menu .haken a:hover{
	background-position: -148px -30px;
}

#head .menu .para a{
	background-position: -296px 0px;
}
#head .menu .para a:hover{
	background-position: -296px -30px;
}

#head .menu .consult a{
	background-position: -444px 0px;
}
#head .menu .consult a:hover{
	background-position: -444px -30px;
}

#head .menu .create a{
	background-position: -592px 0px;
}
#head .menu .create a:hover{
	background-position: -592px -30px;
}




#mainimage p {
	margin:0;
	padding:0;
	clear:both;
	text-indent:-9999px;
	width:750px;
	height:203px;	
}
#mainimage p.noimage {	
	height:15px;
	overflow:hidden;
}

#body {
	border:1px solid #e7e7e7;
	width:730px;
	margin:0 9px;
}

#body .bodyleft{
	margin:0;
	float:left;
	width:530px;
}
#body .bodyleft .content{
	padding:5px 15px;
}
#body .bodyright{
	margin:0;
	float:right;
	width:180px;
	font-size:12px;
}

#body .bodyright .content{
	margin:10px 10px 10px 0;
	padding:5px;
	border:1px solid #E5CD16;
	background: #FFFFCC;
}

#foot {
	border:1px solid #e7e7e7;
	width:730px;
	margin:0 9px;
	margin-top:15px;
}

#foot ul{
	text-align:center;
	margin:0;
	padding:15px 0;
	background:url(/_module/img/union-image_base.gif) repeat-x 0 -99px;
}

#foot ul li{
	display:inline;
	margin:0 6px;
	font-size:12px;
}

#foot p{
	margin:0;
	padding:7px;
	text-align:center;
	font-size:9px;
	background:#b9e502;
	color:#000;
	}


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

　　フォント関連のスタイル

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


h1{
	font-size:110%;
}
h2 {
	font-size:100%;
}
h3 {
	font-size:100%;
}
h4 {
}

p {
	font-size:90%;
}



#body dl{
margin:0 0 10px 0;
}


#body dt{
font-weight:bold;
line-height:2em;
}

#body dd{
margin:0 0 0 13px;
}

#body h1{
	padding-bottom: 40px;
	background: url("/_module/img/mainH2_bg.gif") no-repeat left bottom;
}



.bodyleft dl{
font-size:90%;
}

.bodyleft li{
font-size:90%;
list-style-type:circle;
margin-bottom:8px;
}


.bodyleft ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(/_module/img/ico_sample01.gif) no-repeat 0 50%;
	list-style-type:none;
	font-size: 11px;
}

.bodyleft ol#topicPath li.home {
	padding-left: 0;
	background: none;
}


.bodyleft h2,
.bodyleft h3{
	border-bottom:1px dotted #666;
}

.bodyleft .box{
	margin: 1em 2em 0 2em;
	padding: 1em;
	border: 1px solid #b8bdc3;
	background-color: #e8edf4;
}

.bodyleft .author{
	text-align:right;
	color:#666666;
	font-size:12px;
}


