@charset "utf-8";
/* CSS Document */

/* Global */
*{
    margin:0;
    padding:0;
}

html{
    height:100%;
}
body {
	margin:0;
	padding:0;
  height:100%;
	font-size:13px;
	color:#000;
	line-height:1.5em;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
  background: url(/img/senninTop_09.jpg) repeat 5% 5%;
    z-index: 100;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
}
header, nav, article, aside, section, footer {
	display:block;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}


/* container */


#container {

}

/* header */

header {
width: 100%;
height: 231px;
margin: 0 auto;
}

#header_inner{
background:url(../img/tempTop_01.jpg) no-repeat;
width:930px;
height:101px;
padding:0;
margin:0 auto;
}

/*subnavi*/
.subnavi {
	float: right;
	width:650px;
	margin: 0px auto;
	display: block;
	padding:0 10px 0 0px;
}
.subnavi ul {
	float: right;
	list-style: none;
}
.subnavi ul li {
	float: left;
	font-size:12px;
	margin:5px 5px 5px 0;
	padding:0 5px;
	border-right:1px #FFFFFF solid;
}
.subnavi ul li a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

/*globalnavi*/

#globalnavi {
width: 100%;
margin: 0 auto;
}

#navi {
width: 930px;
margin: 0 auto;
position: relative;
text-align: left;
}

#navi li {
list-style: none;
float: left;
position: relative;
}

#navi li a {
color: #0077cb;
text-decoration: none;
}

#navi li a img {
border-style: none;
}

.large{
font-size:1.3em;
font-weight:bold;}

.red01{
font-size:1.1em;
font-weight:bold;
color:#FF3333;}

.large2{
font-size:1.5em;
font-weight:bold;
letter-spacing:0.5em;}

.large3{
font-size:1.3em;
font-weight:bold;
letter-spacing:0.1em;
color:#300;
line-height:1.7em;}

.small{
font-size:0.9em;
letter-spacing:0.1em;
color:#300;
float:right;}




/*footer*/
#footer{
width: 100%;
margin:0 auto;
clear:both;
}

#footerInner{
width: 900px;
margin:20px auto;
border-top:1px #999999 solid;
}

#footerInner p{
color:#666666;
text-align:center;}



body {
	line-height: 数字;
}
