@charset "shift_jis"; 

/* ------------------------------------------
基本情報
--------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	border: none;
}
a {
	color: #008CFF;
	text-decoration: none;
}
a:visited {
	color: #008CFF;
	text-decoration: none;
}
a:hover,a:focus {
	color: #0064B9;
	text-decoration: none;
}
a:active {
	color: #0064B9;
	text-decoration: none;
}

.right_box {
	float: right;
}

.left_box {
	float: left;
}

.clear {
	clear: both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img {
	vertical-align: top;
}
html {
	overflow-y: scroll;
}

body {
	color: #333333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF;
	line-height: 18px;
	letter-spacing: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#wrapper {
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding: 8px 0 10px 0;
}

#content #primary {
	float: right;
	width: 615px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content #sidemenu {
	float: left;
	width: 140px;
}
.contents_box {
	margin: 0px;
	padding: 0px;
	page-break-after: always;
}


#sentence_w {
	margin-left:20px;
	padding-bottom: 20px;
	position:relative;
	width: 720px;	
}

#sentence_w_p {
	width: 520px;
	margin-left:20px;
	padding-bottom: 20px;
	position:relative;
}

#sentence {
	margin-left:20px;
	padding-bottom: 20px;
	position:relative;
	width: 570px;	
}
.subtitle {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.content_text {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
}

.content_text_digit {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	width: 330px;


}

.content_text_h {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 18px;
}
.cap_text {
	letter-spacing: 1px;
}

.photo{
	border: 1px solid #333333;
	margin-bottom: 5px;
}

.photo2{
	border: 1px solid #333333;
	margin-bottom: 30px;
}

.photo_digit{
	border: 1px solid #333333;
	margin-bottom: 5px;
}

/* ------------------------------------------
ヘッダー
--------------------------------------------- */
#header {
	padding-top: 10px;
	padding-bottom: 0px;
}
#header #header_r {
	text-align: right;
	width: 500px;
	float: right;
}
.header_link {
	padding-left: 10px;
}
.header_link a{
	color:#333333;
	text-decoration: none;
}
.header_link img {
	vertical-align: text-bottom;
}

.header_r_top {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	letter-spacing: 0em;
}

.header_r_img {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#header h1{
	font-size: 10px;
}
#header #logo {
	float: left;
}




/* ------------------------------------------
フッター
--------------------------------------------- */
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 10px;
	margin-bottom:10px;
}
#footerNavigation {
	border-top: 2px solid #d1d1d1;
	font-size: 90%;
	line-height: 1.5;
}

#footerNavigation li {
	float:right;
	margin-left: 10px;
	padding-top: 5px;
}

#footerNavigation li a {
	display:block;
	padding-left: 6px;
	text-decoration: none;
}


/* ------------------------------------------
グローバルナビ
--------------------------------------------- */
#globalNavigation {
	height: 26px;
	margin-bottom:14px;
	clear: both;
	padding-top: 10px;
}

#globalNavigation li {
	float: left;
	height: 26px;
}

#globalNavigation li a {
	display: block;
}

#globalNavigation2 {
	height: 26px;
	margin-top:15px;
}

#globalNavigation2 li {
	float: left;
	height: 26px;
}

#globalNavigation2 li a {
	display: block;
}

/* ------------------------------------------
サイドメニュー
--------------------------------------------- */
#sidemenu {
	float: left;
	width: 135px;
}
#sidemenu ul {
	position: relative;
	left: 8px;
}
#sidemenu ul li {
	margin-bottom: 6px;
}

/* ------------------------------------------
コピーライト
--------------------------------------------- */
#copyright {
	clear:both;
	text-align: right;
	font-size: 80%;
}
