
/* -----------------------------------------------------------
CSS Information
	基本スタイル
----------------------------------------------------------- */

/*-----------------------------------------------
 __Reset
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-style:normal;
}


/*-----------------------------------------------
 __base_style
-----------------------------------------------*/

body {
	margin:30px 0 0 0;
	background:#EEE;
	color:#000;
	line-height:1.5;
	text-align:center;
	font-size:small;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*-----------------------------------------------
 __share_style
-----------------------------------------------*/

.inner {
	padding:10px;
}


/* by */
.by {
	position:absolute;
	bottom:10px;
	right:10px;
	margin:0;
	padding:5px;
	background:#FFF;
}

/*-----------------------------------------------
 __page
-----------------------------------------------*/

#page {
	width:950px;
	margin:0 auto;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	background:fff; text-align:left;
	color:#000;
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container { text-align:left;
	float:left;
	background:#fff;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:770px;
	float:right;
	background:#fff; 
}

/* __main
------------------------------------------*/

#main {
	float:left;
	width:510px; padding:5px;
	background:#FFF;
}

/* __sub
------------------------------------------*/

#sub {
	float:right;
	width:250px;
	background:#fff;
}

/* __ex
------------------------------------------*/

#lside {
	float:left; text-align:left; 
	width:180px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {clear:both;text-align:center;width:940px; margin:10px auto 0 auto; background-color:#E8E8E8; padding:5px;font-size: 12px;/*\*/_font-size: 84%;/**/
}

