@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Boaz CSS 2008-06
Author : T.Ohashi    
URL : http://www.ai-bridge.co.jp 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
  margin:0;
  padding:0;
  font-style: normal;
}  
html{
}  
body{
  background-color: #FFF;
  color: #666666;
  font-size: 75%;
  margin: 0;padding: 0;
  background-image:url(images2008/bg.png);
  background-position:center top;
  background-repeat:repeat-y;
}

/* ----- IDS ----- */

#container{
  width:780px;
  margin:0 auto;
  text-align:center;
  padding:0;
}  
#header{
  position:relative;
  width:780px;
  height:265px;
  background-image:url(images2012/bg_01.png);
  background-position:top;
  background-repeat:no-repeat;
  margin:25px auto 0;
  text-align:left;
  padding:0;
  border-bottom:2px solid #227CE8;
}
#grobalNavigation{
  border-left:3px solid #227CE8;
  border-right:3px solid #227CE8;
}
#contents_wrapper{
  background-image:url(images2008/bg_02.png);
  background-repeat:repeat-y;
  /* height:200px; */
}
#primaryContent{
  width:506px;
  text-align:left;
  padding-top:20px;
  padding-left:15px;
  margin:0px;
  float:left;
}  
#sidebarContent{
  width:244px;
  text-align:left;
  padding-top:20px;
  float:left;
}  
#footer{
  padding-top:30px;
}
#bottom{
  width:780px;
  height:19px;
  background-image:url(images2008/bg_03.png);
  margin:0 auto;
  text-align:center;
}

/* ----- CLASSES ----- */
#primaryContent .entry_text{
  width:450px;
  text-align:left;
  margin-bottom:35px;
  margin-left:15px;
  font-size:14px;
}

#primaryContent .entry_text p{
line-height:1.4em;
}

#primaryContent .book {
  width:450px;
  text-align:left;
  margin-bottom:35px;
}

#primaryContent .book img.bookpic {
  border:none;
  float:left;
  padding-right:10px;
}

#primaryContent .book p {
  line-height:1.4em;
  margin-bottom:1.4em;
}

#primaryContent .desp {
  width:450px;
  padding-top:5px;
  border-top:1px dotted #7d7d7d;
}

#primaryContent .desp img {
  border:none;
  float:left;
  padding-right:10px;
}

#primaryContent .desp p {
  line-height:1.4em;
  padding-top:5px;
}

#sidebarContent img.office {
  margin-bottom:15px;
}


#sidebarContent .pannel_body {
  width:234px;
  background-image:url(images2008/pannel_body.png);
  background-repeat:repeat-y;
  border-top:1px dotted #8290A7;
  padding-bottom:10px;
  padding-top:5px;
}
#sidebarContent .pannel_bottom {
  width:234px;
  height:10px;
  background-image:url(images2008/pannel_bottom.png);
  background-repeat:none;
}

#footer p{
  width:750px;
  padding-top:5px;
  padding-bottom:5px;
  margin:0 auto;
  text-align:center;
  line-height:20px;
  background-color:#B9DCFF;  
}

#footer p.copyright{
  background-color:#ffffff;
  margin:0 auto;
  text-align:center;
}

.hide{
}
.show{
}
.clear { clear: both; }

/* ----- HEADINGS ----- */

h1{
}
#header h1 {
  padding-left:30px;
  padding-top:25px;
}
#header h1 img {
  width:335px;
  height:59px;
  border:none;
}

h2{
}
#primaryContent h2 {
  width:450px;
  font-size:16px;
  margin-bottom:10px;
  background-image:url(images2008/h2_bullet.png);
  background-position:left 0px;
  background-repeat:no-repeat;
  padding-left:20px;
  padding-bottom:5px;
  color:#227CE8;
  border-bottom:1px solid #227CE8;
}
#primaryContent h3 {
  position:relative;
  width:234px;
  height:47px;
  font-size:18px;
  line-height:18px;
  color:#756939;
  margin:0;
  overflow:hidden;
}
#primaryContent h3 span{
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:0;
  left:0;
  width:234px;
  background-position:top left;
  background-repeat:no-repeat;
  font-size:18px;
  line-height:18px;
  color:#756939;
}
#primaryContent h3.info span{
  background-image:url(images2008/lbl_info.png);
}
#primaryContent h3.network span{
  background-image:url(images2008/lbl_network.png);
}
#primaryContent h3.system span{
  background-image:url(images2008/lbl_system.png);
}


#sidebarContent h2 {
  position:relative;
  width:234px;
  height:47px;
  font-size:18px;
  line-height:18px;
  color:#756939;
  margin:0;
  overflow:hidden;
}
#sidebarContent h2 span{
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:0;
  left:0;
  width:234px;
  background-position:top left;
  background-repeat:no-repeat;
  font-size:18px;
  line-height:18px;
  color:#756939;
}
#sidebarContent h2.mission span{
  background-image:url(images2008/lbl_mission.png);
}
#sidebarContent h2.staff span{
  background-image:url(images2008/lbl_staff.png);
}
#sidebarContent h2.sonpo span{
  background-image:url(images2008/lbl_sonpo.png);
}
#sidebarContent h2.seiho span{
  background-image:url(images2008/lbl_seiho.png);
}
h3{
}
#primaryContent .book h3 {
  padding-bottom:10px;
  line-height:22px;
}
#sidebarContent h3 {
  font-size:14px;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:3px;
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#sidebarContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}
#primaryContent ul{
  width:450px;
  padding-left:30px;
  padding-top:5px;
  border-top:1px dotted #7d7d7d;
}
#primaryContent ul li{
  line-height:1.6em;
}

#sidebarContent .pannel_body ul{
  padding-left:10px;
  list-style:none;
}
#sidebarContent .pannel_body ul li{
    padding-left:10px;
}
/* ----- grobalNavigation ----- */
#grobalNavigation ul#menu{
  margin:0;
  padding:0;
  list-style-type:none;
  width:auto;
  position:relative;
  display:block;
  height:40px;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
  background:transparent url("images2008/OFF.png") repeat-x top left;
  /* font-family:Helvetica,Arial,Verdana,sans-serif; */
  border-bottom:2px solid #227CE8;
  border-top:1px solid #ffffff;
}
#grobalNavigation ul#menu li{
  display:block;
  float:left;
  margin:0;
  pading:0;}
#grobalNavigation ul#menu li a{
  display:block;
  float:left;
  color:#535353;
  text-decoration:none;
  font-weight:bold;
  padding:12px 20px 0 20px;
  height:24px;
  background:transparent url("images2008/DIVIDER.png") no-repeat top right;
  }
#grobalNavigation ul#menu li a:hover{
  background:transparent url("images2008/HOVER.png") no-repeat top right;  
  color:#ffffff;
  }
#grobalNavigation li{
}

#grobalNavigation ul{
}

#grobalNavigation ul li{
}

#grobalNavigation ol{
}

#grobalNavigation ol li{
}

/* ----- images2008 ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}
span.mission {
  color:#FF7224;
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

#sidebarContent table{
  margin-left:6px;
  margin-top:10px;
}
#sidebarContent table td{
  padding-left:6px;
  padding-bottom:3px;
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
