/*-------design.css サブテンプレート共通-------*/

/*-------見出し〜全般-------*/
#contents h2 {
	font-size: 100%;
	letter-spacing: 0.3em;
	background-image: url(../images/bg-pink.gif);
	padding: 5px;
	margin: 0px 0px 20px 5px;
	text-indent: 20px;
	width: 90%;
}

#contents h3 {
	clear: both;
	font-size: 97%;
	letter-spacing: 0.3em;
	text-indent: 1em;
	margin: 5px 0 15px 15px;
	padding: 3px 0 3px 0;
	border-left: 6px solid #99ccff;
}

#contents h4	{
	font-size: 95%;
	letter-spacing: 0.1em;
	margin: 15px 5px 15px 20px;
	padding: 3px;
	text-indent: 20px;
	width: 85%;
	clear: left;
	background: url(../images/bg-pink2.gif) 0px 0px no-repeat;
	border-bottom: 2px dotted #808080;
}

#contents h5	{
	font-size: 90%;
	width: 80%;
	margin: 5px 0px 15px 25px;
	border-bottom: 1px dotted #cccccc;
}

#contents h6	{
	font-size: 90%;
	margin: 5px 0px 15px 30px;
}

/*-------段落〜全般（ほとんどに使用）-------*/
#contents p {
	font-size: 90%;
	line-height: 150%;
	/*text-indent: 1em;*/
	margin: 5px 5px 15px 20px;
	width: 90%;
	clear: left;
}

/*-------段落〜パターン１-------*/
div.exp	{
	font-size: 0.9em;
	margin: 15px 0px 15px 15px;
	padding: 20px;
	width: 85%;
	clear: left;
	border: 2px solid #84C1FF;
}


/*-------整形済み------*/
#contents pre {
	font-size: 90%;
	line-height: 150%;
}

/*-------箇条書き〜横ナビゲーション------*/
#nav1 {
	margin-left: 30px;
}

#nav1 li{
	font-size: 0.9em;
	background-color: #eee;
	text-align: center;
	padding: 5px 0px;
	margin: 10px 0px;
	list-style-type: none;
	width: 160px;
	height: 15px;
	float: left;
	border: 1px solid #84c1ff;
}

/*-------箇条書き UL-------*/
#contents ul	{
	font-size: 90%;
	line-height: 150%;
	text-indent: 1em;
	margin: 5px 0px 15px 30px;
}

/*-------番号付き　箇条書き OL-------*/
#contents ol {
	font-size: 90%;
	line-height: 150%;
	text-indent: 1em;
	margin: 5px 0px 15px 30px;
}

#contents ol.exp{
	font-size: 90%;
	text-align: justify;
	line-height: 160%;
	margin: 5px 0px 15px 30px;
	padding-left: 20px;
	width: 80%;
}

/*-------箇条書き〜定義リスト-------*/
#contents dl{
	font-size: 90%;
	line-height: 150%;
	text-indent: 1em;
	margin: 5px 0px 15px 30px;
}

#contents dt {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 5px;
}
#contents dd {
	font-size: 85%;
	margin-bottom: 5px;
}


/*-------表〜全般適用--- table関係のパターン(contents以外に使用しない！) -----*/
table   {	clear: both;
		font-size: 0.8em;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		margin: 10px 0px 15px 10px;
		width: 98%;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	color: #3333cc;
	background-color: #eaefff;
	letter-spacing: 1em;
	margin: 10px 0px 0px 10px;
	padding: 5px;
	border-top: 1px solid #999;
}

th {
	font-size: 1.1em;
	color: #3366ff;
	padding: 5px 0px;
	border-bottom: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	white-space: nowrap;
}

td {
	padding: 2px 0px;
	border-bottom: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
}

/*-------写真〜全般適用------- 写真・画像レイアウトパターン ------*/
div.photo    {
	margin: 3px;
	padding: 0;
	width: 185px;
	height: 180px;
	float: left;
}

span.exp    {					/*-- 写真の説明文用 --*/
	font-size: 0.8em;
	color: #000000;
	line-height: 100%;
	width: 185px;
	height: 24px;
}              


/*----------- 画像＆写真のレイウト --------*/
/* イメージ画像の配置レイアウト */
.image div{
	width:120px;				/*画像幅90px+30px*/
	height:120px;				/* 画像高さ＋α*/
	float:left;
}


/* アルバム風写真レイウト */
.album div{
	width: 200px;				/*写真幅135px＋α*/
	height:200px;				/*写真高さ+文字分＋α*/
	float: left;
	margin-left: 20px;
}

/*-- 写真の配置用ボックス（写真２つセンター揃え） （2009.9月追加）--*/
.photo_box1{
	width: 100%;
	padding:  15px 100px;
}

/*-- 写真の配置用ボックス（写真１枚センター揃え）（2009.9月追加） --*/
.photo_box2{
	margin: 15px 0;
	text-align: center;
}

/*-------画像〜パターン１-------*/
div.img	{
	text-align: center;
	margin-bottom: 10px;
	width: 90%;
	border: 1px dotted #999;
}


/*-------アドレス　住所・電話・FAX・メール・連絡先に使用-------*/
#contents address {
	clear: both;
	font-style: normal;
	margin-left:100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-------08.9より補足分--------------------------*/

/*-------担当者名〜右寄せ-------*/
#contents p.note1 {
	text-align: right;
}

/*----- クリア用クラス指定 （2009.9月追加）-----*/
.cl{
	clear: both;
}

/* ---- 10.2より追加 ------------- */

.red{
	color: red;
}
