@charset "UTF-8";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
/*background-color: #f9f9f9; /* 全体の背景色 */
background-color: #cccccc; /* 全体の背景色 */
color: #000000; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	vertical-align: bottom;
}

/* --- 全体のリンクテキスト --- */
/*a:link { color: #0000ff; }*/
a:link { color: #000000; }
a:visited { color: #000090; }
/*a:hover { color: #ff8000; }*/
a:hover { color: #d8d; }
a:active { color: #ff0000; }

div.sideimg a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
/*
p.catch a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
*/
/* --- コンテナ --- */
#container {
width: 940px; /* コンテナの幅 */
/*width: 1000px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
/*background-color: #ffffff; /* コンテナの背景色 */
background-color: #cccccc; /* コンテナの背景色 */
/* border-left: 1px #c0c0c0 solid; コンテナの左境界線 */
/* border-right: 1px #c0c0c0 solid; コンテナの右境界線 */
}

/* --- ページ --- */
#page {
/*width: 930px; /* ページの幅 */
margin: 0 auto; /* センタリング */

width: 940px; /* ページの幅 */
background-color: #ffffff; /* コンテンツの背景色 */

}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#headerTop {
width: 100%;
background-color: #ffffff; /* コンテンツの背景色 */
}

#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 940px;
/*width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 auto; /* センタリング */
/*margin: 0 0 0; /* ヘッダのマージン（上、左右、下） */
padding: 5px 0 0; /* ヘッダのパディング（上、左右、下） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 10px 0px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 10px; /* サイトタイトルの文字サイズ */
font-weight: normal;
}
/* サイトタイトル内のリンク */
#header h1.siteTitle a,
#header p.siteTitle a {
text-decoration: none; /* テキストの下線（なし） */
color: #000000; /* 文字色 */
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 0; /* キャッチフレーズのマージン（上、左右、下） */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

div#headerRight {
	position: absolute;
	top: 0px;
	right: 10px;
}

div#headerRight ul {
	margin: 5px 0px;
	list-style: none;
}

div#headerRight ul.link li {
	display: inline;
	background: #999;
	font-size: 0.875em;
	padding: 2px;
}

div#headerRight ul.link li a:link,
div#headerRight ul.link li a:visited {
	color: #fff;
	text-decoration: none;
}

div#headerRight ul.link li a:hover {
	text-decoration: underline;;
}


/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 80px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
/*background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
font-size:12px;
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

#header .update{
 text-align: right;
 margin-bottom: 20px;
 font-size: 12px;
 color:#661988;
}

/* --- オープニングエリア（トップページ） --- */
#page div.opening {
clear: both;
width: 940px;
background-color: #fff;
margin-bottom: 6px; /* オープニングエリアの下マージン */
min-height:2px;
}
/* オープニングエリア内の見出し */
#page div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 134px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 0 0; /* リンクエリアのパディング（上下、左右） */
border: 0; /* リンクエリアの境界線（太さ、色） */
/*border: 1px #cccccc; /* リンクエリアの境界線（太さ、色） */
border-style: solid solid solid none; /* リンクエリアの境界線スタイル（上右下左） */
text-decoration: none; /* テキストの下線（なし） */
}
/* 最初のリンクエリア */
#header ul.nl li.first  {
width: 136px; /* 項目の幅 */
}
#header ul.nl li.first a {
/*border-left: 1px #cccccc solid; /* リンクエリアの左境界線 */
}
/* ポイント時の設定 */
#header ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 7px 20px; /* トピックパスのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
width: 100%; /* コンテンツの幅 */
/*margin-bottom: 10px; /* コンテンツの下マージン */
padding-top: 3px;
padding-bottom: 10px; /* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
float: right;
/*width: 620px; /* メインカラムの幅 */
margin-right:4px;
}
div.topPageMain	{
width: 620px; /* メインカラムの幅上書き */
}
div.secondPageMain	{
width: 680px; /* メインカラムの幅上書き */
}

/* --- ページタイトル（下層ページ） --- */
#main h2.pageTitle {
	color: #333;
	height: 50px;
	/*margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左） */
margin: 0 0 15px 0; /* ページタイトルのマージン（上右下左） */
	padding: 23px 10px 0px 75px; /* ページタイトルのパディング（上下、左右） */
	/*background-color: #e0e0e0; /* ページタイトルの背景色 */
	font-size: 150%; /* ページタイトルの文字サイズ */
	background-image: url(../img/heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* --- セクション（共通設定） --- */
#main div.section {
/*margin: 0 0 2em 20px; /* セクションのマージン（上右下左） */
margin: 0 0 0 0; /* セクションのマージン（上右下左） */
}

