/* --------------------------------------------------------------------------------------------------
|| Yoshikatsu Web : CSS
																																					Last Edit is Apr/18/2006
---------------------------------------------------------------------------------------------------- */



/* -----------------------------------------------------------
　　基本設定
----------------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}



html {
	overflow-y: scroll;
    -webkit-text-size-adjust: none;
}


body {
	font-size: 100%;
	background-color: #336666;
	/* background-image: url(img/slash.gif); */
	background-repeat: repeat;
	text-align: center;
}


a:link,a:visited {
	border-bottom: 1px dotted #fff;
	color: #555;
	text-decoration: none;
}


a:hover {
	border-bottom: 1px dotted #060606;
	color: #333333;
	text-decoration: none;
}


h2 {
	margin: 0 0 6px ;
	padding: 5px 0px 0px 20px;
	font-size: 1em;
}


h3 {
	padding-left: 6px;
	margin: 1em 0 1em 1px;
	border-left: solid #3377CC 6px;
	font-size: 1em;
	color: #333355;
	line-height: 1.2em;
}


p {
	font-size: 1em;
	line-height: 1.5em;
}



/* -----------------------------------------------------------
　　見出しの背景にバーを表示（Hタグ補間の為に使用）
----------------------------------------------------------- */

.columnBarS {
	height: 28px;
	width: 180px;
	padding: 5px 0 0 5px;
	font-size: 0.8em;
	background-image: url(img/columnBarS.gif);
	background-repeat: no-repeat;
}


.columnBarM {
	height: 28px;
	width: 491px;
	padding: 5px 0px 0px 7px;
	background-image: url(/img/ColumnBarM.gif);
	background-repeat: no-repeat;
}

.columnBarMHigh {
	height: 52px;
	width: 477px;
	padding: 5px 7px 0px 7px;
	line-height: 1.2em;
	background-image: url(img/ColumnBarMHigh.gif);
	background-repeat: no-repeat;
}

.columnBarL {
	height: 28px;
	width: 632px;
	background-image: url(img/ColumnBarL.gif);
	background-repeat: no-repeat;
}


.columnBarLHigh {
	height: 42px;
	width: 632px;
	padding-top: 8px;
	line-height: 1.2em;
	background-image: url(img/ColumnBarLHigh.gif);
	background-repeat: no-repeat;
}




/* -----------------------------------------------------------
　　段組の設定
----------------------------------------------------------- */

#container {
	width: 950px;
	padding: 0;
	margin: 0px auto;
	border: solid #aaaaaa 1px;
	text-align: center;
	background-color: #ffffff;
	background-image: url(img/back01.gif);
	background-repeat: repeat-y;
}


#unit0 {
	width: 950px;
	padding: 0;
	margin: 0;
	text-align: left;
}



/* 3段組の際に左のサブメニューとメインコンテンツの領域を設定 */
#unit1 {
	float: left;
	width: 738px;
}



/* 2段組の際に背景を変えるために使用　 */
#unit2 {
	float: left;
	width: 950px;
	background-image: url(img/back02.gif);
}



/* -----------------------------------------------------------
　　3段組の際にメインとなるコンテンツ領域
----------------------------------------------------------- */

#contents {
	float: right;
	width: 526px;
	padding: 20px 0 0 0;
	text-align: left;
}



/* -----------------------------------------------------------
　　2段組の際にメインとなるコンテンツ領域
----------------------------------------------------------- */

#contentsL {
	float: right;
	width: 738px;
	padding: 0;
	text-align: left;
}




/* -----------------------------------------------------------
　　左側のサブメニュー
----------------------------------------------------------- */

#side1 {
	width: 190px;
	margin: 20px auto 0 15px;
	font-size: 0.9em;
	text-align: left;
}


#side1 .photoFrame1 {
	margin-left: 0px;
}



/* -----------------------------------------------------------
　　右側のサブメニュー（3段組の場合のみ）
----------------------------------------------------------- */

#side2 {
	float: left;
	width: 178px;
	margin: 20px auto 0 14px;
	font-size: 0.9em;
	text-align: left;
}


#side2 p {
	margin: 0 0 0 1em;
}


#side2 .leftMargin8 {
	margin-left: 8px;
}



/* -----------------------------------------------------------
　　フッター
----------------------------------------------------------- */

#footer {
	clear: both;
	width: 940px;
	padding: 6px 0px 10px 10px;
	border-top: solid #999999 1px;
	color: #EEF;
	text-align: left;
	background-color: #110F55;
}


#footer p{
	font-size: 0.9em;
}



/* -----------------------------------------------------------
　　ヘッダー
----------------------------------------------------------- */

#siteName {
	height: 167px;
	width: 950px;
	margin: 0;
	text-indent: -7600px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#header_lead {
	margin: -86px 0 0 340px;
	text-align: left;
	color: #FCF;
}

#haderSub	{
	height: 46px;
	width: 950px;
	margin: 0px auto;
	text-indent: -9999px;
	background-image: url(img/headerSub.jpg);
	background-repeat: no-repeat;
}



/* -----------------------------------------------------------
　　ページタイトル表示
----------------------------------------------------------- */

#pageTitle,#pageTitleC {
	height: 43px;
	width: auto;
	padding: 13px 0 0 40px;
	margin: 0 0 0 0;
	font-size: 20px;
	background-repeat: no-repeat;
}


#pageTitle {
	background-image: url(img/titleBar0.jpg);
}


#pageTitleC{
	background-image: url(img/titleBar0c.jpg);
}




/* -----------------------------------------------------------
　　（トップのメニューバーの下からフッターまでの領域に
　　　各種設定をするために、unit0を作成）
----------------------------------------------------------- */

