@charset "Shift_JIS";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	background: #F4F4F4 url(../img/body_bg.gif) repeat;
}
img {
	border: none;
	vertical-align: top;
}

a {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #006666;
}

#wrapper {
	background-color: #FFFFFF;
	border-right: 1px #CDCDCD solid;
	width: 700px;
	text-align: left;
}

/* ヘッダー
---------------------------------------------*/
#gojdn {
	background-color: #FAFAFA;
	border-bottom: 1px #CDCDCD solid;
}
/* ナビゲーション */
.navi {
	width: 700px;
	height: 20px;
	background: #FFFFFF url(../img/header.gif) no-repeat;
	margin-bottom: 8px;
	clear: both;
}
.navi ul {
	margin-right: 6px;
	list-style-type: none;
}
.navi li {
	display: inline;
	margin: 2px 4px 0 0;
	float: right;
}
.navi li a {
	display: block;
}
.prev a {
	background: url(../img/prev.gif) no-repeat;
	width: 49px;
	height: 16px;
}
.prev a:hover {
	background :url(../img/prev_on.gif) no-repeat;
	width: 49px;
	height: 16px;
}
.bot01 a {
	background: url(../img/bot01.gif) no-repeat; 
	width:19px;
	height: 16px;
}
.bot01 a:hover {
	background: url(../img/bot01_on.gif) no-repeat;
	width: 19px;
	height: 16px;
}
.bot02 a {
	background: url(../img/bot02.gif) no-repeat; 
	width:19px;
	height: 16px;
}
.bot02 a:hover {
	background: url(../img/bot02_on.gif) no-repeat;
	width: 19px;
	height: 16px;
}
.bot03 a {
	background: url(../img/bot03.gif) no-repeat; 
	width:19px;
	height: 16px;
}
.bot03 a:hover {
	background: url(../img/bot03_on.gif) no-repeat;
	width: 19px;
	height: 16px;
}
.bot04 a {
	background: url(../img/bot04.gif) no-repeat; 
	width:19px;
	height: 16px;
}
.bot04 a:hover {
	background: url(../img/bot04_on.gif) no-repeat;
	width: 19px;
	height: 16px;
}
.next a {
	background: url(../img/next.gif) no-repeat;
	width: 49px;
	height: 16px;
}
.next a:hover {
	background :url(../img/next_on.gif) no-repeat;
	width: 49px;
	height: 16px;
}
.navi span {
	display: none;
}

/* main
---------------------------------------------*/
#main {
	margin: 0 30px;
}
#main h2 {
	padding-left: 8px;
	margin-top: 30px;
	border-left: 5px #CC0033 solid;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
}
#company_01 {
	font-size: 14px;
}
#company_02 {
	font-size: 10px;
}
#main h3 {
	background-color: #808080;
	margin-bottom: 20px;
	font-size: 12px;
	margin-top: 30px;
	color: #FFFFFF;
	padding: 2px;
}
#main p {
	font-size: 12px;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 20px;
}
#main p.int {
	color: #006666;
}

#main p.info {
	color: #006666;
}
/* キャプションつき画像 */
.photo_right { 
	float: right;
	border: 1px #EAEAEA solid;
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 10px;
	color: #333333;
}
.photo_left { 
	float: left;
	border: 1px #EAEAEA solid;
	margin: 0 10px 10px 0;
	padding: 5px;
	font-size: 10px;
	color: #333333;
}
.photo_right img {
	margin-bottom: 5px;
}
.photo_left img {
	margin-bottom: 5px;
}
/* キャプション無し横長画像 */
.photo_02 {
	border: 1px #EAEAEA solid;
	text-align: center;
	margin:0 auto 20px auto;
	padding: 5px;
	font-size: 10px;
	color: #333333;
}
/* キャプション2列画像 */
.photo_g02 {
	float: left;
	width: 230px;
	border: 1px #EAEAEA solid;
	text-align: left;
	margin:0 10px 10px 0;
	padding: 5px;
	font-size: 10px;
	color: #333333;
}
.photo_g02 img {
	margin-bottom: 5px;
}
/* キャプション3列画像 */
.photo_g03 {
	float: left;
	width: 195px;
	border: 1px #EAEAEA solid;
	text-align: left;
	margin:0 10px 10px 0;
	padding: 5px;
	font-size: 10px;
	color: #333333;
}
/* キャプション3列画像　右側 */
.photo_g03_r {
	float: left;
	width: 194px;
	border: 1px #EAEAEA solid;
	text-align: left;
	margin:0 0 10px 0;
	padding: 5px;
	font-size: 10px;
	color: #333333;
}
.photo_g03 img {
	margin-bottom: 5px;
}
.photo_g03_r img {
	margin-bottom: 5px;
}



/* リスト */
#main ol {
	float: none;
	font-size: 12px;
	color: #505050;
	line-height: 1.4;
	margin: 0 30px 20px 30px;
}




/* info
---------------------------------------------*/
#info h3 {
	padding-left: 4px;
	margin: 5px 0 10px 0;
	border-left: 3px #A6E819 solid;
	font-size: 12px;
}

/* digital
---------------------------------------------*/
#digital,#info {
	border-top: 1px #EAEAEA solid;
	padding: 15px 30px;
	font-size: 11px;
	color: #333333;
	line-height: 1.3;
	clear: both;

}
#digital h3 {
	margin-bottom: 10px;
}
/* 1、2ページ用 */
#logo {
	float: left;
}
#scape {
	border-left: 3px #CC0033 solid;
	padding-left: 15px;
	float: right;
	width: 485px;
	margin-bottom: 15px;
}
/* 3ページ用 */
.digitalbr {
	margin-bottom: 10px;
}
.btnlink {
	padding: 10px;
	border: 1px #B4D2D2 solid;
	background: #FFFFFF url(../img/btn_bg.gif) repeat;
}
/* 共通リンク */
.btn a {
	padding-left:16px;
	margin-left:5px;
	background: url(../img/sign.gif) no-repeat;
}
.btn a:hover {
	background: url(../img/sign_on.gif) no-repeat;
}

/* footer
---------------------------------------------*/
#footer {
	clear: both;
	margin: 0 30px;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

/* バックナンバーページ
---------------------------------------------*/
.bbb {
	clear:both;
	padding-bottom:10px;
}
.number {
	font-size: 27px;
	font-family:'OCRB';
	font-weight: bold;
}
.date {
	padding-left: 25px;
	font-size: 11px;
	color: #026874;
}
.backnumber {
	padding: 5px 0 0 13px;
}
.photo_back { 
	float: left;
	border: 1px #EAEAEA solid;
	margin: 0 10px 10px 0;
	padding: 2px;
	font-size: 10px;
	color: #333333;
}
