@charset "shift-jis";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 140%;
	color: #808080;
	background: #ffffff;

}
a {
	color: #ff8c00;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ffd39d;
}
img {
	border: none;
	vertical-align: top;
}
#mainblock {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	background: #cc0000;
	padding-top: 5px;
}

#side {
	float: right;
	margin-right: 5px;

}


#offscreen {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}


/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 17px;
	top: 18px;

}
#globalNav {
	left: 0;
	list-style-type: none;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #ffffcc;
}

#globalNav li {
	list-style-type: none;
	width: 160px;
	height: 34px;
	margin-top: 1px;
}

#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 34px;
	background-image: url(../images/global_nav.gif);
	color: #000000;
}





/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav a { background-position:  0     0; }
	
	/* 現在位置 */
	#nav a.stay { background-position:  0     -68px; }

	/* オンマウス */
	#nav a:hover { background-position:  0     -34px; }




/* メインイメージと3段組
---------------------------------------------*/
#contents {
	margin-left: 0;
	margin-top: 10px;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 800px;
	background: #ffffcc;
}


#navigation {
	float: left;
	padding-top: 32px;
	width: 160px;
	padding-left: 17px;
	padding-bottom: 17px;

	background: #e2d1c8;
}


#about {
	float: left;
	width: 440px;
	margin-right: 17px;
	margin-left: 17px;
	padding-top: 32px;
}


#navigation2 {
	float: left;
	padding-top: 32px;
	width: 148px;
}



#footer {
	clear: both;
	height: 30px;
	line-height : 230%;
	color: #ffffff;
	text-align: center;
}

/* 本文のレイアウト
--------------------------------------------- */
#about h3 {
	margin: 0px 3px 10px 0px;
	text-align: center;
	color: #808080;
	background: #FFFFFF;
}


#about h4 {
	font-size: 120%;
	height: 26px;
	line-height : 185%;
	padding-left: 40px;
	color: #808080;
	background: url(../images/bar.gif) left center no-repeat;

}

#about .section {
	margin: 0px 0px 17px 0px;
	padding: 16px 15px 16px 15px;
	border: 1px solid #cecece;
	color: #808080;
	background: #fffff0;
}

#about .section2 {
	margin: 0px 0px 17px 0px;
	padding: 16px 15px 16px 15px;
	border: 1px solid #cecece;
	color: #808080;
	background: #fffff0;
}


#about .pagetop {
	margin: 0px 0px 17px 0px;
	padding: 16px 16px 16px 16px;
	color: #808080;
	text-align: right;
	text-decoration: none
}

#about .pagetop a{
	text-decoration: none
}

#about .section .quotation {
	border: 1px solid #cecece;
	color: #808080;
	background: #cccccc;
}

#about .section p {
	margin: 10px 12px 0 0;
}

#about .section .side {
	text-align: right;
	margin-left: 10px 12px 0 0;
}

#about .section .center {
	text-align: center;
	margin: 10px 12px 0 0;
}

#about .section a img {
	margin-right: 10px;
	float:left;
}

#about .section .kome {
	font-size: 80%;
}


#about .section2 .quotation {
	border: 1px solid #cecece;
	color: #808080;
	background: #cccccc;
}

#about .section2 p {
	margin: 10px 12px 0 0;
}

#about .section2 .side {
	text-align: right;
	margin: 10px 12px 0 0;
}

#about .section2 .center {
	text-align: center;
	margin: 10px 12px 0 0;
}

#about .section2 a img {
	margin-right: 10px;
	float:left;
}

#about .section2 .kome {
	font-size: 80%;
}



#about .section2 dl dt {
	clear: left;
	float: left;
	margin: 0 0 0.5em;
	width: 8em;
	padding-left: 5px;
	color: #808080;
}

#about .section2 dl dd {
  margin-bottom: 0.5em;
  margin-left: 7.5em;
}


#about .no {
	color: #0000FF;
}
#about em {
	color: #DC0101;
	font-style: normal;
}

#about .img {
	line-height: 0;
}

#about .tab {
	margin-left: 0;
	padding-left: 0;
}

#about .tab li {
	float: left;
	width: 176px;
　　height: 33px;
	overflow: hidden;
}