#unit0 li {
	padding-left: 15px;
	margin: 4px 0px;
	line-height: 1.5em;
	background-image: url(img/linkMark.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}


#unit0 ol li {
	padding: 0 0 0 0;
	margin: 0 0 10px 10px;
	background-image: none;
	list-style: decimal;
}


/* -----------------------------------------------------------
　　side1, side2 の ul の設定
----------------------------------------------------------- */

#side1 ul,#side2 ul {
	padding: 0;
	margin: 0px 4px 20px 4px;
	list-style: none;
}



/* -----------------------------------------------------------
　　blockquote に枠を付ける
----------------------------------------------------------- */

blockquote {
	padding: 10px 10px 0px;
	margin: 0 30px 1em;
	border: solid #CCCCCC 1px;
}


blockquote p{
	margin: 0 0 1em 0;
}



/* -----------------------------------------------------------
　　ページ上部のメニュー表示用
----------------------------------------------------------- */

#navi, #navi_selector {
	width : 950px;
	margin: 0;
	padding: 0;
	/* padding: 5px 0px 3px 0px; */
	background-color:#666666;
	background-image:url(img/topMenuBack.gif);
	background-repeat:repeat-x;
	color: #ffffff;
	float: left;
	text-align: left;
}


#navi_selector {
	border-bottom: solid #444 1px;
	background-image: url(img/topMenuBack.gif);
	background-position: 0 -1px;
}


.navi_this {
	margin: 0;
	padding: 0;
	background-image: url(img/topMenuBackHover.gif);
}


.navi_column_name {
	width: 12em;
}


#navi ul, #navi_selector ul {
	list-style-type: none;
	margin:0 0 0 /* 13px */;
	padding:0;
	font-size: 0.9em;
}


#navi li, #navi_selector li {
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
	background-image: url(img/linkMark3.gif);
}


#navi a, #navi a:link, #navi a:visited, #navi_selector a, #navi_selector a:link,#navi_selector a:visited {
	height: auto;
	padding: 4px 0.7em 1px;
	margin: 0 ;
	border: none;
	color: #FFFFFF;
	line-height: 1.6em;
	text-decoration: none;
	display: block;
	background-color: transparent;
}


#navi a:hover, #navi_selector a:hover {
	background-color: #555555;
	background-image: url(img/topMenuBackHover.gif);
	background-repeat: repeat-x;
}

#navi a:hover.navi_column_name {
	background-image: url(img/topMenuBack.gif);
}
#navi_selector a:hover.navi_column_name {
	background-image: url(img/topMenuBack.gif);
	background-position: 0 -1px;
}

/* -----------------------------------------------------------
　　リンクの左にマークを表示
----------------------------------------------------------- */
.linkMark {
	padding-left: 14px;
	background-image: url(img/linkMark.gif);
	background-repeat: no-repeat;
}


.linkMark2  {
	padding-left: 16px;
	background-image: url(img/linkMark2.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}



/* -----------------------------------------------------------
　　写真（画像）に枠を付ける
----------------------------------------------------------- */

.photoFrame1 {
	text-align: center;
}


.photoFrame1 img{
	margin: 0 10px 0 0;
	border: solid #999999 1px;
}



.photoFrame2 {
	width: 178px;
	padding-bottom: 10px;
	border-top: solid #cccccc 1px;
	border-right: solid #aaaaaa 1px;
	border-bottom: solid #aaaaaa 1px;
	border-left: solid #cccccc 1px;
	background-color: #FFFFFF;
}


.photoFrame2 img {
	margin: 16px;
}


.photoFrame2 p {
	font-size: 0.8em;
	text-align: center;
}



/* -----------------------------------------------------------
　　その他
----------------------------------------------------------- */

#pankuzu {
	padding: 0;
	margin: 0 0 20px 10px;
	font-size: 0.8em;
}


#contents #mainContents {
	margin: 0 13px 0 19px;
}



#mainContents {
	margin: 0 0 0 50px;
	widht: 638px;
}
#contentsL #mainContents {
	margin: 0 42px 0 42px;
	widht: 500px;
}


#mainContents p {
	margin: 0 1em;
	line-height: 1.6em;
}


#mainContents td p {
	margin: 0.5em;
}


#mainContents ul {
	padding: 0;
	margin: 0.5em 8px 10px 1em;
	font-size: 1em;
	list-style: none;
}


ol {
	margin: 0px 20px 10px 28px;
	font-size: 0.8em;
	list-style: none;
}


ul ul {
	margin-top: 5px;
	font-size: 1em;
}



/* -----------------------------------------------------------
　　段落修飾用
----------------------------------------------------------- */

.small {
	font-size: 0.8em;
}


.center
{
	text-align: center;
}


.imgRight {
	float: right;
}


.clearBoth {
	clear: both;
}


.right {
	margin-right: 50px;
	text-align: right;
}


.red {
	color: red;
}


/* -----------------------------------------------------------
　　カレンダー
----------------------------------------------------------- */

.calendar{
	margin: 6px 10px 6px 0;
	border-collapse: collapse;
	width: 164px;
	border: 1px solid #d7d7d7;
}
.calendar caption{
  margin: 2px 0 0 ;
  padding: 4px 0 3px;
  background: #fceced;
  font-size: 12px;
  border: 1px solid #d7d7d7;
}
.calendar th{
	padding: 4px 0 4px;
  border: 1px solid #a0a0a0;
  background: #884433;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
	width: 20px;
}
.calendar td{
	border: 1px solid #a0a0a0;
	background: #fafafa;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	padding-top: 2px;
}
.calendar .closed{
  color: #f20000;
  font-weight:bold ;
  background: #fcd488;
}

/* -----------------------------------------------------------
　　Video
----------------------------------------------------------- */

.video {
	background-color:#aaaaaa;
	padding: 10px 0;
}

