@charset "utf-8";
/*
 Share Style (tag) 全共通
----------------------------------------------------------- */
*{
	margin:0px;
	padding:0px;
}
html{
	width:100%;
/*	overflow-y:scroll;*/
	text-align:center;
}
body{
	width:100%;
/*	font-family:Verdana,Arial;*/
	background:#fff url(../images/back.jpg) repeat-x left top;
}
h1{
	color:#FFFFFF;
}
h2{
	/*	font-size:1em;*/
	font-size:large;
	padding:9px 0px 5px 26px;
	background: url(../images/contents/h2_back.jpg) no-repeat left center;
	color:#282828;
}
.h2_general{
	background: url(../images/contents/g_h2_back.jpg) no-repeat left center;
}
h3{
	padding:9px 0px 5px 20px;
	margin:0px 0px 20px 0px;
	font-size:100%;
	border-bottom:1px solid #AAAAAA;
	background:url(../images/contents/h3_back.gif) no-repeat left center;
	color:#282828;
}
.h3_general{
	background:url(../images/contents/g_h3_back.gif) no-repeat left center;
}
h4{
	padding:0 0 0 18px;
	margin:10px 16px;
	background:url(../images/contents/h4_back.gif) no-repeat left top;
	color:#282828;
}
.h4_style1{
	text-align:center;
	background-image: none;
	background-color:#C9E8EF;
	color: #000055;
	padding:2px 0px 0px 0px;
	border-bottom:solid 1px #CCCCCC;
}
.h4_general{
	background:url(../images/contents/g_h4_back.gif) no-repeat left top;
}

p,li,dt,dl{
	line-height:140%;
}
img{
	border:none;
}

/*
 * ヘッダー
 * ----------------------------------------------- */
#head{
	padding:0px;
	margin:0 auto;
}
#headinner{
height:80px;
	background:url(../images/head_back.jpg) repeat-x top;
	margin:0 auto;
}
#head h1{
	float:left;
	text-align:left;
	font-weight:normal;
	margin:6px 0px 0px 0px;
	padding-left:10px;
	/*width:770px;*/
}
#top_title{
	padding-left:6px;
}
#top_title, #honbuhe{
	margin:6px 0px 0px 0px;
}

/*
 Share Style (define)
----------------------------------------------------------- */
#wrapper{
	margin:0 auto;
/*	padding:0;
	text-align:center;*/
	width:780px;
	border-left:1px solid #5194a4;
	border-right:1px solid #5194a4;
}
.clear {
	clear:both;
}
.imgl{
	float:left;
}
.imgr{
	float:right;
}
.strong{
font-weight:bold;
}
.red{
color:#FF0000;
}

/*
 Link Color
----------------------------------------------------------- */
a:link{color:#333333; text-decoration:none;}
a:visited{color:#333333; text-decoration:none;}
a:active{color:#333333; text-decoration:none;}
a:hover{color:#FF0000; text-decoration:underline;}

a.link_style1:link{color:#2D80A8; text-decoration:underline;}
a.link_style1:visited{color:#2D80A8; text-decoration:underline;}
a.link_style1:active{color:#2D80A8; text-decoration:underline;}
a.link_style1:hover{color:#FF4452; text-decoration:underline;}

/*
 * FOOTER
 * ----------------------------------------------- */
#footer{
	clear:both;
	height:30px;
	text-align:center;
	background-color:#5194a4;
}
/*
 * FOOTERBOTTOM
 * ----------------------------------------------- */
#footerbottom{
line-height:3em;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
}

