@charset "utf-8";
/* CSS Document */

/* 基本設定 */
body {
 background-color: #FFFFE5;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

a:link {
 color: #F30;
 text-decoration: underline
}

a:visited {
 color: #F90;
 text-decoration: none
}

a:active {
 color: #F60;
 text-decoration: none
}

a:hover {
 color: #F90;
 text-decoration: underline;
}

img {
 border: 0px;
}

ul {
 text-align: left;
 line-height: 145%;
 font-size: 80%;
}

li {
 padding-top: 10px;
}

/* メインボックス */
#box_01 {
 width: 820px;
 margin-right: auto;
 margin-left: auto;
 background-image: url(design/topbar_02.gif);
 padding: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
}

#box_main {
 width: 800px;
 padding: 0px;
 margin: auto;
 background-color: #FFF;
}

/* ヘッド部分 */
#header {
 width: 800px;
 clear: both;
}

#header_left {
 float: left;
 text-align: left;
 padding: 4px;
}

#header_right {
 float: right;
 width: auto;
 text-align: right;
 padding: 4px;
}

#header_right h1 {
 font-size: 85%;
 text-align: right;
 margin: 0px;
 padding: 5px;
 color: #960;
}

#navi {
 text-align: right;
 width: auto;
 clear: both;
 color: #960;
 padding: 0px;
 font-size: 70%;
 background-color: #F93;
}

#box_02 {
 width: 800px;
}

/* メニュー部分ボックス */
#box_left {
 float: left;
 width: 200px;
 text-align: left;
}

/* コンテンツ部分ボックス */
#box_right {
 float: right;
 padding: 10px;
}

/* フッター部分 */
#footer {
 clear: both;
 width: auto;
 font-size: 75%;
 line-height: 130%;
 color: #333;
 margin: 0px;
 padding: 5px;
}

/* index臨時ボックス */

#rinji-main {
 margin-top: 10px;
 margin-bottom: 10px;
 float: none;
}

#rinji-right {
 float: right;
 margin-left: 10px;
}
#rinji-right .m5 {
 margin-top: 5px;
 margin-bottom: 5px;
}


#rinji-left {
 float: left;
}

