﻿@charset "UTF-8";

/*ページ全体*/

body{
	margin:0;
	padding:0;
	background-color:#228b22;
	color:#000000;
}

.contents{	
	
	margin:0 auto;
	padding:0;
	width:1024px;
	height:100%;
	background-color:#ffffff;
	background-image:url("./images/back-stripe-green.gif");
	background-repeat:repeat-y;
		
	font-size:medium;
	font-weight:normal;
	font-family:"MS Pゴシック", sans-serif;
	
}
p{	text-indent:3em;
	line-height:150%;

}

em{	font-style:italic;
	font-size:large;
}

/*文字サイズと色*/
h1{	font-size:xxlarge;
	color:#006633;
	text-align:center;
	padding-top:15px;
	
}
h2{	font-size:xlarge;
	color:#006633;
	padding:15px 0 0 280px;
	
}

h3{	font-size:large;
	color:#000000;
	font-weight:normal;
}
h4{	font-size:medium;
	color:#000000;
	font-weight:normal;
	
}																		]

h5{	font-size:small;
	font-weight:normal;
}
h6{	font-size:xsmall;
	font-weight:normal;
}



/*リンク装飾*/
a:link{
	color:#000000;
	
}
a:visited{
	color:#000000;
}
a:hover{
	color:#9933ff;
}
a:active{
	color:#ff0099;
}

/*枠の配置と優先順位*/
.header{
	float:none;
	width:100%;
	height:70px;
	width:1000px;
	
	
}
.right{
	float:right;
	width:75%;
	
}

.main{
	float:left;
	width:70%;
	padding-left:20px;
	padding-right:10px;
}
.pub{
	margin-right:5px;
	font-size:xsmall;
}

.left{
	float:left;
	width:25%;
	
}
.menu{
	margin-left:60px;
	margin-right:5px;
	padding-top:20px;
	font-size:small;
	text-decoration:none;
}


/*メニューテーブル*/
table.mainmenu{
	margin:0 auto;
	margin-left:0;
	width:160px;
	background-color:#228b22;
	
	
}
table.mainmenu a{
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

table.submenu{
	margin:0 auto;
	margin-left:0;
	width:160px;
	background-color:#98fb98
	
}
table.submenu a{
	display:block;
	padding-left:5px;
	font-size:8pt;
	text-decoration:none;
}

/*右のテーブル*/
table.intro{
	margin:auto;
	width:140px;
	border-color:#8fbc8b;
	border-style:dashed;
	font-size:8pt;
}

table.new{
	margin:auto;
	width:150px;
	border-color:#8fbc8b;
	border-style:groove;
	font-size:10pt;
	
}