@charset "utf-8";
/* CSS Document */

/*　全体設定
***********************************************************/

body {
	color: #535353;
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}


dl, ul, ol {
	margin: 30px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: baseline;
}

p {
	margin: 10px 0 0 0;
}

h1, h2, h3, h4{
	margin:0;
	padding:0;
}

a{
	color: #535353;
	text-decoration: underline;
}

a:hover{
	color:#a81563;
}

a img {
	border: none;
}


/*　共通設定
***********************************************************/

.first_child{
	margin-top:0 !important;
}

ul.list_normal{
	margin:10px 0 0 10px;
	padding-left:10px;
}

ol.list_normal{
	margin:10px 0 0 30px;
}

.txt_right{
	text-align:right;
}

.txt_center{
	text-align:center;
}

/*　ヘッダー部分
***********************************************************/
div#header{
	width: 100%;
	margin: 0 auto;
	padding:0;
	background: url(../images/header_bg.gif) repeat-x left top;
}

div#top{
	width: 960px;
	margin: 0 auto;
	padding: 0 32px;
	clear:both;
	overflow:hidden;
}

div#top div#top_l{
	float:left;
	width:394px;
	overflow:hidden;
}

div#top div#top_r{
	float: right;
	width:160px;
}

div#top h1#logo1,
div#top div#logo1{
	float:left;
	margin:24px 0 0 0;
	height:38px;
}

div#top div#logo2{
	float:right;
	margin:29px 0 0 0;
	padding:0;
	height:13px;
}

*+html div#top div#logo2{
	margin:27px 0 0 0;
	padding:0;
	height:13px;
}

/*　グローバルナビ部分
***********************************************************/
div#globalNav {
	width:960px;
	height:40px;
	margin: 21px auto 0;
	padding: 0 32px;
	overflow:hidden;
}

div#globalNav ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#globalNav ul li{
	display:inline;
	float:left;
	padding:0;
}

/*　トップページ
***********************************************************/

div#visual_area{
	width: 100%;
	height:300px;
	margin: 0 auto;
	padding:0;
	background: url(../../images/top_bg.gif) repeat-x left top;
	overflow:hidden;
}

div#visual_contents{
	width:960px;
	margin:0 auto;
	padding: 0 32px;
}

div#top_contents{
	width:960px;
	margin:30px auto;
	padding: 0 32px;
	overflow:hidden;
	zoom:1;
}

div#top_contents_left{
	float:left;
	width:390px;
}

div#top_contents_right{
	float:right;
	width:550px;
}

div#top_contents_left div.tcl_waku{
	margin-top:20px;
	width:100%;
	overflow:hidden;
	zoom:1;
}

div#top_contents_left div.tcl_waku div.tcl_w_l{
	width:230px;
	float:left;
}

div#top_contents_left div.tcl_waku div.tcl_w_r{
	width:138px;
	float:right;
}

p.title_red{
	color:#a81563;
	font-weight:bold;
}

p.title_gray{
	font-weight:bold;
}

table.table_top{
	border-collapse:collapse;
	empty-cells:show;
	margin:8px auto 0;
}

table.table_top th{
	border-right:1px solid #ffffff;
	background-color:#8c8c8c;
	color:#ffffff;
	padding:5px 0;
}

table.table_top td{
	border-right:1px dotted #8c8c8c;
	border-bottom:1px solid #8c8c8c;
	padding:10px 0;
	font-size:160%;
	font-weight:bold;
}

table.table_top th.no_border,
table.table_top td.no_border{
	border-right: none;
}

div#top_contents_right div.tcr_waku{
	margin-top:20px;
	width:100%;
	overflow:hidden;
	zoom:1;
}

div#top_contents_right div.tcr_waku div.tcr_w_l{
	width:380px;
	float:left;
}

div#top_contents_right div.tcr_waku div.tcr_w_r{
	width:150px;
	float:right;
}

dl.topics{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}

dl.topics dt{
	width:4.5em;
	float:left;
	clear:both;
	font-weight:bold;
}

dl.topics dd{
	width: auto;
	margin-left:5.5em;
	padding-bottom:12px;
	padding-left:105px;
}

dl.topics dd.about{
	background: url(../../images/icon_about.gif) no-repeat left 0.2em ;
}

dl.topics dd.language{
	background: url(../../images/icon_language.gif) no-repeat left 0.2em ;
}

