/*-----------------------------------共通-----------------------------------*/
@charset "UTF-8";

/*ページ全体*/
* {
  /* font-size:small;*/
   font-size:12px;
   color:#5C5F68;
   line-height:140%;
   letter-spacing:1px;
} 
body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ Pro W3", sans-serif;
	background: #FFFFFF url(images/bg_line.gif) repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
img {
    border-width:0px;
}
table {
	padding: 0px;
	border:none;
	margin: 0px 0px 0px 7px;
	height: auto;
}
h3 {
	background: url(images/midashi_01.gif) no-repeat;
	margin: 0px;
	padding: 7px 0px 0px 18px;
	height: 34px;
	font-size: 142%;
	color: #1B2D82;
}

/**　h4以降は各ページにて設定すること！！　**/

p {
	padding: 0px 0px 0px 7px;
	margin: 0px;
	line-height:140%;
}
p.red {
    color:#FF8C8C;
	padding:0px;
	margin:0px;
}
p.blue {
    color:#8798C8;
	padding:0px;
	margin:0px;
}
p.pagetop {
	margin: 0px 0px 0px 471px;
	padding: 20px 0px 0px 0px;
    width:58px;
	height: 8px;
}

/*コンテンツ全体（影＋ベース）*/
#shadow {
	background: url(images/bg_shadow.gif) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	text-align: left;
	height: auto;
}
#wrapper {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	height: auto;
	text-align: left;
}


/*ヘッダ全体*/
#header {
	background: url(images/header_img.jpg) no-repeat;
	height: 46px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	height: 25px;
}
/*ヘッダ内ロゴ*/
#header img {
/*	padding: 12px 0px 9px 12px;
*/
	padding: 11px 0px 7px 12px;
}


/*トップナビゲーション*/
#topnavi {
	background: #FFFFFF url(images/tn7.jpg) repeat-x;
	height: 26px;
	width:700px;
	/*margin: 0px;*/
	padding: 0px;
	border-bottom: 7px solid #1B3A97;
}
#topnavi h2 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 75%;
}
#topnavi h2 em {
    visibility: hidden;
}
#topnavi h2 a {
	text-decoration: none;
	display: block;
	width: 100px;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
#topnavi #tn1 a {
	background: url(images/tn1_a.jpg) no-repeat;
}
#topnavi #tn1 a:hover, #topnavi #tn1 a:active {
	background: url(images/tn1_b.jpg) no-repeat;
}
#topnavi #tn2 a {
	background: url(images/tn2_a.jpg) no-repeat;
}
#topnavi #tn2 a:hover, #topnavi #tn2 a:active {
	background: url(images/tn2_b.jpg) no-repeat;
}
#topnavi #tn3 a {
	background: url(images/tn3_a.jpg) no-repeat;
}
#topnavi #tn3 a:hover, #topnavi #tn3 a:active {
	background: url(images/tn3_b.jpg) no-repeat;
}
#topnavi #tn4 a {
	background: url(images/tn4_a.jpg) no-repeat;
}
#topnavi #tn4 a:hover, #topnavi #tn4 a:active {
	background: url(images/tn4_b.jpg) no-repeat;
}
#topnavi #tn5 a {
	background: url(images/tn5_a.jpg) no-repeat;
}
#topnavi #tn5 a:hover, #topnavi #tn5 a:active {
	background: url(images/tn5_b.jpg) no-repeat;
}
#topnavi #tn6 a {
	background: url(images/tn6_a.jpg) no-repeat;
}
#topnavi #tn6 a:hover, #topnavi #tn6 a:active {
	background: url(images/tn6_b.jpg) no-repeat;
}
/*
#topnavi #tn7 {
}
*/

/*コンテンツ全体*/
#contents {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto;
	width: 700px;
	float: left;
	background: url(images/bg_green.gif) repeat;
}
/*コンテンツ内サイドナビゲーション*/
#sidenavi {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto;
	width: 99px;
	float: left;
	border-width: 0px;
}
#sidenavi em {
	font-size: 75%;
	visibility: hidden;
}
#sidenavi ul {
	margin: 0px;
	padding: 27px 0px 0px;
	list-style: none;
}
#sidenavi li a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 99px;
	text-indent:-9999px;
}
/*コンテンツ内メインコンテンツ*/
#maincontents{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto;
	width: 600px;
	float: right;
	background: #FFFFFF;
}
#main {
	padding: 0px;
	list-style: none;
	height: auto;
	width: 529px;
	background: #FFFFFF;
	margin-top: 27px;
	margin-left: 35px;
}
#main .main {
	margin: 0px 0px 25px;
	padding: 0px;
	height: auto;
	width: 529px;
}
#main ul {
	line-height:150%;
	color: #5C5F68;
	list-style: none;
	padding: 0px 0px 0px 7px;
	margin: 0px;
}
/*フッター*/
address {
	background:#1B3A97;
	height: 18px;
	float: none;
	clear:both;
	color: #FFFFFF;
	font-style:normal;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	font-size: 92%;
}
