@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: #000000; text-decoration: underline; }
a:hover { color: #111111; }
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: #000000;
}

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

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

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

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

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

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



#header-image {
	width: 100%;
}

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

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

#crumb {
	font-size: 11px;
	position: absolute;
	left: 185px;
	top: 118px;
}
h1 { 
  font-size: 12px;
  color: #3d538d;
  margin: 3px 0px 2px 0px;
  font-weight:normal;
	

  }

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

#pagebody {
	position: relative;
	width: 100%;
	background-image: url(http://www.kokunai-ryokou.com/Image/body_bg.jpg);
}

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

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

#alpha {
	width:580px;
	margin: 0px 40px 0px 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;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
}

#beta-inner {
	position: static;
}

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

/* --------------------------------------------------
     side menu
-------------------------------------------------- */

.aamenu {
	width: 180px;
	margin-top: 10px;
}

.aamenu0 {
	margin: 5px auto auto 10px;
	width: 160px;
	height: 28px;
	font-size: 12px;
	background: url(http://www.kokunai-ryokou.com/Image/category.jpg) 0 0 no-repeat;
}

.aamenu0 a {
	display: block;
	color: #3d538d;
	text-decoration:none;
	text-indent: 17px;
	line-height:28px;
	width: 160px;
	height: 28px;
	background: url(http://www.kokunai-ryokou.com/Image/category.jpg) 0 0 no-repeat;
}

.aamenu0 a:hover {
	color: #ffffff;
	background: url(http://www.kokunai-ryokou.com/Image/category_on.jpg) 0 0 no-repeat;
}

.aamenu2 {
	margin: 5px auto auto 1px;
	width: 178px;
	height: 23px;
	font-size: 12px;
	background: url(http://www.kokunai-ryokou.com/Image/sub_category.jpg) 0 0 no-repeat;
}

.aamenu2 a{	
	display: block;
	color:#3d538d;
	text-decoration:none;
	text-indent: 27px;
	line-height:23px;
	width: 178px;
	height: 23px;
	background: url(http://www.kokunai-ryokou.com/Image/sub_category.jpg) 0 0 no-repeat;
}

.aamenu2 a:hover{
	color:#000000;
	background: url(http://www.kokunai-ryokou.com/Image/sub_category_on.jpg) 0 0 no-repeat;
}

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

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

#side-banner1 {
	width:160px;
	height:50px;
	margin: 15px 10px 0px 10px;
}

#rssfeed {
	margin: 30px auto 30px auto;
	text-align: center;
}

/* --------------------------------------------------
     footer
-------------------------------------------------- */

div.footer_link {
	border-top:1px solid #170b6f;
	color : #3d538d ;
	text-align : right ;
	vertical-align : middle ;
	font-size : 10px ;
	clear : both ;
	width: 100%;
	line-height: 180%;
}

div.footer_link a {
	color : #3d538d ;
	text-decoration : none ;
}

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

#copyright {
	text-align : right;
	color:#3d538d;
	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;
}
