@charset "UTF-8";
/* CSS Document */

/* 基本設定 ---------------------------------------*/

body {
	line-height:1.4;
	color:#333333;
	background: #FFFFFF url(../icon_img/bg_headec.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 770px;
}



/* 基本レイアウト----------------------------------------------- */


/* フッダー */
#fooder {
	background: #000066 repeat-x;
	margin: 20px 0px 0px;
	padding: 5px;
	width: 770px;
	float: left;	
}
#fooder h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	float: right;
	line-height: normal;
}
#fooder h2 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	float: left;
	line-height: normal;
}
#fooder h2 a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}


/* グローバルナビゲーション英語 */

#headere {
	margin: 0px;
	padding: 0px;
	height: 45px;
	background: url(../icon_img/prec_e.gif) no-repeat;
}
#headere h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headere h1 em {
	visibility: hidden;
}
#headere h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 562px;
	text-decoration: none;
}
#headere h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headere h2 em {
	visibility: hidden;
}
#headere h2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 104px;
	text-decoration: none;
}

/* グローバルナビゲーション中国語 */

#headerc {
	margin: 0px;
	padding: 0px;
	height: 45px;
	background: url(../icon_img/prec_c.gif) no-repeat;
}
#headerc h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headerc h1 em {
	visibility: hidden;
}
#headerc h1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 562px;
	text-decoration: none;
}
#headerc h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headerc h2 em {
	visibility: hidden;
}
#headerc h2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 104px;
	text-decoration: none;
}


/* ※ページの属性に応じて書き換え */
#topnavi {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: url(../icon_img/btn_ec.gif) no-repeat;
}
#topnavi h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#topnavi h2 em {
	visibility: hidden;
}
#topnavi h2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 256px;
	text-decoration: none;
}


/* リンク ---------------------------------------*/

a,
a:link,
a:visited {
	color:#3366cc;
}

a:hover,
a:active {
	color:#6699ff;
}


/* コンテンツ部分 ---------------------------------------*/

/*コンテンツ全体コンテナ*/
#main {
	margin: 20px 10px;
	float: left;
	width: 750px;
	text-align: left;
}

#title3 {
	margin: 20px 10px 10px;
	float: left;
	width: 770px;
	text-align: left;
	background: url(../icon_img/title_hr.gif) no-repeat;
	height: 60px;
}
#title3 h1 {
	font-size: 18px;
	padding: 0px;
	float: left;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
}


/* テキスト ---------------------------------------*/


.pbiggreen {
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
	color: #009900;
}
.pnormal {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 5px;
	text-indent: 1em;
	color: #666666;
}
.pnormalgreen {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 5px;
	text-indent: 1em;
	color: #009900;
}
.pbigred {
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
	color: #FF0000;
}
.pnormalred {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 5px;
	text-indent: 1em;
	color: #FF0000;
}
.pnormal0 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #333333;
}
.psmall0 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

/* その他 ---------------------------------------*/
/*アイテム下に10pxのマージン*/
.under10px {
	margin: 0px 0px 10px;
}
/*アイテム上下左右ともマージンなし*/
.all0px {
	margin: 0px;
}
/*アイテム上下に10pxのマージン*/
.tb10px {
	margin: 10px 0px;
}