/* --- 標準セクション --- */
/* 見出し */
#main div.normal h2 {
margin: 0 0 1em; /* 見出しのマージン（上、左右、下） */
/*margin: 0 0 0; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
background-color: #e0e0e0; /* 見出しの背景色 */
font-size: 130%; /* 見出しの文字サイズ */
}
/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
padding: 1.1em 15px 0; /* セクションのパディング（上、左右、下） */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #ff8000; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ） --- */
#main div.update dl {
width: 590px; /* 新着情報の幅（メインカラムの幅から30px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}
#main div.waku	{
border-left: 1px solid #c0c0c0 ;
border-right: 1px solid #c0c0c0 ;
padding:0;
min-height:250px;
/*background-color:red;*/
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
float: right;
/*width: 300px; /* サイドバーの幅 */
padding-right:10px;
}
div.topPageNav	{
width: 300px; /* サイドバーの幅上書き */
}
div.secondPageNav	{
width: 240px; /* サイドバーの幅上書き */
}

#nav div.sideimg{
margin-bottom: 5px; /* セクションの下マージン */
text-align: center;
}

div.topPageNavi div.sidelang{
	background-image: url("../img/sideg1.jpg");
	width:300px;
	height:70px;
	/*padding-top:40px;*/
	text-align: center;
	margin-bottom: 5px; /* セクションの下マージン */
	color: #FFF;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center top;
}
div.secondPageNav div.sidelang{
	background-image: url("../img/s_sideg1.jpg");
	width:240px;
	height:56px;
	/*padding-top:30px;*/
	text-align: center;
	margin-bottom: 5px; /* セクションの下マージン */
	color: #FFF;
/*	background-size:contain;*/
	background-repeat: no-repeat;
	background-position: center top;
}

#nav div.sidelang a{
color: #FFF;
}
#nav div.sidelang a:hover {
 color: #faf;
}

div.topPageNavi div.sidelang p.gaiyou {
	margin: 3px;
	text-align: center;
}

div.secondPageNav div.sidelang p.gaiyou {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 3px 0px;
	text-align: center;
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 5px 8px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #e0e0e0; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis {
border: 1px #92c2dc solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.emphasis h2 {
background-color: #a7dcfc; /* 見出しの背景色 */
}

/* --- 強調セクション2（オレンジ） --- */
#nav div.strong {
border: 1px #f4c24d solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffce68; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0; /* 見出しのマージン（上書き） */
background-color: #a7dcfc; /* 見出しの背景色 */
border: 1px #92c2dc solid; /* 見出しの境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
border-bottom: 1px #c0c0c0 solid; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 10px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background-color: #f0ffff; /* ポイント時の背景色 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact {
padding: 0 0 0.3em; /* パディング（上、左右、下） */
}
/* お問い合わせ内の段落 */
#nav div.contact p {
margin: 0 10px 0.4em; /* 段落のマージン（上書き） */
}

div.inq_tel{
	margin-left: 10px;
	font-size: 24px;
	color: #0000CC;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
/*padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
/*border-top: 1px #c0c0c0 solid; /* フッタの上境界線 */
background: url(../img/body.jpg) repeat left; /* 項目の背景（区切り線） */
width: 100%;
clear: both;
}
#footer div#footerContent	{
	position:relative; 
	margin:0 auto;
	display:block;
	width:940px;
	height:166px;
}
#footer div#footerContent img.cha	{
	filter: Alpha(opacity=30);
	opacity: 0.3;
	z-index:0;
}
#footer div#footerContent p.futTxtEng	{
	position:absolute ;
	top:4px;
	left:670px;
	width:260px;
	z-index:1;
	text-align: right;
	font-family: "ヒラギノ明朝 Pro W4","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:13px;
	line-height:1.7;
	color: #FFF;
}
#footer div#footerContent p.futTxt	{
	position:absolute ;
	top:4px;
	left:12px;
	z-index:1;
	line-height:1.5;
	color:#ffffff;
	font-size:14px;
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

img	{
	border:0px;
}
/* --- ▲その他の設定終了 --- */

/* --- ▼セカンドページの設定開始 --- */
p.indentText	{
	text-indent:1em;
}
div.asset-body p.indentComment {
	text-indent:-1em;
	margin-left:1em;
/*	background-color: #EDEDED;*/
}

