@charset "Shift_JIS";]

/**************************************************
	リセット
**************************************************/
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
	color:#333;
	font-family:Verdana,Helvetica,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ　Ｐゴシック",sans-serif;
}	
	
/**************************************************
	初期設定
**************************************************/
body {
	padding:0;
	margin:0 auto;
	background:#FFF none;
	text-align:center;
	color:#333;
	line-height:120%;
}

img {
	border:0;
	vertical-align:bottom;
}

table {
	font-size:11pt;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

caption {
	text-align:left;
	margin:5px 0 0 0;
}

th, td {
	padding:3px 7px;
	border-left:1px solid #333;
	border-top:1px solid #333;
	text-align:left;
	vertical-align:top; 
	font-weight:normal;
}

ul, dl, ol {
	list-style-position:outside;
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h2, h3, h4, h5, h6 { clear:both; }

p {	font-size:11pt; }

strong, em { font-weight:normal; font-style:normal; }

a:link, a:visited { color:#333; text-decoration:underline; }
a:hover, a:active { color:#333; text-decoration:none; }

h1 a, h2 a { color:#333; text-decoration:none; }

.contentsLink { display:none; }

/*	 リンク設定	*/
div#contSide a:link,
div#contSide a:visited { color:#333; text-decoration:none; }
div#contSide a:hover,
div#contSide a:active { color:#333; text-decoration:underline;}

ul#footerNavi a:link,
ul#footerNavi a:visited { color:#333; text-decoration:none; }
ul#footerNavi a:hover,
ul#footerNavi a:active { color:#333; text-decoration:none;}


/**************************************************
	Wrapper
**************************************************/
div#wrapper {
	position:static;
	margin:0 auto;
	width:640px;
	background:none;
	text-align:left;
}

div#wrapper .imgLeft,
div#wrapper .imgRight {	display:none; }


/**************************************************
	Header Area
**************************************************/
div#headerArea {
	margin:0 auto;
	width:640px;
}


/*		English Button Area		*/
div#englishBtArea {	display:none; }


/*		Logo Area		*/
div#logoArea {
	position:relative;
	margin:0 auto;
	width:640px;
	height:25px;
	background:none;
}
	
div#logoArea h1 {
	position:absolute;
	top:0px;
	left:0px;
}

div#logoArea p {
	position:absolute;
	top:7px;
	left:350px;
}


/*		Header Navi		*/
div#headerNavi { display:none; }


/*		Pan		*/
div#pan { margin:13px 0 0 0; }


/**************************************************
	Contents Area
**************************************************/
div#contArea {
	width:640px;
	margin:17px auto 0 auto;
}

#home div#contArea { margin-top:17px; }

.box1 #contMain {
	margin:0 auto;
	width:640px;
}
	
.box1 #contSide { display:none; }

.box2 #contMain {
	float:none;
	margin-bottom:0;
	padding:0;
	width:640px;
}
	
.box2 #contSide { display:none; }



/**************************************************
	Contents Main Area
**************************************************/
/*		文字の設定		*/
#contMain .ti001 {
	height:100%;
	margin-bottom:17px;
	padding:0;
	background:none;
	font-size:15pt;
	text-decoration:underline;
}

#contMain .ti001 .englishTitle { display:none; }
#contMain .ti001 a:hover { color:#333; }

#contMain .ti002 {
	margin-bottom:17px;
	padding:0;
	border-bottom:0;
	background:none;
	font-size:15pt;
	text-decoration:underline;
}

#contMain .ti002 .englishTitle { display:none; }
#contMain .ti002 a { color:#333; text-decoration:none; }
#contMain .ti002 a:hover { color:#333; text-decoration:none; }

#contMain .icon001 {
	padding:0;
	margin-bottom:13px;
	background:none;
	font-size:13pt;
	text-decoration:underline;
}

#contMain .icon001 a { color:#333; text-decoration:none; }
#contMain .icon001 a:hover { color:#333; text-decoration:underline; }

#contMain p { margin-bottom:17px; }

#contMain .grayBox {
	margin-bottom:17px;
	border:1px solid #333;
	padding:9px 19px;
	background-color:#FFF;
}

