@charset "utf-8";
/*************************************/
/* リセット */
/*************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

/*************************************/
/* 全体 */
/*************************************/
body {
	margin-top: 20px;
	padding: 0;
	font-size: 14px;
	color: #333333;
	text-align: center;
	font-family: Arial,Helvetica,ヒラギノ角ゴ Pro W3,sans-serif;
	background: url(images/bg_body.jpg) repeat-x left top;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #031848;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 12px;
}

.none {
	display:none;
}

/* -------- リンクカラー -------- */
a:link,
a:visited,
a:active {
	color: #3A3A3A;
	text-decoration: none;
}

a:hover {
	color: #71C707;
	text-decoration: underline;
}

* -------- 画像 -------- */
img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/*************************************/
/* ヘッダー部 */
/*************************************/
#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/menu_bg.jpg) no-repeat left top;
}

/* -------- ナビ -------- */
#menu {
	float: left;
	width: 860px;
	height: 54px;
}

#menu ul {
	margin: 0;
	padding: 6px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0D2100;/* -- ヘッダーリンクカラー -- */
}

#menu a:hover { 
	text-decoration: underline; 
	color: #fff;/* -- ヘッダーリンクカラー -- */
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* -------- ヘッダーエントリー画像 -------- */
#headerImgAreaEn {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: url(images/header_bg.jpg) no-repeat left top;
}

#headerImgEn {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header_entry.jpg) no-repeat left top;
}


/* -------- ヘッダー画像 -------- */
#headerImgArea {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: url(images/header_bg.jpg) no-repeat left top;
}

#headerImg {
	width: 820px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

#headerImg h2 {
	margin: 0;
	padding: 112px 0 0 148px;/* -- サイト説明位置 -- */
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #061D00;/* -- ヘッダー画像上フォントカラー -- */
}

#headerImg p a {
	text-decoration: none;
	color: #B6ACA2;
}

#headerImg p a:hover { text-decoration: underline; }

/* -------- breadcrums -------- */
#pan {
	font-size: 10px;
	margin: 0 0 2px 2px;
	padding: 0px;
	text-align: left;
}

/*************************************/
/* コンテンツ部 */
/*************************************/
#page {
	width: 850px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 620px;
	background: url(images/content_bg.jpg) no-repeat left top;
}

#contentEntry {
	float: left;
	width: 620px;
}

/* -------- 記事 -------- */
.mainContents {
	padding: 8px 15px;
}

.mainContents .title {
	margin-bottom: 8px;
	padding-bottom: 5px;
	text-align: left;
}

.mainContents h1 {
	text-align: left;
	margin-left: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #3A3A3A;/* -- 英語ウェルカムフォントカラー -- */
}

.mainContents h2 {
	height: 40px;
	padding: 10px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #031848;/* -- 記事タイトルフォントカラー -- */
	background: url(images/title_bg.jpg) no-repeat left top;
}

.mainContents .entry {
	padding: 0 15px;
}

.mainContents .entry p {
	font-size: 12px;/* -- フォント -- */
	margin: 4px 6px;
	padding: 6px 0;
}

/* -------- エントリー記事リスト -------- */
.mainContents #kijiimg {
	margin: 0px;
	padding:0px;
	}

.mainContents ul {
	margin: 2px;
	padding: 2px 2px 10px 10px;
	text-align: left;
	list-style: none;
}

.mainContents li {
	margin: 2px;
	padding: 2px 2px 0 20px;
	text-align: left;
	list-style: none;
	border-bottom: #999999 1px dotted;
	background: url(../images/icon_copy.gif) no-repeat;
}

/*************************************/
/* サイドナビゲーション */
/*************************************/
#sidebar {
	float: right;
	width: 215px;
}

#sidebar h2,
#sidebar h3 {
	height: 32px;
	padding: 12px 0 0 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #031848;
	background: url(images/side_bg.jpg) no-repeat left top;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
	list-style: none;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	font-size: 14px;
	list-style: none;
	border-bottom: #999999 1px dotted;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/*************************************/
/* フッター */
/*************************************/
#footer-wrap {
	width: 860px;
	height: 90px;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#copyright {
	padding-top: 8px;
	text-align: center;
	font-size: 10px;
	color: #403D42;
	clear: both;
}

#copyright-text p {
	font-size: 10px;
	color: #666666;
}

/*************************************/
/* 運営者 */
/*************************************/
.unei { 
	text-align: justify;
}

.table {
	width:500px;
	margin: 14px;
	padding: 0;
	text-align:left;
	border-top: 1px solid #D6EF7C;
	border-left: 1px solid #D6EF7C;
	border-collapse: collapse;
}

.grb30 {
	font-size:13px;
	width:30%;
	padding:3px 5px;
	text-align:right;
	background: #F6FCDF;
	border-bottom: 1px solid #D6EF7C;
	border-right: 1px solid #D6EF7C;
	}

.grb40 {
	font-size:13px;
	width:40%;
	padding:3px 5px;
	text-align:right;
	background: #F6FCDF;
	border-bottom: 1px solid #D6EF7C;
	border-right: 1px solid #D6EF7C;
	}

.gr60 {
	font-size:13px;
	width:60%;
	padding:3px 5px;
	text-align:left;
	border-bottom: 1px solid #D6EF7C;
	border-right: 1px solid #D6EF7C;
	}

.gr70 {
	font-size:13px;
	width:70%;
	padding:3px 5px;
	text-align:left;
	border-bottom: 1px solid #D6EF7C;
	border-right: 1px solid #D6EF7C;
	}

/*************************************/
/* 免責 */
/*************************************/
.menseki {
	padding: 10px;
	margin: 10px;
	text-align: left;
	font-size: 12px;/* -- フォント -- */
	background-color:#F4F4F3;
	border-top: 1px dotted #5F5F5F;
	border-bottom: 1px dotted #5F5F5F;
}

.menseki h4 {
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 10px;
	font-size: 15px;
	color: #276302;/* -- 免責文字 -- */
	font-weight: bold;
	background-color:#F4F4F3;
	border-bottom: 2px solid #276302;/* -- 免責ライン -- */
}

.menseki ul {
	margin: 0px;
	padding: 0px;
}

.menseki li {
	margin-top: 4px;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type :none;
	background: url(../images/icon_copy.gif) no-repeat;
}
