/* スタイルシート雛形（コンテナの幅を決めるタイプの頁用） */

/* common.css の必要最小限部分を抜粋 */
body {
	margin				: 0px				;
	border				: none				;
	background-color	: #eaeaea			;
	paddind				: 0px				;
	text-align			: center			;
	font-family			: Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

#contents01 a:link,
#contents02 a:link,
#contents03 a:link,
#contents01 a:visited,
#contents02 a:visited,
#contents03 a:visited,
#contents01 a:active,
#contents02 a:active,
#contents03 a:active
{
	font-weight			: normal			;
	color				: #006600			;
	text-decoration		: none				;
	background-color	: transparent		;
}

#contents01 a:visited,
#contents02 a:visited,
#contents03 a:visited
{
	font-weight			: normal			;
	color				: #663399			;
	text-decoration		: none				;
	background-color	: transparent		;
}

#contents01 a:hover,
#contents02 a:hover,
#contents03 a:hover
{
	font-weight			: normal			;
	color				: #cc0000			;
	text-decoration		: underline			;
	background-color	: transparent		;
}

.sitelogo {
	left				: -999px ;
	top					: -999px ;
	position			: absolute ;
}

.skip {
	left				: -999px ;
	top					: -999px ;
	position			: absolute ;
}

.pagetop {
	/* ブラウザの幅を１００％使うタイプの頁用
	width				: 744px				; */

	/* 共通 */
	padding				: 20px 0px 20px 0px	;
	font-size			: 70%				;
	text-align			: right				;
}

#container {
	/* コンテナの幅を決めるタイプの頁用 (width は html ファイル側で調整すること) */
	margin				: 0px auto auto auto;
/*	width				: 886px				; */
	border-top			: none				;
	border-right		: solid #999999 1px	;
	border-bottom		: none				;
	border-left			: solid #999999 1px	;

	/* ブラウザの幅を１００％使うタイプの頁用
	margin				: 0px				;
	width				: 100%				;
	border				: none				; */

	/* 共通 */
	background-color	: #ffffff			;
	padding-bottom		: 3px				;
	text-align			: center			;
}

#contents01 {
	margin				: 0px auto 0px auto	;
	width				: 744px				;
	border				: none				;
	padding				: 3px 0px 5px 0px	;
	text-align			: left				;
	color				: #000				;
}

#contents02 {
	margin				: 5px 18px 5px 18px	;
}

#breadcolumn {
	font-size			: 70%				;
	margin-bottom		: 18px				;
}

#contents02 h1 {
	margin				: 0px 0px 15px 0px	;
/*	width				: 27em				; */ /* html ファイル側で調整すること */
	border-top			: solid #006600 2px ;
	border-bottom		: solid #006600 2px ;
	padding				: 5px 0px 5px 0px	;
	font-size			: 120%				;
	font-weight			: bold				;
	line-height			: 100%				;
	color				: #006600			;
	text-align			: center			;
}

/* コンテナの幅を決めるタイプの頁用 (オリジナルコードのスタイルは html ファイル側に記述すること) */
/*#original-code {
	margin				: auto	;
	width				: 850px				;
	text-align			: left				;
} */

#contents03 {
	margin				: auto				;
	width				: 744px				;
}



/*---------- header ----------*/

/* ヘッダーリンクカラー */
#utility a,
#utility a:link,
#utility a:visited,
#utility a:active {
	color: #000;
	text-decoration: none;
}

#utility a:hover {
	color: #cc0000;
	text-decoration: none;
}


/* ヘッダー設定 */
#headerarea {
	background-image: url(../../../images/header.jpg);
	width: 744px;
	height: 86px;
	background-repeat: no-repeat;
}

#headerlogo h1 a,
#headerlogo h1 a:link,
#headerlogo h1 a:visited,
#headerlogo h1 a:active,
#headerlogo h1 a:hover {
	float: left;
	background-image: url(../../../images/logospace.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 35px;
	margin: 35px 0 0 5px;
}

#headerlogo p a,
#headerlogo p a:link,
#headerlogo p a:visited,
#headerlogo p a:active,
#headerlogo p a:hover {
	float: left;
	background-image: url(../../../images/logospace.gif);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 35px;
	margin: 35px 0 0 5px;
}

#utility ul {
	float				: right				;
	margin				: 55px 0px 0px 0px	;
	_margin-top			: 58px				;
	width				: 515px				;
	padding				: 0px				;
	text-align			: right				;
}

#utility li {
	list-style-type: none;
	display: inline;
	font-size: 65%;
	padding-right: 7px;
}

.utility-icon {
	background-image: url(../../../images/icon_s.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 1px 0 1px 3px;
}

/* グローバルナビ設定トップ */
.topenglish a,
.topenglish a:link,
.topenglish a:visited,
.topenglish a:active{
	color: #fff;
	text-decoration: none;
}

.topenglish a:hover {
	color: #ffcc33;
	text-decoration: none;
}

.topenglish {
	font-size: 80%;
	background-image: url(../../../images/icon_s.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	margin: 0 5px 0 0;
	padding: 0 0px 0 2px;
	float: right;
}


/* グローバルナビリンクカラーコンテンツ */

#globalnavi a,
#globalnavi a:link,
#globalnavi a:visited,
#globalnavi a:active{
	color:#0a484f;
	text-align:center;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	display: block;
	font-weight: bold;
}

#globalnavi a:hover {
	color:#fff;
	text-align:center;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	padding: 3px 6px 3px 6px\9;/* IE8以前ハック */
	display: block;
	background-color:#057987;
	font-weight: bold;
}

/* グローバルナビ設定コンテンツ */
#globalnavi {
	background-color: #fff;
	background-image:url(../../../images/menu_back.jpg);
	background-repeat:repeat;
	font-size: 80%;
	width: 743px;
	clear:both;
	border-right: solid #cdcecc 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	overflow:hidden;
}

#globalnavi ul {
	
	height:29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
	display: inline;
}

#globalnavi li {
	
	list-style-type: none;
	float: left;
	margin-top:1px;
	padding:4px 5px 4px 5px;
	height:20px;
	border-right: solid #45858d 1px;
}


/* グローバルナビ設定共通 */
.leftline_h {
	border-left : solid #cdcecc 1px;
}
#headerlogo {
	margin: 0px;
	float: left;
	width: 223px;
}
#headerarea #header_r {
	margin: 0px;
	float: right;
	width: 521px;
}


/*---------- footer ----------*/

/* フッターリンクカラー */
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	font-weight			: normal			;
	color				: #fff				;
	text-decoration		: none				;
	background-color	: transparent		;
}

#footer a:hover {
	font-weight			: normal			;
	color				: #ffcc33			;
	text-decoration		: none				;
	background-color	: transparent		;
}

/* フッター設定 */
#footer {
	margin				: auto				;
	width				: 744px				;
}

#footer ul {
	margin				: 0px				;
	padding				: 2px 20px 2px 20px	;
	text-align			: center			;
	background-color	: #006600			;
}

#footer li {
	display: inline;
	list-style-type: none;
	font-size: 65%;
	padding: 1px 6px 1px 6px;
	
}

#footer address {
	font-style			: normal 			;
	font-size			: 70%				;
	font-weight			: normal			;
	text-align			: center			;
	line-height			: 150%				;
	margin				: 10px 0px 30px 0px	;
	color				: #000				;
}
