@import "clearBrawsa.css";

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

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

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

#back_home{
	text-align:right;
	font-size:10.5pt;
	margin: 5px 20px 5px 0px;}
	
#back_home a{text-decoration:none;}
#back_home a:hover{text-decoration:underline;}


#foot{
	height:50;
	margin-top:30px;
	background: url(../image/foot.gif) repeat-x;
	border-top:1px solid #aaaaaa;
	padding: 10px;
	text-align: right;	
	color:#aaa;}



/*リスト（タイトルリスト、もしくは文のリスト）
------------------------------------------------------------------------*/
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.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: 0px;
	border-width: 0px;
	background-image: none;}
	
	
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;
	padding: 15px 20px 15px 30px;
	margin: 0px 20px 30px 20px;}

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

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

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

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

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

.sentence{
	margin: 20px 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) repeat-x;
	height: 20px;
}

.sentence h1 span{	
	padding: 5px 7px;
	border-left: solid 3px #99CCCC;}

.sentence p{
	line-height:18px;
	font-size:10.5pt;
	margin: 0px 10px 15px 10px;
	color:#333}


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

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;
}
table.table td{
	padding: 5px 15px;
	border: solid 1px #ddd;
}
table.table2{
	margin: 10px 0 10px 20px;
	border: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 10.5pt;
}
table.table2 th{
	padding: 5px 10px;
	background: url(../image/th.gif);
	border: solid 1px #ddd;
}
table.table2 td{
	padding: 5px 15px;
	border: solid 1px #ddd;
}
table.table3{
	width: 650px;
	margin: 10px 0 10px 20px;
	border: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 10.5pt;
}
table.table3 th{
	width: 190px;
	padding: 5px 0px 5px 10px;
	background: url(../image/th.gif);
	border: solid 1px #ddd;
}
table.table3 td{
	padding: 5px 10px;
	border: solid 1px #ddd;
	line-height: 1.8;
}

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

.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;
}

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

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

