@charset "Shift_JIS";
/* CSS Document */



/*/////////////////////////////////////////////////////

/* コンテナ（全体を囲う） */
div#container	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
}





/*/////////////////////////////////////////////////////

/* ヘッダー */
div#header	{
	background-color: #FFF;
	margin-bottom: 10px;
	text-align: right;
}

div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}






/*/////////////////////////////////////////////////////

/* メイン（左サイドバー+コンテンツを囲う） */
div#main	{
	width: 610px;
	float: left;
	background-color: #FFF;
}





/*/////////////////////////////////////////////////////

/* コンテンツ */
div#content	{
	width: 420px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	font-size: 0.8em;
	line-height: 135%;
}





/*/////////////////////////////////////////////////////

/* 左サイドバー */
div#sidebar	{
	width: 180px;
	float: left;
	margin-bottom: 20px
}





/*/////////////////////////////////////////////////////

/* 右サイドバー */
div#sidebar-right	{
	width: 180px;
	float: right;
	background-color: #FFF;
}






/*/////////////////////////////////////////////////////

/* フッター */
div#footer	{
	width: 800px;
	margin-top: 0;
	padding-top: 8px;
	clear: both;
	background-color: #FFF;
}





/*/////////////////////////////////////////////////////

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/*/////////////////////////////////////////////////////

/* テキスト関連 */

.text8 {
	font-size: 8px;
}


.text10 {
	font-size: 10px;
}


.text9 {
	font-size: 9px;
}


.text11 {
	font-size: 11px;
}


.text12 {
	font-size: 12px;
}


.text15 {
	font-size: 15px;
}


.bolder {
	font-weight: bolder;
}


.blue{
	color: #39F;
}


.orange{
	color: #F60;
}


.white {
	color: #FFF;
}


.red {
	color: #F00;
}


p.blue {
	margin: 0;
	color: #39F;
}

.gray{
	color: #666;
}


.green{
	color: #060;
}


.strong{
	color: #39F;
}




/*/////////////////////////////////////////////////////

/* ベース */



ol, ul, li, dl, form{
	margin:0;
	padding:0;
}

html ,body ,div ,ul , ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea, p{
	margin:0;
	padding:0;
	line-height: 150%;
}



a img{
	border:none;
}


a:link {
	text-decoration:none;
	color: #06F;
	}


a:visited {
	text-decoration:none;
	color: #06F;
	}


a:hover {
	text-decoration:underline;
	color: #06F;	
	}


a:active {
	ctext-decoration:none;
	color: #06F;	
	}


table{
	border-collapse:collapse;border-spacing:0;
}



img{
	border:0;
	text-align: center;
}



body {
	background-image: url(../images/img_bg.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
}
