/*--汎用設定------------------*/
* {
margin:0;
padding:0;
}
html {
overflow-y:scroll;
}
body {
background-color:#02553a;
color:#333333;
font-size:88%;
}
hr {
margin-bottom:10px;
}
img {
border:0;
vertical-align;bottom;
}
a {
border:0;
}
ol {
list-style-type:none;
}
ul {
list-style-type:none;
}
li {
list-style-type:none;
}
a {
color:#0000ff;
text-decoration:none;
}
a:visited {
color:#0000ff;
text-decoration:none;
}
a:hover {
color:#009900;
text-decoration:none;
}
#floatclear {
clear:both;
}
h3 {
font-size:1.2em;
color:#006600;
font-weight:normal;
}
.small {
font-size:80%;
}
.blank {
margin-left:5px;
}
/*--表紙関連------------------*/
#container_top {
width: 780px;
padding-top:50px;
margin:0 auto;
}
#index_flash {
width:780px;
height:420px;
}
#index {
width:780px;
text-align:center;
}
#index p{
color:#ffffff;
}
#index a {
color:#ffff00;
text-decoration:none;
}
#index a:visited {
color:#ffff00;
text-decoration:none;
}
#index a:hover {
color:#ff0000;
text-decoration:none;
}
/*--コンテナ------------------*/
#container {
width: 780px;
margin: 0 auto;
background-color:#02553a;
background:url(assets/images/back_middle.jpg) repeat-y left top;
}
/*--ヘッダー------------------*/
#header {
width:780px;
height:125px;
background-color:#ffffff;
background:url(assets/images/plaza_back_top.jpg) no-repeat left top ;
}
#header_logo {
position:relative;
top:70px;
left:37px;
}
#header_plaza {
float:right;
position:relative;
top:74px;
right:19px;
}
/*--ナビ------------------*/
#navi {
width:780px;
height:31px;
padding-left:5px;
margin-bottom:20px;
background:url(assets/images/navi_back.gif) no-repeat left top ;
}
#navi ul li {
display:inline;
padding:0;
margin:0;
border:0
}
/*--パン屑------------------*/
#breadcrumbs {
width:740px;
background-color:#02553a;
padding:0 20px 10px 20px;
background:url(assets/images/back_middle.jpg) repeat-y left top;
font-size:10px;
text-align:right;
}
/*--テキストリンク------------------*/
#textlink {
clear:both;
width:740px;
background-color:#02553a;
padding:0 20px 0 20px;
padding-top:20px;
background:url(assets/images/back_middle.jpg) repeat-y left top;
text-align:center;
}
#textlink ul li {
display:inline;
margin-right:3px;
padding-left:7px;
border-left:1px solid #999999;
list-style-type:none;
}
#textlink ul li.left {
padding-left:0;
border-left:0;
}
/*--フッター------------------*/
#footer {
width:780px;
padding:15px 0 20px 0;
text-align:center;
background-color:#02553a;
background:url(assets/images/back_bottom.jpg) no-repeat left bottom;
}
#footer p {
font-size:10px;
}
/*--コンテンツ------------------*/
#contents {
width:520px;
padding:0 120px 0 120px;
background-color:#02553a;
background:url(assets/images/back_middle.jpg) repeat-y left top;
}
#contents ul li p {
line-height: 1.7em;
}
#contents ul {
margin-bottom:10px;
}
