body {
	width:800px;
	font-size:17px;

	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

	padding:0;
	margin:auto;
	
	-webkit-text-size-adjust:100%;
	
	background-color:#fffffe;
}

/* トップ画像 */
.topimg {
	display:block;
	margin-bottom:10px;
}

/* 検索カテゴリー */
div.categry {
	width:600px;
	height:60px;
}

a.categoryButton1, a.categoryButton2, a.categoryButton3, a.categoryButton4, a.categoryButton5 {
	display:block;
	width:115px;
	height:52px;
	
	margin-left:6px;
	
	background-repeat:no-repeat;
	float:left;
}

a.categoryButton1 {
	background-image: url("./img/button/categoryButton1.jpg");
}

a.categoryButton1:hover {
	background-image: url("./img/button/categoryButton1_on.jpg");
}

a.categoryButton2 {
	background-image: url("./img/button/categoryButton2.jpg");
}

a.categoryButton2:hover {
	background-image: url("./img/button/categoryButton2_on.jpg");
}

a.categoryButton3 {
	background-image: url("./img/button/categoryButton3.jpg");
}

a.categoryButton3:hover {
	background-image: url("./img/button/categoryButton3_on.jpg");
}

a.categoryButton4 {
	background-image: url("./img/button/categoryButton4.jpg");
}

a.categoryButton4:hover {
	background-image: url("./img/button/categoryButton4_on.jpg");
}

a.categoryButton5 {
	background-image: url("./img/button/categoryButton5.jpg");
}

a.categoryButton5:hover {
	background-image: url("./img/button/categoryButton5_on.jpg");
}

form.search {
	width:800px;
	height:60px;
}

input.searchWord {
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	
	width:630px;
	height:49px;
	
	border:solid #0063ad 8px;
	font-size:38px;
	float:left;
}

form.search a {
	display:block;
	width:123px;
	height:67px;
	margin-top:10px;
	float:left;
	background-image: url("./img/button/searchButton1.jpg");
	background-repeat:no-repeat;
}

form.portal {
	width:600px;
	height:50px;
}

form.portal input[type="radio"] {
    display: block;
    width: 40px;
    height: 40px;
    
    margin-top:15px;
    margin-right:20px;
    
    float:left;
}

form.portal label {
    font-size:40px;
    margin-top:15px;
    margin-right:50px;
    float:left;
}

p.clear {
	clear:left;
	margin-bottom:20px;
}

a.topimage {
	margin:10px
}

p.toptext {
	margin-left:10px;
	margin-bottom:40px;
	clear:left;
	
	font:22px bold;
	color:red;
	
}

a.bannerbox {
	margin-left:7px;
	margin-top:7px;
	
	float:left;
}

div.menutitile {
	width:850px;
	height:150px;
	margin-top:200px;
	margin-left:5px;
}

a.iconbox {
	width:150px;
	height:150px;
	display:block;
	margin-left:35px;
	margin-top:20px;
	
	float:left;
}

a.icontext {
	width:150px;
	height:60px;
	margin-top:10px;
	margin-left:35px;
	text-align:center;
	
	text-decoration:none;
	color:#000000;
	font-size:30px;
	
	float:left;
}

div.dummymenu {
	width:150px;
	height:150px;
	
	margin-left:35px;
	margin-top:20px;
	
	float:left;
}

a.dummyname {
	width:150px;
	height:60px;
	margin-top:10px;
	display:block;
	margin-left:35px;
	text-align:center;
	
	text-decoration:none;
	color:#000000;
	font-size:30px;
	
	float:left;
}

div.bottomarea {
	width:800px;
	height:20px;
	margin-top:60px;
	margin-bottom:20px;
	text-align:center;
}

/* 固定ボタン */
div.fixbutton {
	position: fixed;
    bottom: 10%;
    right: 1%;
}

#back-top span {
    width: 150px;
    height: 150px;
    display: block;
}
    
#back-home span {
    width: 150px;
    height: 150px;
    display: block;
}

/* ページガイド */
div.pageguide div {
	font-size:26px;
	float:left;
}

div.pageguide a {
	font-size:26px;
	text-decoration:none;
	display:block;
	float:left;
	
}

/* タイトル枠 */
div.menutitle_g {
	font-size:30px;
	margin-top:60px;
	margin-bottom:20px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
	width:350px;
	border:solid #8ec330;
	border-width:0 0 3px 10px;
}

div.menutitle_y {
	font-size:30px;
	margin-top:60px;
	margin-bottom:20px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
	width:350px;
	border:solid #fed200;
	border-width:0 0 3px 10px;
}

div.menutitle_o {
	font-size:30px;
	margin-top:60px;
	margin-bottom:20px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
	width:350px;
	border:solid #f39800;
	border-width:0 0 3px 10px;
}

div.menutitle_r {
	font-size:30px;
	margin-top:60px;
	margin-bottom:20px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
	width:350px;
	border:solid #e61200;
	border-width:0 0 3px 10px;
}

div.menutitle_b {
	font-size:30px;
	margin-top:60px;
	margin-bottom:20px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
	width:350px;
	border:solid #0063ad;
	border-width:0 0 3px 10px;
}

div.towntext {
	font-size:24px;
	line-height:1.3;
}

div.towntext span {
	font-weight:bold;
	color:red;
}

a.townimg {
	float:left;
}
/* フォーム */
div.fm {
	margin-left:70px;
	margin-top:50px;
	
	width:600px;
	height:1000px;
}

/* インラインフレーム */
iframe.green {
	border:1px solid #501a00;
}
