@import "clearBrawsa.css";

body{
	padding:0px;
	margin:0px;
	background: url("../image/body.gif") repeat-y center #f2f6f8;
	font-family:"MS UI Gothic";
	font-size: 10.5pt;
	color: #575757;}

#site{
	width: 950px;
	text-align: left;
	background: url(../image/site.gif) repeat-x;}

#head_jp{
	background: url(../image/head_jp.gif);
	margin: 0px;}

#head_en{
	background: url(../image/head_en.gif);
	margin: 0px;}
	
#lang{
	text-align:right;
	font-size:10.5pt;
	margin: 5px 20px 5px 0px;}
	
#lang a{text-decoration:none;}
#lang a:hover{text-decoration:underline;}

#contents{
	width:720px;
	float: left;}

#foot{
	height:50;
	margin-top:30px;
	background: #f8f5f4;
	border-top:1px solid #aaaaaa;
	padding: 10px;
	text-align: right;	
	color:#aaa;}
	
#code{
	background:#9AC1E2;
	border: solid 1px #4E6172;
	margin: 0px 0px 0px 15px;
	padding: 5px 5px 5px 15px;
	color: #000; 
	}

img.border_img{
	border: solid 1px #ccc;
	margin: 10px;}

span.data{
	padding:5px;
	border: solid 1px #999;
	color:#666;}
	
#space{
	margin:5px 0px;
	}
	

/*リスト（タイトルリスト、もしくは文のリスト）
------------------------------------------------------------------------*/
ul{list-style:none; padding: 0px;}

ul.list{
	list-style: circle outside;
	border: solid 1px #ddd;
	background: url(../image/title.gif) bottom repeat-x;
	padding: 15px 20px 15px 30px;
	margin: 0px 20px 30px 20px;}

ul.list li{margin-bottom: 10px;}

ul.list li ul{
	list-style: disc;
	margin-left: 15px;}
	
ul.list h3{
	margin: 10px 5px 5px 5px;
	padding: 5px 5px 7px 3px;
	border-bottom: solid 1px #ccc;}

ul.list p{
	margin: 10px 15px 25px 0px;}


/*テキストリスト(タイトル＋文、もしくは絵＋タイトル＋文)
--------------------------------------------------------------------------*/
ul.text_list li{
	margin: 5px 20px 10px 20px;
	padding: 5px 10px;
	border: solid 1px #ddd;
	background: url(../image/title.gif) bottom repeat-x;}

ul.text_list li h3{
	font-size: 11pt;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 25px;
	border-bottom: solid 1px #e5e5e5;
	background: url(../image/text_list_h3.gif) left center no-repeat;}

ul.text_list li h3 a{text-decoration:none;}

ul.text_list li ul li{
	margin: 5px 0px 10px 0px;
	padding: 5px 10px;
	border: solid 1px #eee;
	background: #ffffee;}
	
ul.text_list li .icon{
	float: left;
	width: 200px;
	margin: 5px;}

ul.text_list li .info{
	margin-left: 220px;
	padding-left:10px; 
	border-left: solid 1px #eee;}

ul.text_list li .info h3{
	padding: 5px 10px;
	background: #fff;
	}
	
/*
ul.text_list table{
	margin: 0px 10px 20px 10px;
	width:600px;}

ul.text_list li ul{
	list-style: circle outside;
	border: solid 1px #ddd;
	background: url(../image/title.gif) bottom repeat-x;
	padding: 15px 20px 15px 30px;
	margin: 0px 20px 30px 20px;}
*/

ul.text_list li ul{
	list-style: circle outside;
	border: none;
	padding: 5px 10px 15px 10px;
	margin: 0px 10px 10px 10px;}

ul.text_list li ul li{
	background: none;
	border-width: 0px;
	margin: 0px;}
	
ul.text_list table{
	width: 600px;
	margin: 10px 5px 15px 10px;}


/*サイドメニュー
----------------------------------------------------------------------*/

#sideMenu{
	width: 200px;
	margin: 0px 0px 0px 730px;
	padding: 0px;
	font-size: 10.5pt;}

#sideMenu .menu_grp{
	border: solid 1px #eee;
	margin-bottom: 10px;}

#sideMenu .menu_grp h3{
	font-size: 11pt;
	padding: 3px;
	text-align: center;
	background: url(../image/sideMenu_h3.gif);
	color: #fff;}

#sideMenu .menu_grp ul.menuList{
	margin: 10px 10px 15px 25px;
	padding:0px;
	list-style: circle outside;
	color: #a8ba6f;}

#sideMenu .menu_grp ul.bannerList{
	text-align: center;
	padding:15px 0;}

#sideMenu .menu_grp ul.bannerList li{
	margin-bottom: 5px;}

#sideMenu .menu_grp a{
	color: #666;
	text-decoration:none;}

#sideMenu .menu_grp a:hover{
	color: #477394;
	text-decoration:underline;}