dl.topics dd.study{
	background: url(../../images/icon_study.gif) no-repeat left 0.2em ;
}

dl.topics dd.global{
	background: url(../../images/icon_global.gif) no-repeat left 0.2em ;
}

dl.topics dd.others{
	background: url(../../images/icon_others.gif) no-repeat left 0.2em ;
}

/*　コンテンツ部分
***********************************************************/

div#waku{
	width: 100%;
	margin: 0 auto;
	background: url(../images/waku_bg.gif) repeat-x left top;
	overflow:hidden;
}

/* パンくず */
div#breadcrumbs {
	width: 100%;
	height:31px;
	margin: 0 auto;
	padding:10px 0 0;
	overflow:hidden;
}

div#breadcrumbs_contents{
	width: 960px;
	margin: 0 auto;
	padding:0 32px;
}

div#breadcrumbs_contents ul {
	list-style: none outside none;
    overflow: hidden;
    padding: 0;
	color:#ffffff;
}

div#breadcrumbs_contents ul li{
	display: inline;
}

div#breadcrumbs_contents ul li span,
div#breadcrumbs_contents ul li a{
	background: url(../images/icon_breadcrumbs.gif) no-repeat right 3px;
    margin-right: 5px;
    padding-right: 10px;
	color:#ffffff;
}

/* コンテンツ */
div#main{
	width: 960px;
	margin: 20px auto 0;
	padding:0 32px;
	overflow:hidden;
	zoom:1;
}

/* 左ナビ */
div#leftnavi{
	float:left;
	overflow:hidden;
	width:230px;
}

div#leftnavi dl{
	width:100%;
}

div#leftnavi dl dt{
	padding:0;
	margin:0;
}

div#leftnavi dl dd{
	margin:5px 0 0 0;
	padding:0;
}

div#leftnavi dl dt img,
div#leftnavi dl dd img{
	vertical-align:text-bottom;
}


/* コンテンツ */
div#contents{
	float:left;
	width:840px;
	padding-bottom:30px;
}

h1{
	margin-top:30px;
}

div.title_h2{
	width:710px;
	background: url(../images/h2_bottom.gif) left bottom no-repeat;
	padding-bottom:5px;
	min-height:35px;
	margin-top:30px;
	overflow:hidden;
}

div.title_h2_top{
	width:710px;
	background: url(../images/h2_bottom.gif) left bottom no-repeat;
	padding-bottom:5px;
	min-height:35px;
	margin-top:12px;
	overflow:hidden;
}

div.title_h2 div.title_h2_body,
div.title_h2_top div.title_h2_body{
	width:710px;
	background:url(../images/h2_top.gif) left top no-repeat;
	padding:10px 0 0 22px;
}

div.title_h2 h2,
div.title_h2_top h2{
	font-size:105%;
	color:#be4d7e;
}

h3{
	margin-top:20px;
	background:url(../images/icon_square.gif) no-repeat left 0.4em;
	padding-left:16px;
	font-size:100%;
}

div.section{
	overflow:hidden;
	zoom:1;
}

div.section div.s_left{
	float:left;
	width:415px;
}

div.section div.s_right{
	float:right;
	width:280px;
}

/* dlリスト */
dl.list_lines{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}

dl.list_lines dt{
	width:6em;
	float:left;
	clear:both;
}

dl.list_lines dd{
	width:auto;
	margin-left:6em;
}

dl.list_lines4{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}

dl.list_lines4 dt{
	width:4em;
	float:left;
	clear:both;
}

dl.list_lines4 dd{
	width:auto;
	margin-left:4em;
}


/* go to top */
div.go2Top {
    overflow: hidden;
}

div.go2Top p {
    background: url("../images/arrow_up.gif") no-repeat scroll left 0.5em transparent;
    float: right;
    font-size: 90%;
    padding-left: 13px;
}

/*　フッター部分
***********************************************************/
div#footer{
	width: 100%;
	margin: 0 auto;
	padding:0;
	background: url(../images/footer_bg.gif) repeat-x left top;
	background-color:#ebebeb;
}

div#footer_contents{
	width: 960px;
	margin: 0 auto;
	padding:0 32px 30px;
	clear:both;
	overflow:hidden;
	zoom:1;
}

div#footer_contents div.fc_l{
	float:left;
}

div#footer_contents div.fc_r{
	float:right;
}
