/* 基本スタイル定義 */

* {
	padding:0;
	margin:0;
}
body {
	padding:0;
	background-color:#f2fcf4;
}
img {
	border:0;
	margin:0;
}
h1 {
	font-size:10px;
	position:relative;
	top:150px;
	left:10px;
}
a {
	text-decoration: none;
}
li {
	list-style-type: none;
}

/* レイアウト構造定義 */
#box-all {
	background-color:#FFF;
	width:1000px;
}
#box-head {
	height:90px;
	width:1000px;
	background:url(http://www.sukimadennou.net/assets/images/titlelogo.jpg);
}
#box-head-inner {
}
#box-menu {
	width:1000px;
	height:33px;
	background:url(http://www.sukimadennou.net/assets/images/cssplay_0.jpg);
	border-top-width:3px;
	border-top-style:solid;
	border-top-color:#FFF;
	border-bottom-width:10px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}
#box-contents {
	clear:both;
	width:1000px;
}
#box-side {
	float:left;
	width:200px;
}
#box-side-inner {
	padding: 0 10px 5px 20px;
}
#box-main {
	float:left;
	width:800px;
}
#box-main-inner {
	padding:0 10px 0 15px;
}
#box-bottom {
	clear:both;
	width:1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	background-color: #CCFFCC;
}
#box-bottom-inner {
	text-align:right;
	padding:0 20px 0 0;
	line-height:24px;
}

/* トップメニュー部分 */
#box-menu-inner {
	padding:0 0 0 40px;
	margin:0;
	list-style-type:none;
}
#box-menu-inner li {
	float:left;
	display:block;
	width:138px;
	height:33px;
	text-decoration:none;
	line-height:32px;
	font-family:arial, verdana, sans-serif;
	text-align:center;
}
#box-menu-inner li a, #main_menu li a:visited {
	display:block;
	width:138px;
	height:33px;
	color:#336600;
	font-size:0.95em;
}
#box-menu-inner li a:hover {
	color:#336600;
	background:url(http://www.sukimadennou.net/assets/images/cssplay_1.jpg);
} 

#box-menu-inner .here {
	color:#333300;
	background:url(http://www.sukimadennou.net/assets/images/cssplay_1.jpg);
	font-size:1.0em;
}

/* サイドバー */
#box-side-inner a {
	color:#000;
	font-size:0.9em;
}
#box-side-inner a:visited a:hover a:link a:active {
	color:red;
	font-size:1.15em;
}

#box-side-inner dd {
	font-size:0.95em;
}

/* メインコンテンツ */
#box-main-inner h3 {
	font-size:1.2em;
	padding:0 0 0 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}
#box-main-inner h4 {
	font-size:1.1em;
	padding:10px 0 0 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}
#box-main-inner h5 {
	font-size:1.0em;
	font-weight:600;
	padding:10px 0 0 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B8E23;
}
#box-main-inner h6 {
	font-size:0.9em;
	font-weight:600;
	padding:10px 0 0 40px;
}
#box-main-inner p {
	padding:5px 20px 10px 50px;
	line-height:1.5em;
}
#box-main-inner dl {
	padding:5px 20px 10px 50px;
	line-height:1.5em;
}
#box-main-inner dt {
	font-weight:600;
	line-height:1.5em;
}
#box-main-inner dd {
	padding:0 0 0 20px;
	line-height:1.5em;
}
#box-main-inner ul {
	padding:5px 20px 10px 50px;
	line-height:1.5em;
}
#box-main-inner li {
	padding:0 0 0 20px;
	line-height:1.5em;
}
.samplecode {
	width:600px;
	padding:5px;
	margin:0 0 10px 50px;
	border-width: 1px;
	border-style: solid;
	border-color: #DCDCDC;
}

/* フッター */
#box-footer-inner p {
	font-size:0.9em;
}

/* googlemap */
.floatbox {
	float:left;
}

/* その他 */
.clearobject {
	clear:both;
}
.sitecheckbox {
	height:140px;
	width:340px;
	float:left;
	padding:20px;
}


