@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: 95%;
background: url(../img/bg-wrapper.gif) repeat-y 0 0;
}

/*---------------------------------------ヘッダー部分*/
#header{
	height: 119px;
	background-image: url(../img/bg-header2.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}

#header-inner{
	height: 120px;
	background-image: url(../img/bg-header-inner2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

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

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

/*---------------------------------------コンテナー部分*/
#container{
	width: 98%;
	float: left;
	background-color: #000066;
	height: 1200px;
	padding: 10px;
	text-align: left;
}
#container a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#container a:hover{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

/*---------------------------------------コンテンツ部分*/
#contents{
	width: 100%;
	float: right;
	height: 5px;
}

/*---------------------------------------コンテンツインナー部分*/
#contents-inner{
margin: 0 160px 0 200px;
padding: 80px 50px 0;
}

/*---------------------------------------左サイドバー部分*/
#left-sidebar{
	width: 180px;
	float: left;
	background-color: #000066;
	background-image: url(../img/bg-sidebar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

/*---------------------------------------右サイドバー部分*/
#right-sidebar{
width: 140px;
padding: 80px 10px 0;
float: right;
}
#main {
	margin-left: 205px;
	background-color: #000066;
}
#migi {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

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

/*
----- コピーライト -----
*/
#footer p{
	text-align: center;
	letter-spacing: 1.4em;
}


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

/*
----- 見出し -----
*/
h2,h3{
font-size: 120%;
margin-bottom: 1.5em;
padding: 5px 0 4px 55px;
background: url(../img/bg-h.gif) no-repeat 0 50%;
border-bottom: 1px solid #0080ff;
}

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

/*---------------------------------------サイドバー内の要素*/

/*
----- 左サイドバー内のリンク指定 -----
*/

#left-sidebar a{color: #ffffff;}

#left-sidebar a:hover{color: #ff0000;}


/*
----- サイドバータイトル -----
*/
.p_sidetitle{
color: #ffffff;
font-weight: bold;
padding: 5px 0 2px;
margin: 0;
border-bottom: 1px solid #ffffff;
}

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

/*左サイドバー内*/

.globalnavi{
list-style-type: none;
margin: 1em 0 2em 0;
}

.globalnavi li{border-bottom: 1px ridge #0080ff;}

.globalnavi li a{
padding: 5px 0;
display: block;
width: 180px;
color: #ffffff;
text-decoration: none;
}

.globalnavi li a:hover{
text-align: left;
color: red;
width: 175px;
border-left: 5px solid #ff0000;
text-decoration: underline;
}

/*info-更新情報など----DLリスト*/

dl.sidebar-dl{margin: 1em 0 2em;}

.sidebar-dl dt{
font-weight: bold;
color: #ffffff;
padding: 5px 0 2px;
border-bottom: 1px solid #ffffff;
}

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

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