/*---------------------------------------------------------
	Temprate Ver.001
	written by Vision inc.
	Vision Inc. All Rights Reserved
----------------------------------------------------------*/

/*	前段階
------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font: normal 10px/140% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #1D2088;
}
a:link {
	color: #1D2088;
	text-decoration:;
}
a:visited {
	text-decoration:;
	color: #1D2088;
}
a:hover {
	text-decoration:;
	color: #1D2088;
}
a:active {
	text-decoration:;
	color: #1D2088;
}


/*	全体構造
------------------------------------- */
body {
	margin: 0px;
	background: no-repeat;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 0px none #999999;
}

/*	ヘッダー
------------------------------------- */
h1 {
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: url(../img/h1back.jpg) no-repeat left top;
}
#wrapper #header {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 700px;
	padding-bottom: -1px;
}

/*	ヘッダー内にロゴを入れる際に入力
------------------------------------- */
#wrapper #header ul{
	background-repeat: repeat-x;
	background-position: 0 0;
	position:relative;
	float:left;
	width: 700px;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper #header li{
	width: 250px;
}


/*	ヘッダー内にロゴを入れる際に入力
------------------------------------- */
#wrapper .text01 {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:12px;
	background: #FFFFFF;
	color: #000000;
}

#wrapper .main {
	margin: 0px;
}


/*	メニューバー
------------------------------------- */
#menu {
	background-image: url(../img/menubotton_back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 35px;
	width: 700px;
	
}

#menu li 
{
	height: 35px;
	list-style-type:none;
	float: right;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 110px;
}

#menu li a 
{
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
/*	メニューをテキストにする場合の位置の設定
----------------------------------------------- */
	text-indent: -9999px;
	padding-top: 11px;
	padding-left: 30px;
}    
#menu #e a 
{
	background-image: url(../img/menu01.jpg);
}

#menu #d a 
{
	background-image: url(../img/menu02.jpg);
}

#menu #c a 
{
	background-image: url(../img/menu03.jpg);
}
#menu #b a 
{
	background-image: url(../img/menu04.jpg);
}

#menu #f a 
{
	background-image: url(../img/menu06.jpg);
}

#menu #a a 
{
	background-image: url(../img/menu05.jpg);
}

/* }EXIƏdȂ30px̉摜oĂ܂
-------------------------------- */
#menu li a:hover 
{
background-position: 0 -35px;
}

/*	メイン内容
------------------------------------- */
#wrapper .mein {
	width: 700px;
	background: 0px 0px;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	padding: 10px 0px;
}


/*	フッター
------------------------------------- */
#wrapper .foot2 {
	background:transparent;
	padding: 10px 0px;
	text-align: center;
	color: #1D2088;
	font-size: 10px;
}


#wrapper .footer {
	background-image: url(../img/footerback.jpg);
	padding: 10px;
	text-align: right;
	color: #FFFFFF;
}


.style1 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 19px;
	height: 0px;
}
.style2 {

	font-size: 11px;
	color: #1D2088;
	font-weight: bold;
	line-height: 14px;
}
.style3 {

	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 23px;
}
.style4 {


	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}

.style5 {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	
}
.style6 {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

.style-red {


	font-size: 12px;
	color: #FF0000;
	line-height: 15px;
}	
	
.back1 {
	font-weight: normal;
	background-image: url(../re-work/sinkann.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
