@charset "utf-8";

/* ==================================================================
	common.css
	
=================================================================== */

/* =================================
   ■ 共通指定
================================== */

/* --------------------------------
   □ font設定
-------------------------------- */ 
/* --------------------------------
   □ font設定
-------------------------------- */ 
body{
	font-size:16px;
}
/* WINIE用 \*/
* html body{ font-size:100%; }
*:first-child+html body{ font-size:100%; }
.msie body{ font-size:100%; }
/* */

table {
	font-size:inherit;
	font:100%;
}

select, input, textarea {
	font:99%;
}

li li,li p,li pre,li dt,li dd,dd li,dd p,dd pre,dd dt,dd dd {
  font-size:150%;
}

/* --------------------------------
   □ body
-------------------------------- */
html{
	background:#fff;
}

body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center; 	/* IE用 */
    /*font-weight:bold;*/
	/*color: #333333;*/
	color:#000;
	background:#fff;
}

/* --------------------------------
   □ text
-------------------------------- */
p { 
	margin:0 0 0.8em 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

p,table,ul,table,ol,address{
	line-height:2.0;
}

/* --------------------------------
   □ form
-------------------------------- */

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* --------------------------------
   □ link
-------------------------------- */
a:link {
	color: #0066cc;
	text-decoration:none;	
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
	text-decoration:underline;	
}

/* --------------------------------
   □ Text meant only for screen readers
-------------------------------- */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =================================
   ■ レイアウト
================================== */
/* --------------------------------
   □ 大枠 
-------------------------------- */

/* ---------------------------------------------------------------------------------------
    12px(75%)で使用する場合の%表
   ---------------------------------------------------------------------------------------
     8px   67%
     9px   75%
	 10px  83%
	 11px  92%
	 12px 100%
	 13px 108%
	 14px 117%
	 15px 125%
	 16px 133%
	 18px 150%
	 20px 167%
	 22px 183%
	 24px 200%
	 
	 引用元：shortcut
	 http://www.s-cut.net/memo/archives/web/070523_fontSizeTable/
   --------------------------------------------------------------------------------------- */

header,
#main,
footer{
	font-size:75%;
	width:1025px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*
body > .site,
body > .contents,
body > .publication{ 
	width:700px;
}
* /

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
header{
	position:relative;
	height:166px;
}
header h1{
	padding:16px 0 0 0;
}

header ul.siteNavigation{
	position:absolute;
	top:2px;
	right:79px;
}

	header ul.siteNavigation li{
		display:inline-block;
	}
	
	header ul.siteNavigation li a{
		padding:0 6px 0 13px;
		background:url(../images/common/icon/arrow/green-circle-small.gif) 0 50% no-repeat;
		/*color:#333;*/
		color:#000;
	}

header p.english{
	position:absolute;
	top:2px;
	right:0;
}

header table.fontSize{
	position:absolute;
	top:36px;
	right:0;
	width:162px;
}

	header table.fontSize dt,
	header table.fontSize dd{
		display:inline-block;
		padding-top:5px;
	}
	
	header table.fontSize dt{
	}
	
	header table.fontSize dd img{
		position:relative;
		cursor:pointer;
	}

	header table.fontSize dd img#font_small{
		top:-3px;
	}
	header table.fontSize dd img#font_middle{
		top:-4px;
	}
	header table.fontSize dd img#font_large{
		top:-5px;
	}	
	

header #cse-search-box{
	position:absolute;
	top:34px;
	right:180px;
}

	header #cse-search-box input#q{
		display:inline;
		float:left;
		width:166px;
		height:14px;
		margin-right:6px;
		padding:4px;
		border:1px solid #949595;
		border-radius:4px;
		background:#dcdddd;
	}
	
	header #cse-search-box input#sa{
		display:inline;
		float:left;
	}

header nav{
	position:absolute;
	top:76px;
	left:0px;
	display:block;
}

header nav ul#userNavigation{
	float:right;
}
	header nav ul#userNavigation li{
		float:left;
		display:inline;
	}
header nav ul#mainNavigation{
	clear:both;
	padding-top:4px;
}
	header nav ul#mainNavigation li{
		float:left;
		display:inline;
	}

/* --------------------------------
   □ ページコンテンツ
-------------------------------- */
#main{
		padding:7px 0 0 0;
}
	
	/* ◆ メニュー(サイド)
	-------------------------------- */
	#sidemenu{
		display:inline;
		float:left;
		width:181px;
	}

		#sidemenu table.navigation {
			margin-bottom:20px;
		}

		#sidemenu table.navigation dd a{
			display:block;
			/*padding:13px 2px;*/
			/*border-bottom:1px solid #c6d69f;*/
			/*color:#29201d;*/
			color:#000;
		}
		
		#sidemenu table.navigation dd a:hover{
			background:#efefef;
		}

		#sidemenu ul.banners li{
			margin-bottom:5px;
		}
	
		#sidemenu ul.banners li img{
			max-width:100%;
		}

	/* ◆ ページ内容情報(メイン)
	-------------------------------- */

	#container {
		display:inline;
		float: right;
		width: 831px;
	}
	#content {
		margin-left:25px;
	}
	
	#content.wide {
		margin-left:0px;
	}

	/* ◆ フォント操作用
	-------------------------------- */
	#main p,
	#main span	{
		font-size:1rem;
	}
	#main p.big,
	#main span.big	{
		font-size:1.5rem;
	}
	#main p.sml,
	#main span.sml	{
		font-size:0.5rem;
	}

/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */
footer{
	overflow:hidden;
	position:relative;
	clear:both;
}

footer .userControl{
	overflow:hidden;
}

footer p.pageback{
	display:inline;
	float:right;
}

footer p.pagetop{
	display:inline;
	float:right;
}


footer p.character{
	display:inline;
	float:left;
	width:127px;
	height:48px;
	border-right:1px dotted #a3a4a4;
}

footer address{
	display:inline;
	float:left;
	width:500px;
	height:48px;
}

footer address table{
	position:relative;
	padding-left:76px;
}

footer address table dt{
}

footer address table dt span{
	position:absolute;
	top:0;
	left:8px;
}

footer address table dd{
	line-height:1;
	font-size:84%;
}

footer p.copy{
	position:absolute;
	bottom:12px;
	right:0;
	line-height:1;
	font-size:84%;
	color:#7a7a7a;
}
