* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	text-align: center;
}

body {
	height: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;	
    font-size: 1.1em;
    line-height: 1.7;/* base line height */
}

h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd, address, blockquote, td {
    text-align: left;
    display: block;
}
img {
	border: none;	
}

/* link */

.col a:link, .col a:visited {
	color: #8DC21F;
	text-decoration: underline;	
}
.col a:hover, .col a:active {
	color: #B1D06A;
	text-decoration: underline;	
}
.menu_list a:link, .menu_list a:visited, .pagetop a:link, .pagetop a:visited {
	color: #000;
	text-decoration: none;
}
.menu_list a:hover, .menu_list a:active, .pagetop a:hover, .pagetop a:active {
	color: #666;
	text-decoration: underline;
}

/* layout */

#content {
	width: 766px;
	min-height: 400px;
	_height: 400px;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin: 0 auto;
	text-align: left;
}
#main_wrapper {
	background-image: url(images/bg_top.gif);
	min-height: 400px;
	_height: 400px;
	width: 766px;
	background-repeat: no-repeat;
}
#menu {
	float: left;
	min-height: 355px;
	_height: 355px;
	width: 220px;
	padding: 0 0 0 30px;
}
#main {
	float: left;
	min-height: 355px;
	_height: 355px;
	width: 450px;
	padding: 20px 30px 20px 20px;
	background-image: url(images/bg_col.gif);
	background-repeat: repeat-y;
}
#footer {
	clear: both;
}

#menu .mgn {
	margin-bottom: 20px;
}

.menu_list {
	border: 2px solid #8DC21F;
	width: 179px;
	padding: 10px 10px 10px 10px;
}
.menu_list li {
	text-indent: 20px;
	list-style-type: none;
	background-image: url(images/icon_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
}
#main .col {
	background-color: #FFF;
	padding: 10px;
	margin: 0 0 15px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-image: url(images/icon_pin.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main h2 {
	font-size: 24px;
	font-weight: bold;
	color: #01A101;
	background-image: url(images/bg_h.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 60px;
}
h2 .day {
	font-size: 14px;
}

h3 {
	margin: 5px 0;
	padding: 0 30px 0 0;
	font-size: 16px;
	color: #01A101;
	font-weight: bold;
}
.cate {
	border-top: 1px dotted #8DC21F;
	text-align: right;
	color: #8C8C8C;
	font-weight: bold;
}
.pagetop {
	clear: both;
	text-align: right;	
	margin: 10px 0 0 0;	
	padding: 0;
}
.pagetop img {
	vertical-align: middle;	
}
.day {
	font-weight: bold;
	color: #8EC321;	
}
.col p {
	padding: 5px 0 0 0;
}
.col .comment {
	margin: 0 0 10px 0;
}
.col strong {
	font-weight: bold;
	color: #518FBD;
}
.col ul, p.comment2 {
	padding-left: 10px;
}
.col ul li {
	list-style-type: none;	
}.mgn-bottom-10 {
	margin-bottom: 10px;
}
.line-th {
	text-decoration: line-through;
}
ul li .list_sc {
	color: #333;
}
ul li .list_sc li {
	padding-bottom: 10px;
	font-weight: bold;
}

ul li .list_sc li span{
	font-size: 120%;
}
.pink {
	color: #DE566A !important;
}
.orange {
	color: #E26816 !important;
}
.blue {
	color: #518FBD !important;	
}
.underline {
	text-decoration: underline;	
}
