@import url("AWT/awt.css");

/* --------------------------------------------------
     base
-------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

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

* html { display: inline-block; }
/* no ie mac ＼*/
* html { height: 1%; }

/* --------------------------------------------------
     anchor
-------------------------------------------------- */

a { color: #666; text-decoration: underline; }
a:hover { color: #ccc; }
a img { border: 0; }

/* --------------------------------------------------
     body
-------------------------------------------------- */

body {
	/* setting border: 0 hoses ie5 win window inner well border */
	text-align: center;
	font-family:Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #666;
	background-image: url(http://www.kouryukai.com/Image/bg_global.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

/* --------------------------------------------------
     container
-------------------------------------------------- */

#container_bg {
	margin: 0px auto; 
	padding: 0px;
	width: 860px;
	background-color: #fff;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

#container {
	position: relative;
	margin: 0px auto; /* center on everything else */
	width:800px;
	text-align: left;
}

#container-inner {
	position: static;
	width: 100%;
}

/* --------------------------------------------------
     header
-------------------------------------------------- */

#header {
	position: relative;
	width: 800px; /* necessary for ie win */
}

#header-inner {
	position: static;
	width: 100%;
}

.header-text {
	color: #a6a6a6;
	margin: 0px;
	padding: 3px 0px 2px 2px;
	font-weight: normal;
	font-size:10px;
	word-break:break-all;
	overflow:hidden;
	position: relative;
}

.header-text-inner {
	position: static;
	width: 100%;
}


#header-image {
	display: block;
	width: 100%;
	height: 107px;
	background-image: url(Image/header.gif);
}

#header-image .logo {
	margin-left: 5px;
}

#header a {
	color: #3d538d;
	text-decoration: none;
}

#header a:hover {
	color: #000000;
	text-decoration: none;
}

#crumb {
	font-size: 11px;
	padding: 2px 0px 4px 20px;
}

/* --------------------------------------------------
     pagebody
-------------------------------------------------- */

#pagebody {
	position: relative;
	width: 100%;
	background-image: url(http://www.kouryukai.com/Image/sd_bg.gif);
	background-repeat: repeat-y;
}

#pagebody-inner {
	position: static;
	width: 100%;
}

/* --------------------------------------------------
     alpha
-------------------------------------------------- */

#alpha {
	width:620px;
	padding: 0px;
	margin: 0px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
}

#alpha-inner {
	padding: 0px 0px 0px 0px;
	position: static;
	margin: 0px auto;
}

/* --------------------------------------------------
     beta
-------------------------------------------------- */

#beta {
	width: 180px;
	margin: 0px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
}

#beta-inner {
	position: static;
}

.content-nav {
	margin: 10px;
	text-align: center;
	display: none;
}

/* --------------------------------------------------
     side menu
-------------------------------------------------- */
.side_menu {
	width: 180px;
	margin: 0px;
}

.sd_head {
	background-image: url(http://www.kouryukai.com/Image/sd_contents.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	height: 29px;
}

.aamenu {
	width: 180px;
	margin: 0px;
}

.aamenu0 {
	margin: 0px;	
	width: 167px;
	height: 32px;
	font-size: 12px;
}

.aamenu0 a {
	margin: 0px 0px 2px 5px;
	display: block;
	color: #fff;
	text-decoration:none;
	text-indent: 20px;
	line-height: 31px;
	width: 167px;
	height: 32px;
	background: url(http://www.kouryukai.com/Image/sd_mn_df.gif) 0 0 no-repeat;
}

.aamenu0 a:hover {
	color: #009900;
	background: url(http://www.kouryukai.com/Image/sd_mn_ov.gif) 0 0 no-repeat;
}

.aamenu2 {
	margin: 0px;
	width: 167px;
	height: 32px;
	font-size: 12px;
}

.aamenu2 a{	
	margin: 0px 0px 2px 5px;
	display: block;
	color:#999;
	text-decoration:none;
	text-indent: 32px;
	line-height: 31px;
	width: 167px;
	height: 32px;
	background: url(http://www.kouryukai.com/Image/sd_sb_df.gif) 0 0 no-repeat;
}

.aamenu2 a:hover{
	color:#009900;
	background: url(http://www.kouryukai.com/Image/sd_sb_ov.gif) 0 0 no-repeat;
}

/* --------------------------------------------------
     side banner
-------------------------------------------------- */

#side-banner {
	margin-top: 30px;
}



#rssfeed {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

/* --------------------------------------------------
     footer
-------------------------------------------------- */
.footer_border {
	border-top: 2px solid #FF942E;
	padding: 2px 0px;
	margin: 0px;
}

.footer_link {
	border-top: 2px solid #ccc;
	color : #666 ;
	text-align : right ;
	vertical-align : middle ;
	font-size : 10px ;
	clear : both ;
	width: 100%;
	line-height: 180%;
}

.footer_link a {
	color : #666 ;
	text-decoration : none ;
}

.footer_link a:hover {
	color : #009900 ;
	text-decoration : none;
}

#copyright {
	text-align : right;
	color:#666;
	font-size : 10px ;
	line-height: 200%;
}

/* --------------------------------------------------
     other
-------------------------------------------------- */

#designed_by_aa {
	border: 1px dashed #97C5FF;
	margin-bottom: 0;
	padding: 8px;
	color: #000000;
	font-size: 10px;
	line-height: 1.2;

	display:none;
}

#aarss {
	padding:3px 5px 10px 10px;
}

/* --------------------------------------------------
     general
-------------------------------------------------- */
.right {
	float:right;
}

.left {
	float:left;
}
