﻿@charset "UTF-8";

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

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

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

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

a {
	overflow: hidden;
}


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

.center {
	text-align: center;
	margin: 15px 0;
}

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

.clear {
	clear: both;
}

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

.img_none {
	border: none;
}


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

.bold {
	font-weight: bold;
}


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

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


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

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;
}

.imglink {
	border: double 4px #f9c8dd;
}

.imgouterlink {
	border: solid 4px #cccccc;
}

.imgnolink {
	border: solid 4px #ffffff;
}

.imgnamelink {
	color: #000099;font-size:110%;
}

.imgtaglink {
	color: #0000ff;font-size:80%;
}


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

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

#header img {
	float: left;
	border: none;
}

#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;
	letter-spacing: 0.5px;
}

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

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

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


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

#pan_navi {
	text-align: left;
	margin: 15px 0 8px 0;
}

/*テーブル*/

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

#sample table {
	width: 800px;
	background: url(../common_img/bg_table.gif) repeat-x #eeeeed;
	border-left: 1px solid #eeeeed ;
	margin: 0;
	font-size: 12px;
}

#sample td {
	width: 33%;
	padding: 7px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #eeeeed ;
	vertical-align: top;
	text-align: left;
	line-height: 160%;
	letter-spacing: 0.5px;
}

