@charset "utf-8";
@import url(headerfooter.css);
@import url(font.css);
@import url(title.css);
@import url(second.css);
@import url(link.css);
/* --------------------------------------------------
initialize
-------------------------------------------------- */

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content : " ";
	display : block;
	visibility : hidden;
	clear : both;
	height : 0.1px;
	font-size : 0.1em;
	line-height : 0;
}
* html .pkg {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}
/* */

#container-inner, #pagebody-inner, #header-inner, #alpha-inner, #beta-inner, #footer-inner, #copyright-inner {
	position : static;
	width : 100%;
}
/* --------------------------------------------------
デフォルト
-------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color : #00f;
	text-decoration : underline;
}
a:hover {
	color : #00f;
	text-decoration : none;
}
img {
	border:0;
}
li {
	list-style : none;
}
p {
	margin:0 0 20px 15px;
	line-height:1.7em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 0px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 0px;
}
.picSpace {
	padding-right:10px;
}
.picSpace02 {
	padding-left:10px;
}
/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	/* setting border: 0 hoses ie5 win window inner well border */
	text-align : center;
	color : #333;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED url(images/bg.jpg) repeat-x top;
}
/* --------------------------------------------------
container
-------------------------------------------------- */
#bg-body {
	margin : 0px auto; /* center on everything else */
	width : 100%;
	background-image: none;
	background-color: #fff;
}
#bg-image {
	margin : 0px auto; /* center on everything else */
	width : 778px;
	background :#ffffff;
}
#container {
	position : static;
	margin : 0px auto; /* center on everything else */
	width : 100%;
	background: url(../images/bgHeader.gif) repeat-x top #FFF;
}
/* --------------------------------------------------
navigation menu
-------------------------------------------------- */
#navigation-menu {
	clear:both;
	width : 760px;
	height : 35px;
	background : #ffffff;
	text-align : center;
	padding:0;
	margin: 0 auto;/* border-bottom:3px solid #3160c8;*/
}
/* --------------------------------------------------
pagebody
-------------------------------------------------- */

#pagebody {
	position : static;
	width : 760px;
	border-top :0;
	border-bottom :0;
	margin: 0 auto;
}
/* --------------------------------------------------
	content-wrapper
-------------------------------------------------- */
div#content-wrapper {
	width:100%;
	margin-top:20px;
}
div#page-wrapper {
	width:100%;
}
/* --------------------------------------------------
	alpha
-------------------------------------------------- */
#alpha_page {
	display : inline; /* ie win bugfix */
	float : left;
	width : 540px;
	margin-right:10px;
}
div.contentbox {
	margin:0;
	padding:0;
	text-align: left;/*text-align:center;*/
	min-height:550px;
}
div.contentbox * {
	text-align:left;
}
/* --------------------------------------------------
	beta
-------------------------------------------------- */
#beta_page {
	float :right;
	width : 200px;
}
/* --------------------------------------------------
	beta_page BANNERBOX
-------------------------------------------------- */
#bannerbox {
	width:200px;
	text-align:left;
}
#bannerbox div {
}
/* --------------------------------------------------
loacalNavi
-------------------------------------------------- */
#loacalNavi {
	margin-bottom:20px;
}
#loacalNavi li {
	margin-bottom:10px;
