@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
*{padding: 0;	margin: 0;}

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visite{
color: #cc00cc;
text-decoration: underline;
}

a:hover{
color: #ff0000;
text-decoration: underline;
}

/*
CDS
*/
#cds{display: none;}

body{
font-size: 80%;
text-align: center;
font-family :"MS UI Gothic",sans-serif;
padding:0;
margin: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++トップページの指定*/

/*---------------------------------------全体を囲んでいます*/
#top-page #wrapper{
text-align: left;
margin: 100px auto 0;
width: 700px;
}

/*-------------------------タイトル*/
#top-page h1{
font-size: 120%;
margin: 1em 0 2em;
width: 260px;
color: #000099;
text-decoration: underline;
}

/*
----- 見出し -----
*/
#top-page h2,
#top-page h3,
#top-page h4,
#top-page h5,
#top-page h6{
font-size: 120%;
text-align: right;
margin: 1em 0;
padding: 0 5px 0 0;
border-right: 5px solid #000000;
border-left: none;
}

/*-------------------------contentsの指定*/
#top-page #contents{
padding: 0 20px;
width: 260px;
height: 400px;
float: left;
overflow: auto;
background: url(../img/n06gk.jpg) no-repeat 0 0;
border: none;
}

/*
文字
*/
#top-page #contents p{
padding-bottom: 0.5em;
line-height: 1.5;
}

/*-------------------------sidebarの指定*/
#top-page #sidebar{
padding: 0 0 2em 10px;
width: 390px;
float: right;
background-image: none;
}

#top-page #sidebar p{
padding: 5px 10px;
line-height: 1.5;
}

/*
----- グローバルナビ -----
*/
#top-page #sidebar #globalnavi{
margin: 0 0 2em 10px;
border-bottom: 1px solid #000000;
}

#top-page #sidebar #globalnavi dt{
font-weight: bold;
text-align: right;
margin-bottom: 0.5em;
padding: 0.5em 0;
border-bottom: 1px solid #000099;
}

#top-page #sidebar #globalnavi dd{
margin-bottom: 0.5em;
}

#top-page #sidebar #globalnavi dd a{
display: block;
width: 100%;
text-decoration: none;
}

#top-page #sidebar #globalnavi dd a:hover{
text-decoration: underline;
text-align: right;
}

/*-------------------------footerの指定*/
#top-page #footer{
clear: both;
width: 100%;
}

/*
----- コピーライト -----
*/
#top-page #footer p{
text-align: right;
padding: 10px 20px 5px 0;
}

/*-------------------------リスト*/
#top-page #contents ul,#contents ol{
list-style-position: inside;
margin: 1em 0;
}
/*-------------------------information部分*/
#top-page #contents a{
color: navy;
background-color: transparent;
}
#top-page #contents a:hover{
color: red;
background-color: transparent;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++下層ページの指定*/

/*---------------------------------------全体を囲んでいます*/
#wrapper{
text-align: left;
margin: 1em auto 0 auto;
width: 800px;
}

/*---------------------------------------ヘッダー部分*/
#header{
padding: 1em 0;
}

/*
----- サイトタイトル -----
*/
h1{
font-size: 180%;
margin: 0 0 1em 0;
padding: 0;
}

/*
----- その他ヘッダー内の文字 -----
*/
#header p{
margin: 0 0 5px 0;
}

/*---------------------------------------コンテナー部分*/
#container{
width: 100%;
}

/*---------------------------------------コンテンツ部分*/
#contents{
padding: 0 0 0 20px;
width: 549px;
float: right;
border-left: 1px solid #000000;
}

/*---------------------------------------サイドバー部分*/
#sidebar{
width: 200px;
float: left;
padding: 450px 0 0 0;
background: url(../img/n06gk.jpg) no-repeat -50px 0;
}

/*---------------------------------------フッター部分*/
#footer{
clear: both;
width: 100%;
padding: 0.5em 0px;
}

/*
----- コピーライト -----
*/
#footer p{text-align: right;}

/*---------------------------------------コンテンツ内の要素*/

/*
----- 見出し -----
*/
h2,h3{
font-size: 120%;
margin-bottom: 1.5em;
padding: 5px 0 5px 5px;
border-left: 10px solid #000000;
}

h3{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 5px 0;
margin: 0;
border-bottom: 1px solid #000000;
}

/*
----- リスト/サイドバーメニュー -----
*/
#sidebar .globalnavi{
list-style-type: none;
margin: 1em 0 2em 0;
}

#sidebar .globalnavi li{
margin: 0 0 0.5em 0;
}