@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visited{
color: #cc00cc;
text-decoration: underline;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}

body{
font-size: 80%;
text-align: center;
font-family: "MS UI Gothic",sans-serif;
padding: 0;
margin: 0;
background: url(../img/bg-body.jpg);
}

#footer #cds{
font-size: 80%;
text-align: right;
padding: 0 1em;
color: #000000;
background-color: transparent;
}
#footer #cds a{
color: #000000;
background-color: transparent;
text-decoration: none;
}

/*---------------------------------------全体を囲んでいます*/
#wrapper{
text-align: left;
margin: 1em auto 0 auto;
width: 730px;
}

/*---------------------------------------ヘッダー部分*/
#header{
height: 260px;
background: url(../img/bg-header.jpg) no-repeat 0 0;
}

/*
----- サイトタイトル -----
*/
h1{
font-size: 180%;
text-align: right;
margin-bottom: 1.5em;
}

/*
----- その他ヘッダー内の文字 -----
*/
#header p{
text-align: left;
margin-left: 250px;
}

/*---------------------------------------コンテナー部分*/
#container{
width: 100%;
background: url(../img/bg-container.gif) repeat-y 0 0;
}

/*---------------------------------------コンテンツ部分*/
#contents{
padding: 0 15px;
width: 470px;
float: right;
background-color: #ffffff;
color: #666666;
}

/*---------------------------------------サイドバー部分*/
#sidebar{
padding: 0 10px;
width: 180px;
float: left;
}

/*---------------------------------------フッター部分*/
#footer{
clear: both;
width: 100%;
padding: 2.5em 0 1em;
background: url(../img/bg-footer.gif) no-repeat 0 0;
}

#footer p{
text-align: right;
margin: 0 1em 1em 0;
}

/*---------------------------------------コンテンツ内の要素*/

/*
----- 見出し -----
*/
h2,h3,h3,h4,h5,h6{
font-size: 120%;
margin-bottom: 1em;
padding: 1em 1em;
background: url(../img/bg-h.gif) no-repeat 0 50%;
}

h3,h3,h4,h5,h6{margin-top: 2em;}

/*
----- 文字 -----
*/
#contents p{
line-height: 1.5;
margin-bottom: 1em;
}

/*
----- 定義リスト -----
*/
#contents dl{
width: 90%;
margin: 1.5em auto;
}

#contents dt{
margin-bottom: 0.5em;
font-weight: bold;
border-bottom: 1px solid #000000;
}

#contents dd{margin-bottom: 1.5em;}


/*
----- 定義リスト内の文字 -----
*/
#contents dd p{
line-height: 1.5;
margin-bottom: 1em;
}

#contents dd span{color: #ff0000;}


/*
----- リスト -----
*/
#contents ul{margin: 1em 0 2em 20px;}

#contents ul li{margin: 0 0 1em 0;}

/*---------------------------------------サイドバー内の要素*/

/*
----- サイドバータイトル -----
*/
.p_sidetitle{
padding: 0 0 4px 0;
margin: 0;
border-bottom: 1px solid #000000;
}

/*
----- リスト/サイドバーメニュー -----
*/
#sidebar .localnavi{
list-style-type: none;
margin: 1em 0 2em 0;
}

#sidebar .localnavi li{
margin: 0 0 0.5em 0;
}