div.imgBox1	{
	min-width:340px;
	min-height:200px;
	display:block;
	float:left;
	text-align: center;
}
div.imgBox2	{
	width:680px;
	min-height:200px;
	display:block;
	float:left;
	text-align: center;
}

div.gaikan	{
	margin-bottom:12px;
}
div.asset-body div.gaikan p	{
	width:332px;
	float:left;
	text-align: center;
	margin:4px 0;
	padding:0;
}
div.gaikan  img	{
	margin-bottom:2px;
}

img.accessMap	{
	margin:0 auto;
}
dl.accessList dd	{
	margin:0 0 4px 24px;
}
dl.accessList dt	{
	font-weight: bold;
	padding: 2px 5px;
	background-color: #EDEDED;
}

table.jikansuu {
	/*border:1px solid gray;*/
	margin:0 auto;
}
table.jikansuu td	{
	/*border:1px solid gray;*/
	text-align: center;
	padding:1px;
	background-color: #EDEDED;
}

dl.kyoukaList dt	{
	margin-left:1em;
	height:18px;
}
dl.kyoukaList dd	{
	margin:-18px 0 4px 6em;
}

dl.kyoikuList dt	{
	margin-left:1em;
	height:18px;
}
dl.kyoikuList dd	{
	margin:-18px 0 4px 4em;
}

dl.doutikuList dt	{
	margin-left:1em;
	height:16px;
}
dl.doutikuList dd	{
	margin:-16px 0 4px 7em;
}

dl.sougouList dt	{
	margin-left:1em;
	height:16px;
}
dl.sougouList dd	{
	margin:-16px 0 4px 10em;
}

dl.enkakuList dt	{
	margin-left:1em;
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ ゴシック','MS Gothic','Osaka-等幅','monospace';
}
dl.enkakuList dd	{
	margin:-16px 0 0 7em;
}

dl.kenkyuList dt	{
	margin-left:1em;
	height:16px;
}
dl.kenkyuList dt.nendo	{
	font-weight:bold;
}
dl.kenkyuList dt.tukihi	{
	font-family:'ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','Osaka','sans-serif';
}
dl.kenkyuList dd	{
	margin:-16px 0 0 9em;
}

table.staffTable th	{
	background-color: #EDEDED;
}
table.staffTable td	{
	text-align: center;
	min-width:8em;
}
table.staffTable td.Affiliation	{
	text-align: left;
}

ul.ptaList li	{
	margin-left:-2em;
	list-style-type:none;
}

dl.ptaList dt	{
	margin-left:1em;
}
dl.ptaList dd	{
	margin:-16px 0 0 9em;
}

ol.ptaList li	{
	margin-left:-0.5em;
}

div.Slogan	{
	width:396px;
	height:56px;
/*	border:1px solid gray;*/
	padding:8px;
	margin:8px auto;
	color:#00008C;
	background-color: #FFFFAA;
	font-weight:bold;
}
div.Slogan span.txt1	{
	font-size:14px;
}
div.Slogan span.txt2	{
	font-size:18px;
}

/* 概要(outline) */
div#outline table.seitosuuTable	{
	margin-left:1em;
}
div#outline table.seitosuuTable td,div#outline table.seitosuuTable th	{
	text-align: center;
	padding:4px;
	background-color: #EDEDED;
	min-width:3em;
}
div#outline p.seitosuuText	{
	width:260px;
	text-align: right;
}
div#outline p.mokuhyou2	{
	margin-left:1em;
	font-weight:bold;
	font-size:16px;
}

/* 本校の教育について(gaiyou) */
div#gaiyou p.mokuhyou	{
	margin-left:1em;
	font-family:'HG正楷書体-PRO','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',cursive;
	font-size:18px;
}
div#gaiyou p.mokuhyou2	{
	margin-left:1em;
	font-weight:bold;
	font-size:16px;
}


div#gaiyou dl.kyoikuList dt	{
	margin-left:1em;
	height:18px;
}
div#gaiyou dl.kyoikuList dd	{
	margin:-18px 0 4px 6em;
}
div#gaiyou .bold	{
	font-weight:bold;
}
div#gaiyou ol.honnen	{
	margin-left:-0.5em;
	max-width:674px;
}
div#gaiyou span.olInsert	{
	font-weight:bold;
	margin-left:-2em;
	line-height:2.0;
}

