@charset "UTF-8";

*{
    margin:0;
    padding:0;
}
html{
	height:100%;
}
body{
	height:100%;
	width:100%;
	margin:0px auto;
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #999;
	color: #666;
}
img, div, input {
	behavior: url("js/iepngfix.htc")
}
h1 {
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 20px 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin: 0px;
}
.center {
	text-align: center;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearBox {
	clear: both;
	height: 1px;
}

div#wrapper{
	min-height: 98%;
	background: #f7f7f7 url(../images/top_bg.jpg) no-repeat center top;
	border-top: 9px solid #e5e5e5;
	border-right: 9px solid #e5e5e5;
	border-left: 9px solid #e5e5e5;
	margin-bottom: -40px;
	min-width: 980px;
}
body > #wrapper {
    height: auto;
}
#topMain {
	width: 950px;
	overflow: visible;
	margin: 10px auto 0px;
	padding: 10px;
	height: 500px;
}
#topMain #leftBox {
	float: right;
	width: 250px;
	margin-right: 40px;
	padding-top: 95px;
}
#topMain #rightBox {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 100px;
	margin-right: 0px;
}
#rightBox .logo {
	margin-left: 30px;
}
#rightBox h2 {
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 20px 0px 0px;
}
#rightBox .textRead {
	padding: 0px 10px;
	border-left: 1px solid #C30;
	margin: 10px 35px 10px 40px;
}
#rightBox .news {
}
#rightBox .news dt{
	font-weight: normal;
	color: #FFF;
	border-radius: 100px;         /* CSS3 */
	-moz-border-radius: 100px;    /* Firefox */
	-webkit-border-radius: 100px; /* Safari,Chrome */
	-webkit-background-clip: padding-box;
	font-size: 90%;
	background-color: #C30;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	display: inline;
}
#rightBox .news dd{
	background-image: url(../images/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
	line-height: 1.2;
	margin-bottom: 5px;
}
#rightBox .news a:link {
	text-decoration: none;
	color: #666;
}
#rightBox .news a:visited {
	text-decoration: none;
	color: #666;
}
#rightBox .news a:hover {
	text-decoration: underline;
	color: #CCC;
}
#leftBox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#leftBox ul.blog {
	margin: 60px 0px 50px;
}
#topMain #leftBox li {
	padding-top: 12px;
}

div#wrapper2{
	min-height: 98%;
	border-top: 9px solid #e5e5e5;
	border-right: 9px solid #e5e5e5;
	border-left: 9px solid #e5e5e5;
	border-bottom-color: #e5e5e5;
	margin-bottom: -40px;
	background: #f7f7f7;
	min-width: 980px;
}
body > #wrapper2 {
    height: auto;
}
#secMain {
	padding: 10px;
	width: 950px;
	margin: 0px auto;
}
#header {
	height: 93px;
	margin: 0px auto;
	width: 950px;
	padding: 0px 10px 5px;
}
#upperLogoBox {
	float: left;
	margin-top: 25px;
}
#upperLogoBox .logoImg {
	padding-top: 13px;
	float: left;
	width: 150px;
	padding-right: 20px;
}
#upperLogoBox .blogbtn {
	float: left;
}
#header #navi {
	float: right;
	padding-top: 18px;
	text-align: right;
}
#navi ul  {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navi li  {
	list-style: none;
	display: inline;
	padding-left: 10px;
}
#secMain #leftContents {
	float: left;
	width: 710px;
}
#secMain #sideBar {
	float: right;
	width: 220px;
	text-align: right;
	padding-right: 10px;
}
#sideBar p {
	text-align: left;
	font-size: 11px;
	margin-top: 30px;
	border-top: 1px dotted #CCC;
	padding: 10px 5px;
}
.redHead {
	border-left: 2px solid #C30;
	padding-left: 5px;
	font-size: 14px;
	margin-bottom: 10px;
}
#sideBar .green {
	color: #9C0;
}
#sideBar .blue {
	color: #09F;
}
#sideBar .orange {
	color: #F90;
}
#sideBar ul {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	text-align: left;
}
#sideBar li {
	list-style: none;
	margin: 0px;
	padding-bottom: 2px;
}

#leftContents .firstBox {
	float: left;
	width: 173px;
	border-right: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
}
#leftContents .secondBox {
	float: left;
	width: 173px;
	border-right: 1px dotted #CCC;
}
#leftContents .bosekiSelectBox {
	width: 177px;
	padding-top: 70px;
	text-align: center;
	float: left;
}
/* Foot -------------------------------------------------------------------------*/
#footer_adjust {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#foot {
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	text-align: right;
	background: #999;
	min-width: 1000px;
}

#footContent {
	margin: 0px auto;
	position: relative;
	font-size: 11px;
	text-align: right;
	padding-top: 15px;
	width: 950px;
}
#upperLogo img.logo {
	padding-top: 10px;
	margin: 0px;
}

