@charset"Shift_JIS";

img {border: 0;}
#content {
	clear: left;
	width: 100%;
	margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}


/*===3段組み設定===*/
#main-menu {
	float: left;
	width: 750px;
	/*border: 1px solid green;*/
}
#extra {
	float: right;
	width: 240px;
	/*border: 1px solid blue;*/
	text-align: right;
}
#main {
	float: right;
	width: 530px;
	/*border: 1px solid blue;*/
}
#menu {
	float: left;
	width: 150px;
	margin-top: 30px;
	margin-right: 50px;
	/*border: 1px solid blue;*/
}


/*===サイドメニュー===*/


#menu ul {
	margin : 0px ;
    padding : 0px ;
    list-style : none ;
    text-align : left ;
}
#menu li {
	margin : 0px 0px 1px 0px ;
    padding : 0px ;
}

#menu a {
	width : 130px ;
    display : block ;
    padding : 6px 0px 6px 10px ;
    background-color : #ffffff ;
	border-left : 5px solid #808080;
    text-decoration : none ;
    /*color : #993333 ;*/
	color: #808080;
	font-size: 90%;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}

#menu a:hover {
	width : 130px ;
    display : block ;
    padding : 6px 0px 6px 10px ;
    background-color : #ffffff ;
    border-left : 5px solid #993333 ;
    text-decoration : none ;
    /*color : #993333 ;*/
	color: #000;
	font-size: 90%;
	font-weight: bold;
}

#menu h4 {
	border-bottom: 1px dotted #808080;
	text-align: right;
	font-weight: bold;
	font-family: Georgia, Times, serif;	
}

h4:first-letter {
	color: #993333;
}

/*===サイドメニュー終わり===*/

/*===メインコンテンツ===*/

.info {
	font-size: 80%;
}

/*===フッター===*/

#footer {
	clear:both;
}

.yamato  {text-align: center;}
.yoyaku  {color: red}

/*===メインコンテンツ終わり===*/

