@charset "utf-8";

/*=========================================================
	[ layout.css ]
	date - creation:2013-01-21 // update:2013-01-28
=========================================================*/

/*=========================================================
	index
		1. Page format
		2. header
		3. contents
		4. footer
=========================================================*/

/* 1. Page format
=========================================================*/
html{
	font-size:62.5%;
}
body{
	margin:0;
	padding:0;
	font-size:13px;
/*	font-size:1.3rem;*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", san-self;
	color:#333333;
}
#wrapper{
	position:relative;
	width:100%;
	padding-bottom:60px;
	background:#FFFBF2 url(/format/images/for_footer.gif) no-repeat bottom center;;
	text-align:center;
}
.boxInner,#container{
	margin:0 auto;
	text-align:left;
}
.boxWidth930 #container{width:930px;}
.boxWidth940 #container{width:940px;}
.boxWidth950 #container{width:950px;}
.boxInner,#container,.boxWidth960 #container{width:960px;}
.boxWidth970 #container{width:970px;}
.boxWidth980 #container{width:980px;}
.boxWidth990 #container{width:990px;}
.column1 #content{width:960px;}

/* 2. header
=========================================================*/
#header{
	position:relative;
	border-top:4px solid #0DA6F2;
	border-bottom:1px solid #9CDFF2;
	background-color:#ffffff;
}

/* header logo */
div#hlogo{
	width:326px;
	height:56px;
	margin-bottom:7px;
}
/* heading level1
---------------------------------------------------------*/
#header h1{
	margin:0;
	padding:9px 0 12px;
	font-size:10px;
	font-weight:normal;
	color:#0DA6F2;
}

/* 3. contents
=========================================================*/
#container{
	clear:both;
	position:static;
	padding:20px 0 100px;
}
#content{
	float:left;
	width:690px;
}
#side{
	float:right;
	width:250px;
}

/* only test view */
#content{min-height:300px;
}* html #content{height:300px;}


/* 4. footer
=========================================================*/
#footer{
	clear:both;
	padding-top:10px;
	background:#DAF1FF;
	font-size:12px;
	font-size:1.2rem;
}

div.ci-ap-section {
    padding: 10px 0px 10px 0;
    text-align: right;
    width:960px;
    margin: 0 auto 0;
}

