﻿@charset "utf-8";
/* CSS Document */

/*************************
	all
*************************/
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #666666;
	width: 100%;
}

h1
{
	font-weight: normal;
	font-size: 12px;
	margin-right: 10px;
	float: left;
}

h2
{
	font-weight: normal;
	font-size: 12px;
}

h3
{
	font-weight: bold;
	font-size: 12px;
	background-color: #FF8C00;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}

li
{
	list-style: none;
}

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

#clear
{
	clear: both;
}

.attention
{
	color: #ff0000;
}

.phot_float_left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.phot_float_right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}









/*--- contents ---*/
#contents
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url( ../image/bg_body.gif );
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
}

/*--- header ---*/
#header
{
	width: 777px;
	height: 80px;
	background-image: url( ../image/header.jpg );
	background-repeat: no-repeat;
}

/*--- rightContents ---*/
#rightContents
{
	width: 570px;
	margin-right: 7px;
	margin-left: auto;
	padding-bottom: 10px;
	float: right;
	background-color: #ffffff;
}

/*--- leftContents ---*/
#leftContents
{
	width: 200px;
	float: left;
	border-right: 1px solid #ffffff;
}

/*--- footerMenu ---*/
#footerMenu
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

/*--- footer ---*/
#footer
{
	text-align: center;
	padding-top: 15px;
	background-image: url( ../image/foot_bg.jpg );
	background-repeat: no-repeat;
	width: 777px;
	height: 35px;
}





/*--- menu ---*/

#menu li
{
	float: left;
	text-align: center;
}

.menu_line_start
{
	width: 200px;
	border-right: 1px solid #999999;
	background-image: url( ../image/menu00.jpg );
	background-repeat: no-repeat;
}

.menu_line
{
	width: 143px;
	border-right: 1px solid #999999;
	background-image: url( ../image/menu01.jpg );
	background-repeat: no-repeat;

}

.menu_line_none
{
	width: 144px;
	background-image: url( ../image/menu01.jpg );
	background-repeat: no-repeat;

}

#menu a
{
	padding-top: 12px;
	text-decoration: none;
	display: block;
	height: 23px;
	color: #ffffff;
	font-weight: bold;
}



#menu a:hover
{

	background-image: url( ../image/menu02.jpg );
	color: #ffffff;
	font-weight: bold;
}




/*--- navi ---*/

#navi
{
	margin-bottom: 10px;
}

#blog
{
	width: 180px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

/*
#about
{
	width: 160px;
	height: 120px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	background: url( ../image/about.gif ) no-repeat;
}

#about-strong
{
	color: #ee520f;
}
*/

#banner01
{
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#banner02
{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#banner03
{
	width: 165px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#text-link
{
	margin-left: 10px;
	margin-bottom: 10px;
}

#text-link img
{
	margin-right: 5px;
}

#text-link a
{
	color: #666666;
}

#text-link a:hover
{
	color: #ee520f;
}



/*--- footerMenu ---*/
#footerLogo
{
	margin-bottom: 20px;
}

