﻿@charset "UTF-8";

/* 基本設定 */
*{
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background:transparent;
	color: #333333;
}

body {
	letter-spacing: 1px;
	line-height: 120%;
	background-image: url(../image/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	text-align:center;
}

fieldset{
	border:none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
	margin: 0px;
	padding: 0px;
}

li {
	list-style:none;
}

img {
	border:0;
	vertical-align: bottom;
}

/* 基本クラス */

.clear{
	clear:both;
}

.hr{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right_txt{
	text-align:right;
	padding-right:20px;
}

.right_txt a{
	color: #333333;
	text-decoration: none;
}

.right_txt a:hover{
	color: #333333;
}

/* font */
.font_info_01{
	color: #003399;
	/*font-weight: bold;*/
}

.font_title_01{
	font-size: 120%;
	color: #660000;
}

.font_title_02{
	font-size: 120%;
	color: #333399;
}

/* main */
#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align:left;
}

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

#content{
	width: 650px;
	float: right;
}

#footer{
	font-size: 80%;
	width: 800px;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

/* main end */

/* navi */
#navi{
	font-size: 0px;
	width: 150px;
	float: right;
	margin-top: 20px;
}

#navi .img_top{
	vertical-align: top;
}

#navi li{
	line-height: 0;
}

#navi a{
	width: 100%;
	text-decoration: none;
	text-align: center;
}

#navi a:hover{
}

/* navi end */
