@charset "UTF-8";

/*

information{
	ファイル名 : /common/css/main.css;
	概要 : このCSSファイルは各ページ共通のパーツ設定と、ページ全体のレイアウト設定を記述しています。;
	サイト名 : ●●●のホームページ;
}

 */



/* コンテンツ
-------------------------------------------------------------------------
	1.ページ全体のCSS
		: *           全要素のマージン・パディング設定をリセット
		: body        ページ全体の設定
		: img         画像リンクのボーダーリセット
		: a           共通のリンク設定
		: table       共通のテーブル設定
		: wrapper     ページ枠

	2.ヘッダのCSS
		: header      ヘッダ部の設定

	3.コンテンツ部のCSS
		: contentWrapper  コンテンツ部の枠設定

	4.左カラムのCSS
		: leftColumn      左カラムの枠設定

	5.中央カラムのCSS
		: centerColumn    中央カラムの枠設定

	6.右カラムのCSS
		: rightColumn     右カラムの枠設定

	7.フッタ部のCSS
		: footer          フッタ部の枠設定

	-.その他用CSS

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



/* 1.ページ全体のCSS
------------------------------------------------------------------------- */
*{
	margin:0; padding:0;
}

body{
	color:#333333;
	background:#ffffff;
	text-align:center;
	font-size:75%;
	padding:0px 20px 0px 20px;
	font-family:"MS P Gothic","ＭＳ Ｐゴシック",Osaka,Verdana,Arial, Helvetica, sans-serif;
}

img{
	border:none;
	vertical-align:bottom;
}

a{
	color:#364eae;
	outline:none;
}

a:hover{
	color:#ff6600;
}

table{
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0;
	text-align:left;
	color:#333333;
}

ul{
	list-style:none;
}

#wrapper{
	width:950px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	position:relative;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.left{
float:left;
}

.right{
float:right;
}

.underline{
padding-bottom:10px;
border-bottom:1px dashed #999999;
margin-bottom:30px;
}

.underline2{
height:1px;
margin:0;
padding:0;
border-top:1px dashed #cccccc;
margin:10px 0;
}

input{
vertical-align:middle;
}

a.linkNone{
text-decoration:none;
color:#333333;
font-size:90%;
}

a:hover.linkNone{
text-decoration:none;
color:#333333;
font-size:90%;
}


/* 2.ヘッダのCSS
------------------------------------------------------------------------- */
#header{
border-top:3px solid #14007b;
	width:950px;
	height:52px;
}

#header h1 a{
	display:block;
	width:67px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.gif) 0 0 no-repeat;
	position:absolute;
	top:17px;
	left:10px;
}

#header p{
	width:518px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/head_text.gif);
	position:absolute;
	top:17px;
	left:88px;
}

#header ul{
	list-style:none;
	position:absolute;
	top:21px;
	left:710px;	
}


#header ul li{
	float:left;
}


#header div.header_english {
	position: absolute;
	top: 0;
	right: 0;
}

/* 2.ヘッダのCSS SEO対策用追加
------------------------------------------------------------------------- */
#header_new{
border-top:3px solid #14007b;
	width:950px;
	height:52px;
}

#header_new h1{
	width:518px;
	height:21px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	/*background-image:url(../img/head_text.gif);*/
	position:absolute;
	top:17px;
	left:88px;
}
#header_new h1 img{
	display:block;
}

#header_new p a{
	display:block;
	width:67px;
	height:24px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	/*background:url(../img/logo.gif) 0 0 no-repeat;*/
	position:absolute;
	top:17px;
	left:10px;
}

#header_new ul{
	list-style:none;
	position:absolute;
	top:21px;
	left:710px;	
}


#header_new ul li{
	float:left;
}


#header_new div.header_english {
	position: absolute;
	top: 0;
	right: 0;
}



/* 3.コンテンツ部のCSS
------------------------------------------------------------------------- */
#contentWrapper{
	width:950px;
}

/* 5.中央カラムのCSS
------------------------------------------------------------------------- */
#centerColumn{
	width:720px;
	margin:0 10px 0 0;
	float:left;
}

/* 7.フッタのCSS
------------------------------------------------------------------------- */
#footer{
	width:950px;
	text-align:center;
	margin-top:20px;
}

#footer p{
margin-bottom:-5px;
}


#footer address{
	width:950px;
	border-top:1px solid #d4d4d4;
	color:#666666;
	font-style:normal;
	text-align:center;
	padding-top:10px;
	margin-bottom:20px;	
}

#subSearch h3{
	float:left;
	font-size:100%;
	font-weight:normal;
	padding-top:8px;
}

#subSearch ul{
	margin-bottom:0px;
	float:left;
	padding-top:8px;
}

#subSearch ul li{
	float:left;
	white-space:nowrap;
}


p.pagetop {
	margin-top:20px;
	text-align:right;
}

#direct {
	margin-top:2px;
}

