/* ------- ここから、一般的な装飾指定についての内容です ------- */
/* 汎用の要素 */

body {
	color:#333333;
	background-color:#FAF8ED;
	margin:0px;
	padding:0px;
	text-align:center;
	}

h3 {
	margin-top:20px;
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	width:565px;
	color:#415967;
	background-color:#FFFFFF;
	}

h4 {
	font-size:90%;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#f8f8ff;
	color:#333333;
	width:565px;
	}

h5 {
	font-size:0.9em;
	padding-left:5px;
	border-bottom:1px solid #CCCCCC;
	border-left:4px solid #990033;
	font-weight:bold;
	color:#003366;
	margin-left:1px;
	width:565px;
	margin-bottom:4px;
	}

h6 {
	font-size:0.8em;
	font-weight:normal;
	padding:5px;
	color:#003366;
	margin-left:1px;
	width:565px;
	margin-bottom:4px;
	background-color:#f8f8ff;
	border-bottom:1px solid #CCCCCC;
	}

a:link {
	color:#134884;
	}

a:visited {
	color:#666381;
	}

a:active {
	color:#134884;
	}

a:hover {
	color:#cb6900;
	text-decoration:none;
	background-color:#FCFAED;
	}

img {
	border:none;
	margin:0px;
	}

.img_left {
	float:left;
	margin-right:17px;
	}
	
.img_right {
	float:right;
	margin-left:17px;
	}
	
.img_center {
	text-align:center;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

.clear {
	clear:both;
	}

.hidden {
	display:none;
	}

.invalid {
	text-decoration:line-through;
	}

/* ------- ここから、頁の基本的な構成についての内容です ------- */

/* 全体の大枠 */

#main {
	width:770px;
	margin:auto;
	text-align:left;
	background-color:#FFFFFF;
	}

/* パンくずリスト */

.breadcrumbs_dl {
	font-size:75%;
	font-weight:lighter;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	border-top:solid 1px #808080;
	}

.breadcrumbs_dd {
	margin-right:2px;
	margin-left:2px;
	margin-bottom:5px;
	padding:3px;
	float:left;
	display:block;
	}

/* contents */

#contents {
	margin-top:0px;
	}

/* もくじ */

#menu_main {
	float:left;
	margin-bottom:25px;
	width:180px;
	}

.menu_main_ul {
	margin-left:0px;
	margin-top:15px;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
	}

.menu_main_li:link {
	display:block;
	font-size:90%;
	margin:5px;
	font-weight:lighter;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:7px solid #D8D8D8;
	list-style-type:none;
	width:160px;
	line-height:2em;
	padding:2px;
	text-decoration:none;
	}

.menu_main_li:visited {
	display:block;
	font-size:90%;
	margin:5px;
	font-weight:lighter;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:7px solid #D8D8D8;
	list-style-type:none;
	width:160px;
	line-height:2em;
	padding:2px;
	text-decoration:none;
	color:#666381;
	}

.menu_main_li:hover {
	display:block;
	font-size:90%;
	margin:5px;
	font-weight:normal;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:7px solid #808080;
	list-style-type:none;
	padding:2px;
	width:160px;
	line-height:2em;
	color:#4B2942;
	background-color: #D8D8D8;
	text-decoration:none;
	}

/* リンク集・地図など */

.menu_contact_ul {
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
	}
	
.menu_contact_li:link {
	display:block;
	font-size:0.7em;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:4px double #808080;
	border-right:4px double #808080;
	background-color: #D8D8D8;
	color:#0A4B94;
	margin:3px;
	text-align:center;
	width:165px;
	line-height:1.5em;
	text-decoration:none;
	}

.menu_contact_li:visited {
	display:block;
	font-size:0.7em;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:4px double #808080;
	border-right:4px double #808080;
	background-color: #D8D8D8;
	color:#4B2942;
	margin:3px;
	text-align:center;
	width:165px;
	line-height:1.5em;
	text-decoration:none;
	}

.menu_contact_li:hover {
	display:block;
	font-size:0.7em;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:4px solid #808080;
	border-right:4px solid #808080;
	margin:3px;
	text-align:center;
	width:165px;
	line-height:1.5em;
	color:#4B2942;
	background-color:#FCFCE9;
	text-decoration:none;
	}

/* 中央の列（いわゆる「主部」です） */

#center {
	float:left;
	margin-left:10px;
	padding-right:10px;
	max-width:565px;
	}
	
.no_li {
	list-style-type:none;
	list-style-image:none;
	}	

.page_top {
	text-align:right;
	margin-bottom:25px;
	}
	
div#action dt{
	float: left;
	padding-left: 20px;
	line-height: 25px;
	}

div#action dd{
	padding-left: 100px;
	line-height: 25px;
	}

/* 頁の下部 */

#index_footer_1 {
	clear:both;
	border-top:1px solid #808080;
	text-align:left;
	margin-bottom:25px;
	}

#index_footer_2 {
	float:left;
	padding-top:5px;
	text-align:right;
	width:450px;
	}	

div#index_footer_2 p {
	font-size: 80%;
	color:#666666;
	}

#index_footer_right {
	float:left;
	padding-top:5px;
	text-align:right;
	width:760px;
	}

div#index_footer_right p{
	font-size:70%;
	color:#666666;
	}
	
#index_footer_left {
	float:left;
	padding-top:5px;
	padding-left:10px;
	text-align:right;
	width:250px;
	}

div#index_footer_left p{
	font-size:70%;
	color:#666666;
	text-align:left;
	}

#index_footer_center {
	padding-top:5px;
	text-align:center;
	width:760px;
	}


/* ------- ここから、（日本語版の）index についての内容です ------- */

/* 中央のコラム */

#top_center {
	float:left;
	margin-left:10px;
	padding-right:5px;
	width:420px;
	}
	
/* お知らせ・新着情報・トピックス */

.news {
	float:left;
	width:560px;
	padding:5px;
	}

.news_h2 {
	font-size:95%;
	font-weight:normal;
	border-left:7px solid #808080;
	margin-top:10px;
	color:#333333;
	background-color:#D8D8D8;
	padding:2px 0px 2px 6px;
	background-image:url(../cimg/news.jpg); /*要修正*/
	}
p.greet {
	font-size:90%;
	}

div#qualification table {
    border:1px solid #808080;
    border-spacing:0px;
    border-collapse:collapse;
    margin:10px;
    }

div#qualification th {
    border:1px solid #808080;
    background-color:#ccccff;
    padding:2px;
    font-style:normal;
    font-weight:normal;
    }

div#qualification td {
    border:1px solid #808080;
    padding:2px;
    }
