@charset "utf-8";

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

 共通スタイル用CSS
 
 Date : 2010.11.18
 Auth : D.Nishi
 
*************************************************/

/*--------------------------------------
 基本スタイル
--------------------------------------*/

body
{
	color: #333;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 1px;

	text-align: center;
	text-align: justify;
	text-justify: inter-ideograph;
	
	background-image: url(/img/common/background.gif);
}


/* margin, padding のデフォルト設定解除 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p
{
	margin: 0;
	padding: 0;
}


/* 強調表示解除 */
address, caption, cite, code, dfn, h1, h2, h3, h4, th, var
{
	font-style: normal;
	font-weight: normal;
}


/* フォントサイズ通常化 */
h1, h2, h3, h4, h5, h6
{
	font-size: 1.0em;
}


/* ブロック要素指定 */
div, h1, h2, h3, h4, h5, h6, p ,blockquote, address
{
	display: block;
}


a
{
	color: #00C;
	text-decoration: none;
}


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


img
{
	border: none;

	margin: 0px;
	padding: 0px;
	
	/*IEの画像の下に隙間ができるバグ回避*/
	vertical-align: bottom;
}


p
{
	color: #454545;
	line-height: 160%;
}


ul, dl
{
	list-style: none none outside;
}


li, dt, dd
{
	line-height: 160%;
}



/*--------------------------------------
 文字装飾
--------------------------------------*/

/* 太字 */
.bold
{
	font-weight: bold;
}

/* 斜体 */
.italic
{
	font-weight: italic;
}

/* 下線 */
.underline
{
	text-decoration: underline;
}

/* 取消し線 */
.strike
{
	text-decoration: line-through;
}



/*--------------------------------------
 文字色
--------------------------------------*/

/* 黒 */
.font-black
{
	color: #000;
}

/* 赤 */
.font-red
{
	color: #f00;
}		

/* 青 */
.font-blue
{
	color: #00F;
}

/* 緑 */
.font-green
{
	color: #090;
}

/* 黄 */
.font-yellow
{
	color: #FF0;
}	

/* 紺色 */
.font-navy
{
	color: #039;
}	

/* グレー */
.font-gray
{
	color: #999;
}

/* 紫 */
.font-purple
{
	color: #90C;
}

/* 橙 */
.font-orange
{
	color: #F63;
}

/* 桃 */
.font-pink
{
	color: #F0F;
}

/* 白 */
.font-white
{
	color :#FFF;
}	



/*--------------------------------------
 文字サイズ（パーセント指定）
--------------------------------------*/

.font-80per
{
	font-size: 80%;
}

.font-90per
{
	font-size: 90%;
}

.font-100per
{
	font-size: 100%;
}

.font-110per
{
	font-size: 110%;
}

.font-120per
{
	font-size: 120%;
}

.font-140per
{
	font-size: 140%;
}

.font-150per
{
	font-size: 150%;
}

.font-160per
{
	font-size: 160%;
}

.font-170per
{
	font-size: 170%;
}

.font-180per
{
	font-size: 180%;
}

.font-190per
{
	font-size: 190%;
}

.font-200per
{
	font-size: 200%;
}



/*--------------------------------------
 文字サイズ（ピクセル指定）
--------------------------------------*/

.font-10px
{
	font-size: 10px;
}

.font-12px
{
	font-size: 12px;
}

.font-16px
{
	font-size: 16px;
}

.font-20px
{
	font-size: 20px;
}

.font-24px
{
	font-size: 24px;
}

.font-32px
{
	font-size: 32px;
}



/*--------------------------------------
 回り込み
--------------------------------------*/

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.float-clear
{
	clear: both;
}


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

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}


/*--------------------------------------
 画像回り込み
--------------------------------------*/
.image-left
{
	float: left;
	margin-right: 20px;
}

.image-right
{
	float: right;
	margin-left: 20px;
}




/*--------------------------------------
 文字揃え
--------------------------------------*/

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.text-center
{
	text-align: center;
}



/*--------------------------------------
 下スペース
--------------------------------------*/

.bottom8
{
	margin-bottom: 8px !important;
}

.bottom16
{
	margin-bottom: 16px !important;
}

.bottom24
{
	margin-bottom: 24px !important;
}

.bottom32
{
	margin-bottom: 32px !important;
}

.bottom48
{
	margin-bottom: 48px !important;
}

.bottom64
{
	margin-bottom: 64px !important;
}


/*--------------------------------------
 左右スペース
--------------------------------------*/

.left-margin4
{
	margin-bottom: 4px !important;
}

.left-margin8
{
	margin-bottom: 8px !important;
}

.left-margin16
{
	margin-bottom: 16px !important;
}

.left-margin24
{
	margin-bottom: 24px !important;
}

.left-margin32
{
	margin-bottom: 32px !important;
}

.left-margin48
{
	margin-bottom: 48px !important;
}

.left-margin64
{
	margin-bottom: 64px !important;
}



/*--------------------------------------
 リスト
--------------------------------------*/
.type-decimal
{
	list-style-type: decimal;
	margin-left: 20px;
}

.type-disc
{
	list-style-type: disc;
}




/*--------------------------------------
 境界線スタイル
--------------------------------------*/

.border-solid
{
	border-style: solid;
	border-width: 1px;
}


.border-dotted
{
	border-style: dotted;
	border-width: 1px;
}


.border-dashed
{
	border-style: dashed;
	border-width: 1px;
}


.border-double
{
	border-style: double;
	border-width: 3px;
}



/*--------------------------------------
 境界線色
--------------------------------------*/

.border-black
{
	border-color: #000;
}

.border-gray
{
	border-color: #999;
}



/*--------------------------------------
 画像プリロード
--------------------------------------*/

img.preload
{
	display: none;
}



/*--------------------------------------
 Header Menu
--------------------------------------*/

#header-menu li
{
	float: left;
}



/*--------------------------------------
 共通パーツ
--------------------------------------*/

div#container
{
	clear: both;
	
	width: 900px;
	
	margin: 0 auto;

	background-color: #FFF;
	
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}


/*--------------------------------------
 Navigation
--------------------------------------*/

#navigation
{
	color: #666;
	font-size: 12px;
	
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;

	list-style-type: none;
	
	border-top: 1px solid #DDD;
	border-bottom: 2px solid #C30;
	
	clear: both;
}

#navigation li
{
	float: left;
}

#navigation img
{
	vertical-align: middle;
}


/*--------------------------------------
 Header Menu
--------------------------------------*/

#advertise
{
	border-top: double 2px #666;
	border-bottom: solid 1px #666;
}



div#footer
{
	color: #666;
	font-size:12px;
	line-height: 150%;
	
	height: 96px;
	
	background-color: #FFF;
	padding-top: 4px;
	padding-left: 8px;
	border-top: 1px solid #666;

	background-image: url(/img/common/footer.jpg);


	clear: both;
}


/*--------------------------------------
 メルマガフォーム
--------------------------------------*/

#mail-magazine
{
	background: url("/img/common/mail_magazine.jpg") no-repeat;
	background-color: #FFC;

	padding-bottom: 16px;
	margin-bottom: 24px;	
	border: 3px double #666;
	
	clear: both;
}

#mail-magazine h3
{
	padding: 0px;
	margin: 0px;
	border: none;
}

#mail-magazine p
{
	margin-left: 36px;
	border: none;
}

#mail-magazine form
{
	margin-top: 8px;
	margin-left: 36px;
}

#mail-magazine input
{
	min-height: 18px;
}

#mail-magazine form p
{
	margin: 0px;
	float: left;
}