body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	background-image: url(img/background.png);
	background-attachment: fixed;
	background-clip: border-box;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h3, h4, h5, h6    {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	color: #2A7691;
	text-align: center;
}
h2 {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	color: #2A7691;
	text-align: left;
}
a:focus{
outline:none;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
/*a:hover, a:active, a:focus {   
	text-decoration: none;
}*/


.container {
	width: 970px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	overflow: hidden; 
	border-radius: 70px;        /* CSS3草案 */
	-webkit-border-radius: 70px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 70px;   /* Firefox用 */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.header {
	height: 140px;
	width: 970px;
	text-align: center;
	padding-top: 10px;
}
.footer {
	/* [disabled]height: 60px; */
	width: 960px;
	text-align: center;
	font-size: 12px;
	color: #333;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}


.sidebar1 {
	float: left;
	width: 170px;
	padding-bottom: 10px;
	/* [disabled]background-color: #FFF; */
	font-size: 12px;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
}
.content {
	width: 740px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* [disabled]background-color: #FFF; */
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	margin-top: 15px; 
	padding-top: 10px;
}
ul.nav li {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-radius: 20px;
	background-color: #2A7691;
}
ul.nav li a {
	display: block;
	width: 150px;
	height: 30px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	text-decoration: none;
	color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav li#new a {
	display: block;
	width: 150px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	text-decoration: none;
	color: #8BCDDE;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus, ul.nav li#new a:hover {
	display: block;
	font-size: 16px;
	/* [disabled]font-weight: bold; */
	color: #1B4C5D;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	text-decoration: none;
	background: #4AAEBF;
}

ul.nav li#submenu {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	/* [disabled]color: #FFF; */
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-radius: 20px;
	background: #4AAEBF;
}
ul.nav li#submenu a {
	display: block;
	width: 150px;
	height: 30px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	text-decoration: none;
	color: #1E5569;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #4AAEBF;
}
ul.nav li#submenu a:hover, ul.nav li#submenu a:active, ul.nav li#submenu a:focus {
	display: block;
	font-size: 16px;
	/* [disabled]font-weight: bold; */
	color: #FFFFFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	text-decoration: none;
	background-color: #2A7691;
}
ul.nav li#submenunew a {
	display: block;
	width: 150px;
	height: 30px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	text-decoration: none;
	color: #7BD9CC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #4AAEBF;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.content_iframe { 
	height: 260px;
	width: 736px;
	text-align: center;
	padding-top: 10px;
	background-image: url(img/kousin2.jpg);
	background-repeat: no-repeat;
}
.radius{
	background-color: #FFF;
	width: 720px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	border: 1px solid #999;
	-webkit-box-shadow: 3px 3px 2px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 2px #ccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p#modified {
	font-size: 10px;
	color: #666;
	text-align: right;
}
a[target="_blank"] {
	background: url(img/link.gif) no-repeat right center;
	padding-right:14px;
	}
.nav li a[target="_blank"] {
	background: url(img/link2.gif) no-repeat right center;
	background-position: 95% 50%;
	}	
.nav li:hover > ul a[target="_blank"] {
	background: url(img/link2.gif) no-repeat right center;
	background-position: 95% 50%;
	}
.nav a[target="_blank"]:hover {
	color: #2A7691;
	background: #4AAEBF; /*rgba(255,204,0,1);*/
	background-position: 95% 50%;
	background-image: url(img/link2.gif);
	background-repeat: no-repeat;
}
.nav li#submenu a[target="_blank"]:hover {
	color: #FFFFFF;
	background-color: #2A7691;
	background-position: 95% 50%;
	background-image: url(img/link2.gif);
	background-repeat: no-repeat;
}
.nav ul a[target="_blank"]:hover {
	background: url(img/link2.gif) no-repeat right center;
	background-position: 95% 50%;
}