div#gaiyou div.Slogan	{
	width:396px;
	height:56px;
	text-align: center;
	padding:8px;
	margin:8px auto;
	color:#00008C;
	background-color: #FFFFAA;
	font-weight:bold;
}
div#gaiyou div.Slogan span.txt2	{
	font-size:18px;
	line-height:3.0;
}

div#gaiyou table.jikansuu {
	/*border:1px solid gray;*/
	margin:0 auto;
}
div#gaiyou table.jikansuu th	{
	/*border:1px solid gray;*/
	text-align: center;
	padding:1px;
	background-color: #EDEDED;
}
div#gaiyou table.jikansuu td	{
	/*border:1px solid gray;*/
	text-align: center;
	padding:1px;
	background-color: #EDEDED;
}

div#gaiyou dl.kyoukaList dt	{
	margin-left:1em;
	height:18px;
}
div#gaiyou dl.kyoukaList dd	{
	margin:-18px 0 6px 11em;
}

/* --- ▲セカンドページの設定終了 --- */


div.pagenate {
	clear: both;
}

div.pagenate ul {
	text-align: center;
	padding: 0px;
}

div.pagenate ul li {
	display: inline;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}

ul.taikai,
ul.study,
ul.fujifusa {
	margin: 10px;
	padding: 0px;
	list-style: none;
}

ul.fujifusa li {
	line-height: 1.4;
	background-image: url(../img/fujifusa_ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 6px 0px;
}

ul.study li {
	line-height: 1.4;
	background-image: url(../img/study_ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 6px 0px;
}

ul.taikai li {
	line-height: 1.4;
	background-image: url(../img/taikai_ico.jpg);
	background-repeat: no-repeat;
	background-position: left 0em;
	padding-left: 20px;
	margin: 6px 0px;
}

dl.taikai {
	padding: 0px;
}

dl.taikai dt,
dl.taikai dd {
	padding: 5px;
}

dl.taikai dt {
	font-weight: bold;
	width:60px;
	float: left;
}

dl.taikai dd {
	margin: 0px;
	padding-left: 65px;
}

div.asset-meta {
	font-weight: bold;
	margin: 0px 0px 1em 0px;

}

div.asset-meta p {
	padding: 2px 5px;
	/*background-color: #EDEDED;*/
}

div.asset-body p {
	line-height: 1.5;
	margin: 1em 0px;
	padding: 0px 5px;
}

div.asset-content h3 {
	padding: 15px 0px 15px 45px;
	width: 630px;
	margin: 10px auot;
	background-image: url(../img/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.asset-content h4 {
	padding: 8px 0px 5px 35px;
	width: 640px;
	margin: 10px auot;
	background-image: url(../img/h4_ico.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-bottom: 1px solid #ccc;
}

div.asset-content h4 a:link,
div.asset-content h4 a:visited {
	color: #333;
}

div.asset-content h4.entry-title {
	font-size: 1.25em;
	padding: 8px 0px 10px 50px;
	width: 620px;
	margin: 10px auot;
	background-image: url(../img/h4t_ico.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom: 2px solid #ccc;
}

div.asset-content h5 {
	padding: 8px 0px 5px 35px;
	width: 640px;
	margin: 10px auot;
	background-image: url(../img/h5_ico.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	border-bottom: 1px solid #ccc;
}

div.entry-asset {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;	
}

div.content-nav {
	text-align: right;
}

h3.widget-header {
	background-image: url(../img/cat_ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 28px;
}

div.widget-content {
	
}

div.widget-content ul {
	padding: 0px;
}

div.widget-content ul li {
	background-image: url(../img/catlist_ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	padding-left: 15px;
	line-height: 1.5;
}

.column2 {
	width: 90%;
	margin: 10px auto;
}

.column2 .left,
.column2 .right {
	width: 50%;
	text-align: center;
}

ul#guideIndex {
	width: 640px;
	margin: 10px auto;
	padding: 0px;
	list-style: none;
}

ul#guideIndex li {
	float: left;
	width: 320px;
	text-align: center;
	padding-bottom: 10px;
}

div.asset-body p.rbutton {
	text-align: right;
	padding: 30px 5px;
}

table.style1 {

}

table.style1 th,
table.style1 td {
	padding: 5px;
	line-height: 1.4;
}

table.style1 th {
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}

table.style1 td {
	
}


.clearFix .left {
	float: left;
}

.clearFix .right {
	float: right;
}

.asset-body {
	overflow: hidden;
}