/* CSS Document */


/*　基本指定　*/
* {
	margin: 0;
	padding:0;
}
img{
    border: none;
	margin: 0;
	padding:0;
}

a img {
  border: none;
}


/* 画像位置指定 */

.imgl {
	margin: 5px 10px 5px 0px;
	padding: 0;
	float: left;
}

.imgr {
	margin: 5px 0px 5px 10px;
	padding: 0;
	float: right;
}


/*　文字指定　*/

.red { color: #ff0000; }
.blue { color: #0000cc; }


.b { font-weight: bold; }


.sz14 { font-size: 14px; }
.sz18 { font-size: 18px; }
.sz24 { font-size: 24px; }


.yline { background: #ffff00; }


.link_r {
	text-align: right;
	margin-right:10px;
}


/*　Ｈタグ指定　*/

h1 {
	background-position: center;
	color:#CCCCCC;
	height: 65px;
}

h2 {
	background-image: url(img/title.jpg);
	height: 30px;
	background-repeat: repeat-x;
	font-size: 16px;
	line-height: 30px;
}



h3 {
	font-size: 16px;
	margin-bottom: 10px;
}


h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

p {
	line-height: 16px;
}




body {
    height: 100%;
	text-align: center;
	font-size:12px;
	font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',	Meiryo,'lr oSVbN';
}

#wrapper {
	text-align: left;
	width: 980px;
	background: url(img/bg_cont.jpg)repeat-y;
	margin: 0px auto;
	padding: 0px 10px;
}



#wrapper {
    overflow:auto!important;
    overflow /**/: hidden;
    background-image: url(img/bg_cont.jpg);
}

#header {
	width: 960px;
	height: 108px;
	text-align: left;
	padding: 0px 10px 15px 10px;
	background-color: #FFFFFF;
}


#content {
	width: 704px;
	padding: 0px 10px;
	float: left;
}

#banner {
	width: 704px;
	height: 200px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#header ul {
	width: 960px;
	height: 40px;
	list-style-type: none;
}

#header li {
	width: 160px;
	height: 40px;
	float: left;
	background: url(img/bt/of.jpg) no-repeat;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

#header li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#header li a:hover{
	width: 160px;
	height: 40px;
	background: url(img/bt/on.jpg) no-repeat;
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
}

#header .last {
	height: 40px;
	width: 160px;
	float: left;
	background: url(img/bt/of1.jpg) no-repeat;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

#header .last a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#header .last a:hover{
	width: 160px;
	height: 40px;
	background: url(img/bt/on1.jpg) no-repeat;
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
}


/*　メイン　*/

#main {
	width: 704px;

}

#main p {
	line-height: 20px;
	padding-left: 0px 10px 10px 10px;
}

#main .f_box {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #999999;
}

#main #column {
	padding-top: 10px;
	margin-bottom: 30px;
	width: 704px;
}

#main #column_box {
	float: left;
	width: 250px;
}

#main #column p {
	padding: 0px 10px;
	font-size: 14px;
}


/*　記事指定　*/

#main #column .about {
	float: right;
	width: 458px;
	border: 1px solid #999999;
	padding: 10px 10px 20px 10px;
	margin-bottom: 25px;
}

#main #column .about p {
	margin: 0px;
	padding: 0px;
}

#main #column .about p {
	padding-bottom: 10px;
}


/*　左サイド指定　*/

#main #column .free img {
	margin: 0px;
	padding: 0px;
}

#main #column .free {
	width: 220px;
	margin-bottom: 20px;
}


/*　右サイド　*/

#side2 {
	width: 246px;
	margin-top: 0px;
	float: left;
	text-align: center;
}

#side2 img {
	margin-bottom: 10px;
}

#side2 img a{
	border: 1px solid #00FF66;
}

#side2 .kensaku_box {
	padding-bottom: 20px;
	text-align: center;
	margin: 0px auto;
}

#side2 p {
	margin-bottom: 10px;
}

#side2 .s_box {
	width: 246px;
	padding-top: 5px;
}

#side2 .s_box img {
	border: 1px solid #CCCCCC;
}

#side2 .s_box .bt_b10 {
	border: none;
	padding-bottom: 20px;
}

#side2 .category {
	background-image: url(img/s_cate.jpg);
	height: 30px;
	text-align: left;
	text-indent: 1em;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
}


/*　フッター　*/

#footer {
	width: 980px;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	clear: left;
	background-image: url(img/ft.jpg);
	background-position: bottom;
}

#footer p {
	text-align: right;
	color: #CCCCCC;
	padding: 0px 10px;
}

#footer a {
	color: #FFFFFF;
}


/*　Clearfix　*/


.clear{
	clear:both;
}
