body {
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color:#666;
	margin:0px;
	padding:0px;
	background-color:#FFF;
}
h1 {
	font-size:300%;
	font-weight:normal;
	letter-spacing:20px;
	margin:0px;
	padding:0px;
/*	background:url(../img/title.jpg) no-repeat left top;*/
/*	height:80px;*/
	height:136px;
}
h2 {
	font-size:120%;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:120%;
	margin:0px;
	padding:0px;
	margin-top: 28px;
	margin-bottom: 8px;
}
h4 {
	font-size:100%;
	margin:0px;
	padding:0px;
}
h5 {
	font-size:100%;
	margin:0px;
	padding:0px;
}
a {
	color:#66c;
	text-decoration:none;
	font-weight:bold;
}

#contents {
	width:900px;
/*	margin-left:60px;*/
	margin:auto;
	margin-top:20px;
	position:relative;
	background-repeat:repeat-y;
}

#col1 {
	width:900px;
	margin:0px;
	padding-top:10px;/* ←top.jpgの高さ*/
	/*float:left;/*これが必要らしい*/
	/* background:url(../img/frame_top.jpg) no-repeat left top; */
	border: 3px #dddddd solid;  /* 枠線を引く */
	border-radius: 10px;      /* 角丸の指定 */
	box-sizing:border-box;	/*枠線をBOXの内側に*/
}
#col1_body {
	overflow: hidden;/*中身がfloatだけの時に背景画像を表示する時*/
	/* background:url(../img/frame.jpg) repeat-y left top; */
}
.col1_back_forward:after {
	content:"";
	display: block;
	clear: both
}
#col1_forward {
	font-size:100%;
	line-height:100%;
	text-decoration:none;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:12px;
	margin-right:70px;
	float:right;
}
#col1_forward_2 {
	font-size:100%;
	line-height:100%;
	text-decoration:none;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:12px;
	margin-right:22px;/*右に詰め*/
	float:right;
}
#col1_backward {
	font-size:100%;
	line-height:100%;
	text-decoration:none;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:12px;
	margin-right:20px;
	float:left;
}

#col1_side {
	margin:0px;
	padding:0px;
	width: 140px;
	float:right;
}
#col1_side_top {
	margin-top:56px;
}

.cate_link h4 {
	height:15px;
	line-height:15px;
	margin-bottom:12px;
}
.cate_link h5 {
	height:15px;
	line-height:15px;
	margin-bottom:10px;
	/*background:url(../img/back.jpg) no-repeat;*/
	padding-left:12px;
}
/*
.cate_link h5 a {
	color:#66c;
}
*/
#col1_bottom {
	clear:both;
	height:10px;/* ←bottom.jpgの高さ*/
	/* background:url(../img/frame_bottom.jpg) no-repeat left bottom; */
	font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:1px;
}
address {
	width: 900px;
/*	clear:both;*/
	font-size:80%;
	font-style:normal;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
/*	background-color:#CCC;*/
}
