@charset "utf-8";

*{
	margin:0;
	padding:0;
}
/*-------------------- BODY --------------------*/
body {
	font-family:verdana,arial,helvetica,'�q���M�m�p�S Pro W3','�l�r �o�S�V�b�N',sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	background-image: url(../../img/yamakasa/bg.gif);
}
/*-------------------- CONTAINER --------------------*/
#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px 5px;
	background-image: url(../../img/yamakasa/container_bg.gif);
	background-repeat: repeat-y;
}
/*-------------------- HEADER --------------------*/
#header {
	width: 800px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(../../img/yamakasa/head_bg.gif);
	background-repeat: repeat-x;
}
/*-------------------- MENU --------------------*/
#menu {
	width: 800px;
	height: 62px;
	margin-bottom: 20px;
	padding: 0px;
	background-image: url(../../img/yamakasa/menu_bg.gif);
}
/*-------------------- MAIN --------------------*/
#maincontainer {
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
/*-------------------- FOOTER --------------------*/
#footer {
	width: 800px;
	height: 47px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../../img/yamakasa/footer_bg.gif);
}
/*-------------------- LINK --------------------*/
A:link{
	color: #444444;
	text-decoration: underline;
}

A:visited{
	color: #444444;
	text-decoration: underline;
}

A:active{
	color: #444444;
	text-decoration: underline;
}

A:hover{
	color: #CC0000;
	text-decoration: none;
}

/*-------------------- FONT --------------------*/
/*TEXT SMALL*/
.small{
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.small_b{
	font-weight: bold;
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.small_t{
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.small_top{
	font-size: 10px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #4C5C81;
}

/*TEXT MEDIUM*/
.medium{
	font-size: 12px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.medium_b{
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*TEXT LARGE*/
.large{
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.large_b{
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	text-align: justify;
	text-justify: inter-ideograph;
}

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

/*-------------------- TITLE --------------------*/
h3 {
	width: 360px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}


/*-------------------- header --------------------*/
#logo {
	margin: 0; 
	padding: 0;
	float: left;
}
#banner {
	margin: 0; 
	padding: 25px 13px 0px 0px;
	list-style-type: none;
	float: right;
}

/*-------------------- menu --------------------*/
#menubox  {
	width: 786px;
	margin: 0; 
	padding: 4px 7px 3px 7px;
	list-style-type : none;
}

#menubox li {
	display : inline;
	margin-top: 0px; 
	margin-left: 0px; 
	padding : 0px; 
	float: left; 
}
/*-------------------- main --------------------*/
.link_box {
	width: 740px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/*-------------------- footer_menu --------------------*/
#footer_copy {
	width: 460px;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
}
#footer_copy img {
	margin: 0px 0px 0px 360px;
}
#footer_pageup {
	width: 790px;
	height: 27px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

/*-------------------- clearfix --------------------*/
#menu:after,
#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/*-------------------- image --------------------*/
#header img,
#menubox img,
#footer_pageup img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

