@charset "utf-8";

/* COLDRAIN_2009_AW BASE.CSS  */


/*---------------------------------------
*	
*	00.GROBAL_COMMON
*		00_01.NAVIGATION
*
*	MODULES
*		MO_01.CLEARFIX
*		MO_02.TEXT
*		MO_03.LIST
*
*--------------------------------------*/



/**--------------------------------------
	00.GROBAL COMMON
---------------------------------------**/

body
{
	text-align: center;
}

a
{
	color: #555555;
}

a:hover
{
	color: #003366;
}

img
{
	vertical-align: bottom;
}

h1
{
	margin: 0 0 26px 0;
}

#container
{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header
{
	margin: 40px 0 90px 0;
}

#logo
{
	margin: 5px 0 43px 0;
}

#wrapper
{
	width: 900px;
}	

#gnArea
{
	float: left;
	width: 180px;
}

#content
{
	float: right;
	width: 670px;
	margin: 0 0 40px 0;
}

/**--------------------------------------
	00_01.NAVIGATION
---------------------------------------**/

#gnArea ul
{
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	background: url(../images/cmn_cont_devider.gif) no-repeat;
}

ul#gNav li
{
	margin: 0 0 13px 0;
	line-height: 0;
}

ul#blogNav li.all
{
	margin: 0 0 20px 0;	
}

ul#blogNav li
{
	margin: 0 0 8px 0;
	line-height: 0;
}



/*---------------------------------------

	MODULES
	
---------------------------------------**/

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }



/*---------------------------------------
	MO_01.CLEARFIX
---------------------------------------**/

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

.clearfix
{display:inline-block;}

/* \*/
* html .clearfix
{height:1%;}
/* */

/*---------------------------------------
	MO_02.TEXT
	
	Font-size Adjustment.
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 
---------------------------------------**/

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	line-height: 1.6em;
	color: #555555;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
*/
}

/* for WinIE6*/
* html body
{
	font-family: "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
/*
	font-family: "ＭＳ Ｐ明朝","MS PMincho",serif;
*/
}

/* for WinIE7*/
*:first-child+html body
{
	font-family: "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
/*
	font-family: "ＭＳ Ｐ明朝","MS PMincho",serif;
*/
}


/*---------------------------------------
	MO_03.LIST
---------------------------------------**/

ul,
ol,
dl
{
	list-style-position:outside;
}