@charset "Shift_JIS";
/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% "ＭＳ ゴシック","Osaka",sans-serif;
    border:none;
}

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 84%;
	background-color: rgb(255, 174, 100);
	background-image: none;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: rgb(255, 255, 255);
}

/*ページ全体のリンク指定*/
a{
	color:#ff00ff;
	
}
	
	
/*ページの輪郭*/
#flame{
	width: 780px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
}
/*サイト名前：ロゴを入れたりしてください*/
#logo{
	font-size:300%;
	padding:20px 10px 0 0;
	color:#ffffff;
	font-family:Arial Black;
	
}

	/*ヘッダメニュー*/
	#headmenu{
		font-size:90%;
		width:800px;
		height:40px;
		margin-bottom:10px;
		
}
	#headmenu ul{
		width:800px;
		list-style:none;
		
}
	#headmenu li{
		width:110px;
		height:40px;
		float:left;
		margin-right:0px;
		background : transparent url(img/headmenu_a.gif) no-repeat scroll 0% 0%;
		
}
	#headmenu li a{
		display:block;
		width:85px;
		height:27px;
		padding:13px 0 0 25px;
		text-decoration:none;
		color:#000000;
		
}
	#headmenu li a:hover{
		text-decoration:none;
		color:#ffcc00;
		
}
	#headmenu li.leftbox{
		width:118px;
		background : transparent url(img/headmenu_a_left.gif) no-repeat scroll 0% 0%;
		margin:0;
		
}
	#headmenu li.rightbox{
		width:118px;
		background : transparent url(img/headmenu_a_right.gif) no-repeat scroll 0% 0%;
		margin:0;
		
}

/*サイドとメインをくくる*/
#centertop{
	background : transparent url(img/centertop.gif) no-repeat scroll 0% 0%;
	height:10px;
	
}
#center{
	background : transparent url(img/centerbg.gif) repeat-y scroll 0% 0%;
	
}
#centerbottom{
	background : transparent url(img/centerbottom.gif) no-repeat scroll 0% 0%;
	height:10px;
	
}
				

				
/*サイドのブロック*/
#box_side{
	width: 240px;
	float: right;
}

.menu{
	width:200px;
	margin:20px;
	
}
	
	h3{
	text-align:center;
	verticalalign:middle;
	font-weight:bold;
	color:#ffffff;
	height:25px;
	background : transparent url(img/menutitlebg.gif) no-repeat scroll 0% 0%;
	padding:8px 0 0 10px;
		
}
	#box_side ul{
		list-style:none;
		
}
	#box_side li{
		width:180px;
		margin:5px 10px;
			
}
	#box_side li a{
		text-decoration:none;
		color:#ffffff;
		
}
	#box_side li a:hover{
		color:#000000;
		
}
			

			

/*右のブロック*/
#box_main{
	width: 540px;
	float: left;
}

/*右のタイトル部分*/
h1,h2{
	text-align:center;
	verticalalign:middle;
	font-weight:bold;
	color:#ffffff;
	background : transparent url(img/subtitlebg.gif) repeat scroll 0% 0%;
	height:25px;
	padding:5px 0 0 10px;
	
}
	
	/*メインの記事の部分*/
	.main{
		margin:20px 20px 0 20px;
		
}
		
	.main table {
		border-top: 2px solid;
		border-bottom: 2px solid
		border-left: 2px solid;
		border-right: 2px solid;
		border-collapse: collapse;
		
}
	.main th {
		font-size: 100%;
		text-align: center;
		page-break-inside: avoid;
		text-valig: middle;
		empty-cells: show;
		border: 2px solid;
		padding: 2px;
		background-color: #777777;
		color: #aaff88;
		
}
	.main td {
		font-size: 100%;
		text-align: left;
		page-break-inside: avoid;
		text-valig: middle;
		empty-cells: show;
		border: 2px solid;
		padding: 5px;
		background-color: #ddffcc;
		color: #000000;
		
}
	.main b {
		font-size: 150%;
		color: #000000;
		font-weight:bold;
		
}
	.main strong {
		font-size: 150%;
		color: #ff0000;
}
	/*本文をくる*/
	p{
		padding:15px 7px;
		line-height:150%;
		
}
	/*引用文*/
	blockquote{
		margin:10px;
		padding:5px;
		line-height:150%;
		border:1px solid #cccccc;
		
}
		
		
/*著作権表示の部分つまりフッタ*/
#foot{
	color:#ffffff;
	padding:3px;
	
}

	#foot a{
		color:#333333;
		text-decoration:none;
		
}
	#foot a:hover{
		text-decoration:underline;
		
}
	.both{
		clear:both;
		
}
/* 共用設定*/
fieldset {
	margin: 2 2 20px;
	padding: 3px;
	border: 3px #FFFFFF solid;
}
legend {
	margin: 0 0 0 20px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	border: 1px #FFFFFF solid;
}
input textarea {
	width: 300px;
	border-width: 2px;
	border: 1px #FFFFFF solid;
}
input button {
	width: 50px;
	padding: 5px 20px;
	color: #FFFFFF;
	font-weight: bold;
	border: 3px #FFFFFF solid;
}
input checkbox {
	width: 10px;
	padding: 5px 20px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}
input radio {
	width: 10px;
	padding: 5px 20px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
}

/* 青設定*/
fieldset#blueField {
	border: 1px #079BFF solid;
	border-top: 13px #079BFF solid;
}
fieldset#blueField legend {
	background: #079BFF;
}
fieldset#blueField input {
	border-color: #52B9FF;
	background: #DFECFC;
}
fieldset#blueField textarea {
	border-color: #52B9FF;
	background: #DFECFC;
}
fieldset#blueField button {
	background: #52B9FF;
}

/* 赤設定*/
fieldset#redField {
	border: 1px #FE0000 solid;
	border-top: 13px #FE0000 solid;
}
fieldset#redField legend {
	background: #FE0000;
}
fieldset#redField input {
	border-color: #FF6A6A;
	background: #FFD0D0;
}
fieldset#redField textarea {
	border-color: #FF6A6A;
	background: #FFD0D0;
}
fieldset#redField button {
	background: #FF6A6A;
}