/*ページタイトル
--------------------------------------------------------------*/

#title{
	margin: 0 20px 15px 20px;
	background: url(../image/title.gif) bottom repeat-x;
	border:1px solid #ccc;}

#title h1{
	font-size:20pt;
	color:#999;
	margin: 10px 15px 8px 15px;}


#title #skip{
	border-top: solid 1px #eee; 
	font-size:11pt;
	color:#c6dee9;
	margin: 3px 10px 3px 10px;
	padding: 5px;}

#title #skip a{ color: #666;}

/*センテンスごと
-------------------------------------------------------------*/

.sentence{
	margin: 0 20px 20px 20px;}

.sentence h1{
	margin-bottom: 20px;
	padding:10px;
	color: #666;
	border: solid 1px #ddd;
	font-size: 10.5pt;
	font-wight: normal;
	background: url(../image/sentence_h1.gif);}

.sentence h1 span{	
	padding: 5px 7px;
	border-left: solid 3px #99CCCC;}
	
*html.sentence{
	margin: 0 20px 20px 10px;}
	
*html.sentence h1 span{	
	padding: 5px 7px;
	border-left: solid 3px #99CCCC;}	
	
*html.sentence h1{
	margin-bottom: 20px;
	padding:10px;
	color: #666;
	border: solid 1px #ddd;
	font-size: 10.5pt;
	font-wight: normal;
	background: url(../image/sentence_h1.gif);}
	
.sentence h2{
	margin: 20px 10px 15px 10px;
	padding: 5px 5px 1px 15px;
	background: url(../image/h2.gif) no-repeat;}

.sentence h2 a{
	text-decoration: none;
	color: #4488aa;}

.sentence h2 a:hover{
	text-decoration: underline;}
	
.sentence p{
	line-height:20px;
	font-size:10.5pt;
	margin: 0px 10px 15px 10px;
	color:#333}
	
.sentence .back{
	margin:20px 0px;
	text-align:right;}
	
.event_sentence{
	margin: 8px 0px 0px 20px;
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 10.5pt;
	color:#333
}
.summary_sentence{
	margin: 8px 0px 0px 15px;
	line-height: 20px;
	font-size: 10.5pt;
	color:#333
}
.event_sentence p{
	margin: 0px 0px -10px 10px;
	padding: 0px;
}

/*テーブル
------------------------------------------------------------------*/

table.table{
	width: 640px;
	margin: 10px 0 10px 20px;
	border: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 10.5pt;
}

table.table th{
	padding: 5px 10px;
	background: url(../image/th.gif);
	border: solid 1px #ddd;
	min-width: 50px;}


table.table td{
	padding: 5px 15px;
	border: solid 1px #ddd;}
	
table.table2{
	width: 640px;
	margin: 10px 0 10px 20px;
	border: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 10.5pt;
}

table.table2 td{
	padding: 5px 10px;
	background: url(../image/th.gif);
	border: solid 1px #ddd;
	width: 100px;}


table.table2 th{
	padding: 5px 15px;
	border: solid 1px #ddd;}

/*ダウンロード情報用のテーブル
------------------------------------------------------------------*/

.computingre{
	margin: 10px 30px 30px 30px;
	border: solid 1px #ccc;}

.computingre h1{
	margin: 0px;
	padding: 3px 8px;
	background: #eaf2ce;
	border-bottom: solid 1px #ccc;
	font-size: 11pt;}

.computingre h2{
	margin: 0px;
	padding: 3px 8px;
	background: #f5f5f5;
	font-size: 11pt;}

.computingre ul{
	list-style: disc outside;
	margin: 10px 25px;}


.license{
	background: #eee;
	margin: 30px 10px;
	padding: 20px;}

.license h1{
	text-align: center;
	}


#form{
	text-align: right;
	padding: 10px;
}

#form p{
	margin: 0 0 10px 0;
}

/*リリーススケジュール用のタブとリストの表現(release_tool.html)
=======================================================================*/

.release_schedule{margin-top: 30px;}

.release_schedule span{
	margin: 0px 0px 0px 20px;
	padding: 10px;
	border: solid 1px #ccc;
	border-width: 1px 1px 0 1px;
	background: #eee;
	font-size: 12pt;
	font-weight: bold;
	line-height: 33px;}

.release_schedule span.input{
	background: url(../image/tool/input_tab.gif) repeat-x;
	border-color: #ccc;
	color: #009999;}

.release_schedule span.chat{
	background: url(../image/tool/chat_tab.gif) repeat-x;
	border-color: #ccc;
	color: #663366;}

.release_schedule span.black_board{
	background: url(../image/tool/board_tab.gif) repeat-x;
	border-color: #ccc;
	color: #006633;}

.release_schedule ul.list{margin-bottom: 20px;}

/*------------------------------------------------------------------------*/

.no_deco{	text-decoration: none;}
img{	border:0px;}
