@charset "UTF-8";

body {
    font-size:   80%;
    background:  #ffffff;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    color:       #000000;
    line-height: 1.5em;
    width:       800px;
    margin:      0px auto;
    text-align:  center;
    background-image:url("images/top_back.gif");
    background-repeat:repeat-x;
    background-position:center top;
}

a:link {
    color: #777777;
    text-decoration:none;
    font-weight: bold;
}
a:visited {
    color: #777777;
    text-decoration:none;
    font-weight: bold;
}
a:hover {
    color: #777777;
    text-decoration: underline;
    font-weight: bold;
}

.hidari {
    float: left;
}
.migi {
    float: right;
}

.top {
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    width: 800px;
    height: 30px;
    text-align: left;
    float: left;
}

.main {
    margin: 0px 0px 0px 0px;
    width: 800px;
    text-align: left;
    float: left;
}

.left {
    margin: 15px 0px 0px 0px;
    width: 700px;
    text-align: left;
    float: left;
}

.right {
    margin: 15px 0px 0px 0px;
    width: 100px;
    text-align: right;
    float: left;
}

.bottom {
    margin: -5px 0px 0px 0px;
    text-align: center;
    width: 800px;
    float: left;
}

.clear {
    clear: both;
}

.clear hr {
    display: none;
}

.txt {
    font-size:   100%;
    line-height: 190%;
}

.title {
    font-size: 120%;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.title2 {
    font-size: 110%;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.anchor {
    font-size: 90%;
    float: right; 
}

.anchor2 {
    font-size: 80%;
    float: right; 
}

.waku {
	color: #ffffff;
    font-size: 110%;
    line-height: 1.0em;
	padding: 10px 0px 0px 10px;
	width: 730px;
	height: 30px;
	background-image:url("images/title_back.jpg");
}

.waku2 {
	color: #ffffff;
    font-size: 110%;
    line-height: 1.0em;
	padding: 10px 0px 0px 10px;
	width: 350px;
	height: 30px;
	background-image:url("images/title_back.jpg");
}

.right_txt {
    font-size: 90%;
    float: right; 
    margin: 0px 10px 0px 0px;
}

.diary {
    font-size: 110%;
    line-height: 1.8em;
	float: left;
}

.diary2 {
    font-size: 100%;
    line-height: 1.6em;
	float: left;
}

.red {
	color: #b63328;
}
