@charset "UTF-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ページ全体
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	font-size: 12px;
	color: #00a0e9;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;
	background: url(../common_img/bg_content.gif) repeat-x;
}

#bg_footer {
	background: url(../common_img/bg_footer.gif) bottom repeat-x;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}	

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

a {
	overflow: hidden;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■共通
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.center {
	text-align: center;
}

.page-up {
	text-align: right;
	margin: 10px 0 10px 0;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
	margin: 0 5px 5px 0;	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■フォント
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.bold {
	font-weight: bold;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■見出し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h1 { 
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 0 0;
}

h2 {
	width: 790px;
	height: 18px;
	background: url(../info/images/h2_img.gif) repeat-x;
	padding: 12px 5px 10px;
	font-weight: bold;
	font-size: 14px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

a:link{
	font-size: 12px;
	color: #00a0e9;
	text-decoration: underline;
}

a:visited{
	font-size: 12px;
	color: #00a0e9;
	text-decoration: underline;
}

a:hover,a:active{
	font-size :12px;
	color: #ff0000;
	text-decoration: underline;
}

/*フッター*/

#footer a:link{
	font-size: 12px;
	color: #055fa3;
	text-decoration: underline;
}

#footer a:visited{
	font-size: 12px;
	color: #055fa3;
	text-decoration: underline;
}

#footer a:hover,a:active{
	font-size :12px;
	color: #ff0000;
	text-decoration: underline;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#header {
	width: 800px;
	height: 70px;
}

#header img {
	float: left;
}

#header_right {
	float: right;
	width: 640px;
	letter-spacing: 0.5px;
	line-height: 160%;
}

#header_right p {
	margin: 3px 0 0 0;
	color: #fff;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#footer {
	width: 800px;
	height: 70px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer ul {
	padding: 12px 0 5px 0;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer p {
	padding: 3px 0 0 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*全体を囲う箱*/

#main {
	width: 800px;
	margin: 0;
	padding: 0;
}

#box {
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
}

#box table {
	width: 800px;
	background: #f9f9f9;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#box td {
	width: 800px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	line-height: 160%;
	letter-spacing: 0.5px;
	color: #444;
}

#box h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
}

#box ul {
	margin: 0 0 0 15px;
}

#box ol {
	margin: 10px 0 0 18px;
}

#box p {
	margin: 10px 0 0 0;
}

/*type2*/

#box_02 {
	margin: 15px 0 0 0;
	letter-spacing: 0.5px;
}

#box_02 table {
	width: 800px;
	background: #f9f9f9;
	border-left: 1px solid #eeeeed ;
	border-right: 1px solid #eeeeed ;
	margin: 5px 0 0 0;
}

#box_02 td {
	width: 800px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	line-height: 160%;
	letter-spacing: 0.5px;
	color: #444;
}

#box_02 h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
}

#box_02 ul {
	margin: 0 0 0 15px;
}

#box_02 ol {
	margin: 10px 0 0 18px;
}

#box_02 p {
	margin: 5px 0 0 0;
}














