/*

Copyright (C) 2009 SKYARC System Co., Ltd,
************************************************************/
@import "decoration.css";
@import "navigation.css";

h1,h2,h3,h4,h5,h6,a,ul,ol,dl,li,dt,dd,table,th,td,p,blockquote{
margin:0px;
padding:0px;
}

img{
border:none;
}

body{
text-align:center;
font-size: 75%;
line-height:1.5;
margin:0px;
background:#f2f2f2;
}

ul{
list-style-type:none;
}

/***Link ***************************************************/

a{
color:#666;
}

a:hover{
color:#999;
}

/***Layout *************************************************/

#body{
text-align:center;
margin: 0px auto;
width: 920px;
background:#ffffff;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
}

#body_inner{
margin: 30px auto 0;
width: 900px;
}

#header{
width:900px;
height:100px;
overflow:hidden;
position:relative;
}

#footer{
clear:both;
width:900px;
background:#ccc;
}

#contents{
margin-top:5px;
}

#main{
width:640px;
float:left;
text-align:left;
}

#main_inner{
margin-left:10px;
}

#localNavi{
width:230px;
float:right;
text-align:left;
}

/***Top Layout *************************************************/

#mainVisual{
margin-bottom:15px;
}

#index #contents{
margin-top:0px;
width:900px;
float:left;
}

#index #main{
width:690px;
float:left;
text-align:left;
}

#index #sub{
width:200px;
float:right;
}

/***header *************************************************/

#site_id{
position:absolute;
top:10px;
left:10px;
}

#gnavi{
width:900px;
background: #333333;
position:absolute;
top:65px;
left:0px;
}

#gnavi ul{
overflow:hidden;
border:1px solid #cccccc;
}

#gnavi li{
float:left;
list-style-type:none;
padding:7px 15px;
margin-right:-1px;
border-right:1px solid #ccc;
}
#gnavi li.stay{
background:#666666;
border-left:1px solid #ccc;
}

#gnavi a{
color: #fff;
text-decoration:none;
}

#gnavi a:hover{
color: #fff;
text-decoration:underline;
}

#header .subNavi {
position:absolute;
top:5px;
right:0px;
}

.subNavi li{
list-style-type:none;
display:inline;
margin-left:5px;
}

#header .search {
position:absolute;
top:30px;
right:0px;
}

#header .search {
background : url(../images/sprite_icon.png) no-repeat 0px -187px;
height:21px;
padding-left:23px;
}

#header .search input{
width:180px;
margin-right:2px;
border:1px solid #ccc;
}

#header .search a{
float:right;
display:block;
width:40px;
height:18px;
text-indent:-9999px;
background : url(../images/sprite_icon.png) no-repeat 0px -149px;
}

/***footer *************************************************/
.pageTop{
text-align:right;
margin-bottom:5px;
padding-right:5px;
position:absolute;
right:0px;
top:12px;
}
.pageTop a{
background : url(/common/images/icon_pagetop.gif) no-repeat 100% 50%;
padding-right:18px;
}

/***footer *************************************************/

#footer li{
display:inline;
margin-right:10px;
list-style-type:none;
}

/*** top*************************************************/

#index #main h2{
background : url(../images/sprite_bg.png) no-repeat 0px 0px;
font-size:120%;
padding:3px 0px 3px 15px;
margin-bottom:5px;
}

.pageTop{
clear:Both;
}
