@charset "utf-8";


/* フォーマット　初期化
------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset {
	padding: 0;
	margin: 0;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #666666;
	line-height: 1.5;
	vertical-align: baseline;
}
html {
}

body {
	font-size: 16px;
	height: 100%;
	background: #000066 url(../image_common/bg.jpg) repeat-x top;
}

* html body { 
  font-size: medium; /* IE 6 or sooner */
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	clear: both;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

hr {
}

img a {
	border: 0px none;
}

/* リンク　ベース
------------------------------*/
a img {
	border-style: none;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
}

/* レイアウト　ベース
------------------------------*/
#wrapper {
	width: 730px;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	background: #101011;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 730px;
	position: relative;
	height: 100px;
	background-image: url(../image_common/bg.jpg);
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 48px;
}
#logoIUK {
	position: absolute;
	top: 10px;
	height: 40px;
	right: 30px;
	width: 135px;
}

#navUtility {
	top: 50px;
	float: right;
	position: absolute;
	width: 220px;
	color: #FFFFFF;
	right: 20px;
}

#search {
	position: absolute;
	right: 0px;
	top: 5px;
	display: none;
}


#navGlobal {
	clear: both;
	width: 840px;
	background: url(../images_common/bg_grNav.gif);
	padding-top: 5px;
}


#contents {
	width: 730px;
	clear: both;
	text-align: center;
}

#main {
	width: 700px;
	background: #FFFFFF;
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}


#pan {
	line-height: 2em;
	width: 90%;
	height: 2em;
	padding: 10px;
	text-align: right;
	float: right;
}

#rightBar {
	float: right;
	height: 100%;
	width: 220px;
	position: relative;
	padding-top: 50px;
}

#footer {
	clear: both;
	background: #000000 url(../images_common/bg_footer.gif);
	border-top: 1px solid #a9a9a9;
	width: 730px;
	text-align: center;
	padding-bottom: 20px;
}


#goTop {
	clear: both;
	margin-top: 20px;
	width: 805px;
	text-align: right;
	margin-bottom: 10px;
	background: url(../images_common/icon_return.gif) no-repeat right;
	margin-right: 20px;
	padding-right: 15px;
}
#goTop a {
	font-size: 0.8em;
}

/* フッター
------------------------------*/
#footer ul {
	margin-left: 30px;
}
#footer ul li {
	display: inline;
	list-style: none;
	font-size: 0.8em;
	padding-right: 15px;
	padding-left: 15px;
}

#footer ul li a {
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer p {
	color: #FFFFFF;
}

address {
	font-size: 0.8em;
	padding-top: 20px;
	color: #FFFFFF;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 100px;
}
address a:link {
	color: #FFFFFF;
}
address span {
	font-size: 1.2em;
	font-weight: bold;
}



/* ハック　クリア
------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clear {
	clear: both;
}
.clearColumn {
	clear: both;
	height: 5px;
}
.clearColumn1em {
	clear: both;
	height: 1em;
	float: none;
}
.noClear {
	clear: none;
}
/* 透過PNG
------------------------------*/

 img, div, input {
  behavior: url("iepngfix.htc") 
}

/* ヘッダー部分メニュー
------------------------------*/



/* ユーティリティー
------------------------------*/

#navUtility ul {

}

#navUtility ul li {
	list-style: none;
	float: left;
	padding-right: 1em;
}
#navUtility ul li a {
	font-size: 0.8em;
	color: #FFFFFF;
	display: block;
}
#navUtility ul li a:hover {

}




/* パンクズ　ナビ
------------------------------*/

#navPan {
	height: 30px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	margin-top: 20px;
	clear: both;
	font-size: 0.75em;
}

#navPan p {
	list-style: url(none) none;
	background: url(none);
}
#navPan a {
	padding-right: 1em;
	padding-left: 1em;
	color: #CCCCCC;

}
#navPan span {
	padding-left: 1em;
	color: #CCCCCC;

}
#navPan .arrow {
	padding-right: 1em;
	padding-left: 1em;
}
