@charset "shift_jis";


/**********-------- 基本設定 --------**********/

*
 {
	padding: 0;
	margin: 0;}

body {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	background-image: url("img/k_haikei.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
	min-width:980px;
	scrollbar-face-color: #2AFF00;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #2AFF00;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
	}

html {
	background-image: url("img/k_line.gif");
	background-repeat:repeat-x;
	background-position: cente top;
	background-color:#fdf7ea;
	background-attachment:fixed;
	min-width:980px;}

html,body,#wrapper,#contents {
	height:100%;
	height:auto;
	}


/**********-------- 文字装飾設定 --------**********/

.c1
    {
    color:    yellow;
	background-color:    red;}




/**********-------- リンク設定 --------**********/

a:
 {
	text-decoration: none;}

a:link {
	color: #ff0000;}

a:visited {
	color: #6633cc;}

a:hover {
	color: #ffff00;
	text-decoration: none;}



/**********-------- 見出し設定 --------**********/

h1
 {
	font-size: 15px;
	color: #ff00ff;
	margin: 0;}

h1 a:link {
	color: #ff00ff;
	text-decoration: none;}

h1 a:visited {
	color: #dc143c;
	text-decoration: none;}

h1 a:hover {
	color: #000;
	text-decoration: none;}

h2 {
	font-size: 15px;
	color: #fffafa;
	line-height: 22px;
	background-repeat: no-repeat;
	background-color: #000006;
	padding-left: 0px;
	margin: 30px 0px 20px 0px;
}

h3 {
	font-size: 15px;
	color: #000;
	line-height: 22px;
	background-repeat: no-repeat;
	background-color: #fffafa;
	padding-left: 0px;
	margin: 30px 0 20px 0;
}



/**********-------- コンテナ設定 --------**********/

div#container
 {
	width: 850px;
	background-color:rgba(255,255,255,0.80);
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	padding: 0;
	margin-left: auto;
	margin-right: auto;}



/**********-------- ヘッダー設定 --------**********/

div#header
 {
    background-repeat: repeat-x;
	border-bottom: solid 0px #000;
	padding: 0px 0px 0px 0px;
	margin:  0 0 0 0;}

div#header p {
	font-size: 10px;
	margin: 0;}



/**********-------- ヘッダー上部リンク設定 --------**********/

ul.link
 {
	font-size: 12px;
	float: right;
	padding-left: 20px;
	margin: 0;}

ul.link li {
	list-style-type: none;
	display: inline;}

ul.link li a:link {
	color: #ff00ff;
	text-decoration: none;
	padding: 0 2px;}

ul.link li a:visited {
	color: #777;}

ul.link li a:hover {
	color: #696969;}

ul.link li.menulast {
	padding: 0 0 0 10px;}



/**********-------- メニュー設定 --------**********/

ul.menu
	{
	height: 50px;
	font-size: 15px;
	text-align: center;
	background-repeat: repeat;
	background-color: #000000;
	padding: 0;
	margin: 0;
}

ul.menu li {
	list-style-type: none;
	display: inline;
}

ul.menu li a {
	color: #51FF00;
	line-height: 50px;
	text-decoration: none;
	padding: 0;
	margin: 0 0px;
}

ul.menu li a:hover	{
	color: #FF0004;
	text-decoration: none;
}



/**********-------- メイン設定 --------**********/

div#main
 {
	padding: 0;
	margin: 0;}


/*- カウンター -*/

div.counter {
	text-align: right;
	padding: 5px 25px 0 0;
	margin: 0;}



/**********-------- コンテンツ設定 --------**********/

div#content
	{
	width: 800px;
	margin-top: 0;
	margin-left: 15px;
	margin-right: auto;
	margin-bottom: 30px;}

div#content p {
	margin: 10px 0 10px 0;}


/**********-------- イメージ設定 --------**********/

div#image
	{
	height: 180px;
	border: solid 1px #000;
	background-color: #fff;
	background-image: url(img/top_image.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;}

div#image p.image {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;}


/*- スクロールボックス -*/

ul.sidescroll {height: 91px;
	padding: 0;
	margin: 0;
	overflow-y: scroll;}

ul.sidescroll li {list-style-type: none;
	padding-left: 0;}

/* --- ボックス --- */
div.section {
width: 500px; /* ボックスの幅 */
padding: 5px; /* ボックスのパディング */
background: #87ceeb; /* ボックスの背景 */
font-size: 100%; /* ボックスの文字サイズ */
}
div.section div.inner {
padding: 1em 8px 1px; /* 内部のパディング（上、左右、下） */
background-color: #ffffff; /* 内部の背景色 */
}

/* --- 見出し --- */
div.section h3 {
margin: 0 0 0; /* 見出しのマージン（上、左右、下） */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 0; /* 段落のマージン（上下、左右） */
}

/*- ギャラリー -*/

div.gallery {padding: 0;
	margin: 0;}

div.gallery img {border: solid 0;
	padding-right: 2px;
	margin: 0;}


/*- テキスト -*/

ul.text {
	size:14px
	padding: 0;
	margin: 0;}

ul.text li {
	size:14px
	margin-left: 17px;}


/*- コンテンツ -*/

ul.content {padding: 0;
	margin: 10px 0 0 0;}

ul.content li {list-style-type: none;}


/*- リンク -*/

div.link {
	list-style-type: none;
	padding: 0;
	margin: 0;}

div.link img {
	border: 0;
	padding: 0;
	margin: 0 0 0 0;}

.img_left {float: left;}

.clear {clear: both;}


/*- ナビ -*/

ul.navi {
	text-align: right;
	padding: 0;
	margin: 20px 0 0 0;}

ul.navi li {
	list-style-type: none;
	display: inline;}

ul.navi li a {
	padding: 0 3px;}


/*- テーブル -*/

.table_03 {
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
}
.table_03 th {
;
	padding: 4px 2px 2px 4px;
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
}
.table_03 td {
padding:4px 2px 2px 4px;
background-color:#fff;
border:1px solid #000000;
}

div#table   {text-align:center;}
table {margin-left:auto;margin-right:auto;}

/**********-------- フッター設定 --------**********/

div#footer {
	background-color: #555555;
	border-top: solid 1px #fff;
	line-height: 20px;
	padding: 0;
	margin: 0;
	clear: both;
	color: #FF0004;
}

address {
	color: #ffffff;
	font-style: normal;
	text-align: center;
}

address a:link {
	color: #ffffff;}

address a:visited {
	color: #ffff00;}

address a:hover {
	color: #000;
	text-decoration: none;}