@charset "UTF-8";

/**************************************************/

.app_icon {
	border-radius: 10px;
}

* {
	margin: 0;
	padding: 0;
}

/* clearfix */
.clearfix:after {
 content:".";
 display:block;
 height:1px;
 clear:both;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* hide mac ie \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display: block;
}
/* end */

body {
	background-image: url(/images/background.gif);
	text-align: center;
	font-size: 13px;
	line-height: 1.2em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	border: none;
}

p {
	margin: 0px 20px 20px 10px;
/*	text-indent: 1em;    delete yoshi-o 2009/8/26*/
}

h1 {
	font-size: 200%;
	line-height: 140%;
}
h2 {
	font-size: 150%;
	line-height: 140%;
}
/* changed yoshi-o 2010/8/23 */
h3 {
	margin-top: 40px;
	font-size: 115%;
	/*background: #FFF url('/images/mark_block.gif') no-repeat left center;*/
	/*padding-left: 21px;*/
	border-bottom:1px solid #6a66ad;
	color:#6a66ad;
	margin-bottom:20px;
}


/*
h3:before {
	content: "■";
}
deleted for IE6 by hiromi-s, 2009/8/27 */

td {
	padding: 10px;
	font: 13px/1.38em "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	/* added for IE6 by hiromi-s, 2009/8/27 */
}

.myContent .center {
	text-align: center;
}
.myContent .right {
	text-align: right;
}
.myContent .left {
	text-align: left;
}


/**************************************************/

#window {

	width: 760px;

	margin: 10px auto 10px auto;
	border-top: 5px solid #6a66ad;
	background-color: #fff;
	text-align: left;		/* added for IE6 by hiromi-s, 2009/8/27 */
}

#header {
	padding: 10px;
	position: relative;
}

#header .logo {
	width: 145px;
}
#header .toOtherLang {
	position: absolute;
	top: 36px;
	right: 6px;
	width: 100px;
	text-align: right;
}

/**************************************************/

#topPanel {
	margin-bottom: 40px;
}

#mainPanel {
	float: right;
	margin-bottom: 40px;
	width: 580px;
	text-align: center;
}

#menuPanel {
	float: left;
	padding-bottom: 250px;	/* 全体的にある程度高さがないとかっこ悪い */
	width: 180px;
	overflow: hidden;				/* added for IE6 by hiromi-s, 2009/8/27 */
}

/**************************************************/

#footer {
	clear:both;		/* added by hiromi-s, 2009/8/24 */

	font-size: 80%;

	margin: 20px auto 20px auto;
	padding-top: 30px;
	padding-bottom: 15px;

	border-top: 2px solid #6a66ad;
	text-align:center;
}

#footer img {
	vertical-align: middle;
}

/**************************************************/

#whatsnew li {
	margin: 20px;
	list-style-type: disc;
}

/* icon="new"の付いている<li>要素の前にはアイコンを。*/
#whatsnew li[icon="new"]:before {
	content: url('/images/icon_news.gif');
	margin-right: 10px;
}

/* 2009/8/26 yoshi-o begin */
dl#whatsnew{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
}

#whatsnew dt{
/*	clear: both;*/
	float: left;
	width: 80px;
	margin: 0;
	padding: 5px 0 5px 0;
	font-weight: normal;
	white-space: nowrap;
}

#whatsnew dd{
	margin: 0;
	padding: 5px 0 5px 90px;
	border-bottom: 1px solid #ddd;
}
/**************************************************/

dl#newslist{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
}

#newslist dt{
/*	clear: both;*/
	float: left;
	width: 90px;
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
	white-space: nowrap;
}

#newslist dd{
	margin: 0;
	padding: 5px 0 5px 90px;
	border-bottom: 1px solid #ddd;
}

/* 2009/8/26 yoshi-o end */


/**************************************************/

#menu {
	margin: 0 10px 0 10px;
	border-right: 5px solid #bbb;

}

#menu li{
	list-style-type: none;
	line-height: 0px;			/* added for IE6 by hiromi-s, 2009/8/27 */
}

#menu li li a {
	font-weight: normal;
}

#menu a {
	display: block;
	margin-left: 0px;
	margin-bottom: 3px;
/*	border-right: 5px solid;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px 0px 0px 15px;
	color:#000;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

#menu a:hover {
	background-color:#ccc;
}

#menu ul a {
/*	padding-left: 3.4em;*/
	line-height: 13px;
	font-size: 0.85em;

	text-align: right;
	padding-right: 1em;
}

/**************************************************/

.myContent {
	margin: 0 20px 0 20px;
	text-align: left;
	line-height: 145%;	/* added by yoshi-o, 2009/8/27 */
											/* changed by hiromi-s, 2009/8/27 */
}

/* 2009/8/27 yoshi-o
div.myContent h3 {
	margin-bottom: 10px;
} */


.boxOutSide {					/* added for IE6 by hiromi-s, 2009/8/27 */
	margin:0 auto;
	width:520px;
}

.boxContent {
/*	width: 508px;			deleted for IE6 by hiromi-s, 2009/8/27 */
	margin: 0 auto 0 auto;
/*	padding-left: 10px;		deleted by yoshi-o, 2009/08/2x */
	padding: 10px 5px 10px 5px;
	text-align: left;
	line-height: 145%;
}

/* 2009/8/27 yoshi-o
div.boxContent h3 {
	margin-bottom: 10px;
}
 */


.boxBorderOn {
	border: 1px solid;
}


/**************************************************/

.comlist {
	/*font-size: 12px;*/
	color: #000000;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;

}
.comlist_b {
	/*font-size: 12px;*/
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #E9E9E0;
}

.compro {
	/*font-size: 12px;*/
	line-height: 18px;
	width:520px;
	background-color: #F0F3E8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}

/*----------------------------------------------------------------------
/			 table
/----------------------------------------------------------------------*/
/*通常表組*/
table.line{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 100%;
	background-image: none;
	width: 100%;
	margin: 5px 0 5px 0;
}
table.line tr{
	background-image: none;
}
table.line tr.title th{
	background-color: #531581;
	color: #ffffff;
}
table.line td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px 5px;
	vertical-align: top;
}
table.line td.sub{
	border-bottom:none;
	background: url(/images/dot_line.gif) repeat-x bottom;
}
table.line td.subTitle{
	background-color: #efefef;
}
table.line th.subTitle{
	background-color: #531581;
	color: #ffffff;
}
table.line tr.subTitle th{
	/*background-color: #d7cfe6;*/
}
table.line th{
	text-align: left;
	padding: 4px 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	background-color: #efefef;
	font-weight: normal;
}
table.line td.center,table.line th.center{
	text-align: center
}
table.line th.center,
table.line td.center{
	text-align: center;
}
table.line th.middle,
table.line td.middle{
	vertical-align: middle;
}
.nowrap{
	white-space: nowrap;
}

/*レイアウト用*/
table.layout{
	border-collapse: collapse;
	line-height: 100%;
}
table.layout td,table.layout th{
	padding:0;
	vertical-align: top;
}