.backnumber a {	display:none; }

.textRight { text-align:right; }
.fontMedium { font-size:13pt; }
.fontBlue { color:#6CC2DF; }
.fontRed { color:#900; }
.fontGreen { color:#096; }


/*		List		*/
#contMain .listFloat {
	margin-bottom:17px;
	width:640px;
	font-size:11pt;
}

#contMain .listFloat dt {
	clear:both;
	float:left;
	width:100px; 
}

#contMain .listFloat dd {
	margin:0 0 5px 100px;
	width:537px;
}

#contMain .listSquare {
	list-style:outside square;
	font-size:11pt;
	margin:0 0 17px 17px;
}

#contMain .listNumber {
	list-style:outside decimal;
	font-size:11pt;
	margin:0 0 17px 1.7em;
}

#contMain ul.icon001,
#contMain ul.icon002,
#contMain ol.icon001,
#contMain ol.icon002 {
	list-style:outside square;
	margin:0 0 17px 17px;
	font-size:11pt;
}

#contMain ul.icon001 li,
#contMain ul.icon002 li,
#contMain ol.icon001 li,
#contMain ol.icon002 li {
	background:none;
	padding-left:0;
}


/*		Button		*/
#contMain .button { display:none;} 
	
	
/*		Table		*/
.table001 {
	width:638px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:17px;
}

.box1 .table001 { width:638px; }

.table001 th,
.table001 td {
	background-color:#FFF;
	border-top:solid 1px #333;
	border-left:solid 1px #333;
	border-bottom:0;
}

.table001 th { width:80px; }

#contMain table .listFloat,
#contMain table .listFloat dd,
#contMain table .ddRight,
#contMain table .listSquare,
#contMain table .listNumber { margin-bottom:0; }


/*		Contents Navi		*/
.box1 #contMain .naviLeft,
.box2 #contMain .naviLeft {
	clear:both;
	float:left;
	width:283px;
	padding:13px;
	border:#333 solid 1px;
	margin-bottom:17px;
}

.box1 #contMain .naviRight,
.box2 #contMain .naviRight {
	float:right;
	width:283px;
	padding:13px;
	border:#333 solid 1px;
	margin:0 0 17px 18px;
}
*html .box1 #contMain .naviRight,
*html .box2 #contMain .naviRight {
	float:none;
	margin:0 0 17px 324px;
}

#contMain .naviLeft .icon001,
#contMain .naviRight .icon001 { margin-bottom:7px; }

#contMain .naviLeft p,
#contMain .naviRight p { margin-bottom:7px; }


/**************************************************
	Page Top
**************************************************/
div#pagetop { display:none; }


/**************************************************
	footerArea
**************************************************/
div#footerArea { display:none; }


/**************************************************
	Entry Area
**************************************************/
#contMain .entry {
	margin-bottom:5px;
	border-bottom:1px dotted #333;
	padding:3px 7px;
}

#contMain .entry p { margin-bottom:3px; }

#contMain .entry .topicsDate {
	background:none;
	padding-left:0;
}

#contMain .entry .topicsCategory {
	background:none;
	padding-left:0;
	margin-left:27px;
}

#contMain .entry .topicsCategory a:link, #contMain .entry .topicsCategory a:visited { color:#333; text-decoration:none; }
#contMain .entry .topicsCategory a:hover, #contMain .entry .topicsCategory a:active { color:#333; text-decoration:none; }

#contMain .entry h3.topicsTitle,
#contMain .entry h4.topicsTitle {
	margin-bottom:3px;	
	font-weight:bold;
	font-size:small;
	text-decoration:underline;
}

#contMain .entry h3 a,
#contMain .entry h4 a { color:#333; text-decoration:underline; }
#contMain .entry h3 a:hover,
#contMain .entry h4 a:hover { color:#333; text-decoration:none; }


/**************************************************
	Topics
**************************************************/
#contMain #entryBody { margin:13px 0; }

#topics #contMain .entryBody strong { font-size:12pt; font-weight:bold; }
#topics #contMain .entryBody em { font-weight:bold; }
