@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;
}

#footer #cds{
font-size: 90%;
text-align: right;
margin-right: 1.5em;
color: #cccccc;
}

#footer #cds a{
text-decoration: none;
color: #cccccc;
}

body{
font-size: 80%;
text-align: center;
font-family: "MS UI Gothic",sans-serif;
padding: 0;
margin: 0;
}

/*---------------------------------------全体を囲んでいます*/
#wrapper{
text-align: left;
margin: 1em auto 0 auto;
width: 830px;
}

/*---------------------------------------ヘッダー部分*/
#header{
height: 120px;
margin-bottom: 2em;
background: url(../img/bg-header.jpg) no-repeat 0 0;
}

/*
----- サイトタイトル -----
*/
h1{
font-size: 180%;
padding: 20px 0 20px 20px;
}

/*
----- その他ヘッダー内の文字 -----
*/
#header p{padding-left: 20px;}

/*---------------------------------------コンテナー部分*/
#container{
width: 645px;
float: left;
}

/*---------------------------------------コンテンツ部分*/
#contents{
margin-bottom: 2em;
padding: 10px 8px;
width: 435px;
float: right;
border-left: 1px solid silver;
border-right: 1px solid silver;
}

/*---------------------------------------左サイドバー部分*/
#left-sidebar{
margin-bottom: 2em;
padding: 20px 5px 5em 2px;
width: 175px;
float: left;
}

/*---------------------------------------右サイドバー部分*/
#right-sidebar{
margin-bottom: 2em;
padding: 20px 2px 5em 5px;
width: 175px;
float: right;
}

/*---------------------------------------フッター部分*/
#footer{
clear: both;
width: 100%;
padding: 1em 0 2em;
background: url(../img/bg-footer.gif) no-repeat 0 0;
}

#footer p{text-align: center;}

/*---------------------------------------コンテンツ内の要素*/

/*
----- 見出し -----
*/
h2,h3,h4,h5,h6{
font-size: 120%;
margin-bottom: 1.5em;
padding: 0.5em 20px;
background: url(../img/bg-h.gif) no-repeat 0 50%;
}

h3,h4,h5,h6{margin-top: 2em;}

/*
----- 文字 -----
*/
#contents p{
line-height: 1.5;
margin-bottom: 1em;
}

#ayaponrss {margin:5px 0px 0px 0px; text-align:center; font-size:8px;}

/*
----- 定義リスト -----
*/
#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: 5px 5px 2px;
margin: 0;
border-bottom: 1px solid #666666;
}

/*
----- リスト/サイドバーメニュー -----
*/

/*左サイドバー内*/
.globalnavi{
list-style-type: none;
margin: 1em 0 2em 0;
}

.globalnavi li{
margin: 0 0 2px 0;
background: url(../img/bg-side-li.gif) no-repeat -180px 50%;
}

.globalnavi li a{
padding: 5px 0 5px 15px;
display: block;
width: 155px;
background: url(../img/bg-side-li.gif) no-repeat 0 50%;
text-decoration: none;
}

.globalnavi li a:hover{
text-decoration: underline;
background-image: none;
background-color: transparent;
}

/*右サイドバー内*/
.locallnavi{
list-style-type: disk;
list-style-position: inside;
margin: 1em 0 2em 0;
}

.locallnavi li{
margin: 0 0 5px 0;
background-image: none;
}

.locallnavi li a{
padding: 0;
width: 100%;
text-decoration: none;
}

.locallnavi li a:hover{
text-decoration: underline;
}

/*info-更新情報など----DLリスト*/
dl.sidebar-dl{margin: 1em 0 2em;}

.sidebar-dl dt{
padding: 5px 15px 2px;
border-bottom: 1px solid #666666;
background: url(../img/bg-listmark.gif) no-repeat 0 50%;
}

.sidebar-dl dd{
padding: 2px 0 2em;
line-height: 1.3;
}

.sidebar-dl dd p{
margin-bottom: 1em;
line-height: 1.3;
}