@charset "utf-8";

/* refresh */

@import url(http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css);
@import url(http://yui.yahooapis.com/2.8.0r4/build/base/base-min.css);
@import url(http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts-min.css);

/* layout */


html {
margin: 0px;
padding: 0px;
height: 100%;
background-image: url(../images/p3_bg.jpg);
background-repeat: repeat;
background-attachment: scroll;
}


body {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
color: #000000;
text-align: center;
height: 100%;
margin: 0px;
padding: 0px;
}

/* IE6 Hack */
* html body { overflow: scroll; }

#container {
color: #333333;
background-color: #F8F4EE;
text-align: left;
position: relative;
width: 900px;
height: auto;
margin-top: 30px;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
background-image: url(../images/headbanner_home.jpg);
background-repeat: no-repeat;
background-position: 0px 150px;
padding: 0;
 border-radius: 5px;        /* CSS3草案 */  
 -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 5px;   /* Firefox用 */  
}

body#sub01 #container {background-image: url(../images/headbanner_sub01.jpg);}
body#sub02 #container {background-image: url(../images/headbanner_sub02.jpg);}
body#sub03 #container {background-image: url(../images/headbanner_sub03.jpg);}
body#sub04 #container {background-image: url(../images/headbanner_sub04.jpg);}
body#sub05 #container {background-image: url(../images/headbanner_sub05.jpg);}

#header {
width: 900px;
height: 150px;
overflow: hidden;
background-image: url(../images/header_bg.jpg);
background-repeat: no-repeat;
 border-radius: 10px;        /* CSS3草案 */  
 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 10px;   /* Firefox用 */ 
}

#header a {
 display: block;
 margin: 15px;
 width: 250px;
 height: 100px;
}

#header h1 {
 text-indent: -9999px;
 font-size: 20%;
 display: block;
 float: left;
}


#headnav {
text-align: center;
display: block;
width: 900px;
height: 200px;
margin: 0px;
padding: 0px;
clear: both;
background-repeat: no-repeat;
}

body#sub01 #headnav,
body#sub02 #headnav,
body#sub03 #headnav,
body#sub04 #headnav,
body#sub05 #headnav {height: 150px; }

#headnav ul {
display: block;
text-align: center;
height: 50px;
margin-top: 0px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 149px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 10px;
}

body#sub01 #headnav ul,
body#sub02 #headnav ul,
body#sub03 #headnav ul,
body#sub04 #headnav ul,
body#sub05 #headnav ul { padding-top: 99px; }

#headnav ul li {
list-style-type: none;
display: inline;
float: left;
margin: 0px;
height: 50px;
padding-top: 0;
padding-right: 5px;
padding-bottom: 0;
padding-left: 0;
width: 100px;
}

#main {
display: block;
width: 900px;
margin: 0px;
padding: 0px;
clear: both;
}

#submenu {
 width: 240px;
 display: block;
 float: right;
 margin: 10px 0px;
}

body#index #submenu { padding: 350px 0 0 0; }

body#sub01 #submenu,
body#sub02 #submenu,
body#sub03 #submenu,
body#sub04 #submenu,
body#sub05 #submenu { padding: 210px 0 0 0; }

#content {
 display: block;
 width: 620px;
 float: left;
 padding-top: 15px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 15px;
 margin: 0px;
}

/* IE6 Hack */
* html #content {
 display: block;
 width: 620px;
 float: left;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin: 5px 2px;
}

 h2 {
 color:#333;
 font-size:180%;
 display: block;
 margin: 20px 30px 30px 0px;
}

body#index #content h2 img.pngfix{ 
behavior:url(http://porc3.com/js/iepngfix.htc);
}

h3 {
 color: #333;
 font-size: 120%;
 line-height: 1.5em;
 display: block;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 0px;
 padding-left: 10px;
 clear: left;
}

h4 {
 color: #663;
 font-size: 110%;
 line-height: 1.5em;
 display: block;
 border-left-width: 5px;
 border-left-style: solid;
 border-left-color: #663;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 margin-top: 20px;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-left: 10px;
}

p {
 color: #333;
 font-size: 110%;
 line-height: 1.8em;
 display: block;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 margin-bottom: 2em;
}

#pankuzu {
 color: #333;
 font-size: 100%;
 line-height: 1.5em;
 display: block;
 padding-top: 5px;
 padding-bottom: 0px;
 padding-left: 10px;
}
 
table {
font-size: 90%;
line-height: 1.5em;
display: block;
padding: 5px;
margin-right: 10px;
margin-left: 10px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.sub_tw  {
width: 580px;
}

body#sub02 table td{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}


#footer {
text-align: center;
display: block;
clear: both;
width: 900px;
text-decoration: none;
background-image: url(../images/footer.png);
background-repeat: repeat-x;
background-position: center center;
color: #FFF;
height: 54px;
background-color: #999065;
margin-top: 10px;
 -webkit-border-bottom-right-radius: 5px;    /* Safari,Google Chrome用 */  
  -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;    /* Firefox用 */ 
 -moz-border-radius-bottomleft: 5px;
}

#footer p{
 font-size: 90%;
 text-align: center;
 padding-top: 1em;
}

#footer h4{
 text-align: center;
 padding-top: 5px;
 font-size: 90%;
 font-weight: normal;
}

#footer a:link,#footer a:visited {
 color: #ddd;
 text-decoration: none
}

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

hr {
 clear: both;
 width: 90%;
}

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

a:link {
 color: #00478e;
 text-decoration: underline
}

a:visited {
 color: #00f;
 text-decoration: underline
}

a:hover,
a:active {
 color: #c30;
 text-decoration: underline
}

a img{
 border-style: none;
}

.img_right{
border-style: none;
margin-top: 0px;
margin-right: 0em;
margin-bottom: 1em;
margin-left: 1em;
float: right;
}

.img_left{
border-style: none;
margin-top: 0px;
margin-right: 1em;
margin-bottom: 1em;
margin-left: 0em;
float: left;
}

.cb{ clear:both}

.main_bg {
float: right;
margin: -100px 0 5 0;
}

#info {
background-image: url(../images/info.png);
background-repeat: no-repeat;
margin: 0 0 10 0;
height: 43px;
width: 587px;
}

.top_tw {
background-image: url(../images/top_tw_bg.png);
background-repeat: no-repeat;
width: 587px;
height: 167px;
display: block;
color: #FFF;
margin-top: 10px;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0;
padding-top: 15px;
padding-right: 0;
padding-bottom: 10px;
padding-left: 0px;
}


.sub_tw {
background-image: url(../images/sub_twitter.png);
background-repeat: no-repeat;
width: 228px;
display: block;
margin-top: 0;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0;
padding-top: 100px;
padding-right: 0;
padding-bottom: 20px;
padding-left: 0px;
}

.sub_tw a {}

.sub_tw p {
color: #FFF;
font-size: 100%;
margin: 10px 10px 0;
padding: 10px;
display: block;
 }


ul#twitter_update_list li {
color:#999999;
font-size:90%;
list-style-type:none;
padding: 0px;
margin-bottom: 2em;
display: block;
}

#twitter_update_list span { color: #FFF; }
#twitter_update_list a { color: #CCC; }
#twitter_update_list a:hover { color: #999; }

#twitter-link {
display: block;
width: 220px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
padding-top: 0px;
}
