@charset "utf-8";
/*============================================
全般的なスタイル
============================================*/
#wrapper {
	width: 1024px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
/*============================================
ヘッダ
============================================*/

#header {
	text-align: center;
	width: 100%;
	height: 100px;
	margin: 0 auto;
}
#container {
	clear: both;
}
.sns {
    margin-bottom: 30px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    padding: 8px 0 8px 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-style: solid;
}
.sns dd {
    display: inline;
    float: left;
    height: 23px;
    width: 0px;
}
.sns dt {
    clear: left;
    float: left;
    line-height: 23px;
    font-weight: bold;
    width: 0px;
    margin-right: 8px;
    padding-top: 4px;
}


#content {
	overflow: hidden;
}
div#header-c {
	float: left;
	width: 500px;
	height: 100px;
	text-align: left;
}
div#header-r {
	float: right;
	width: 200px;
	height: 100px;
	text-align: left;
}
div#header-l {
	float: left;
	width: 250px;
	height: 100px;
	text-align: left;
}
/*============================================
メインメニュー
============================================*/
#globalnavi {
	margin: 0;
	width: 100%;
	height: 35px;
}
#globalnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#globalnavi li {
	float: left;
	width: 203px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999900;
}
#globalnavi a {
	text-align: center;
	display: block;
	padding: 0.5em 0;
	width: 100%;
	background-color: white;
	color: #333333;
	text-decoration: none;
}
#globalnavi a:hover {
	background-color: #999900;
	color: white;
}
.line-r {
	border-right: 1px solid #999900;
}
.line-l {
	border-left: 1px solid #999900;
}
/*============================================
コンテンツ
============================================*/
#content {
}
/*============================================
コンテンツ1
============================================*/
#content1 {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
}
/*============================================
コンテンツ2
============================================*/
#content2 {
	float: left;
	width: 610px;
	margin-top: 20px;
	margin-left: 20px;
}
/*============================================
サイドナビ
============================================*/
.cds-navi {
	list-style-position: inside;
	margin: 0 0 2em;
	padding: 0;
	width: 300px;
}
.cds-navi li {
	margin: 0 0 0.5em;
	padding: 0;
	list-style-type: none;
}
.cds-navi li a {
	text-decoration: none;
}
.cds-navi li a:hover {
	text-decoration: underline;
}
.cds-navi2 {
	float: left;
}

/*============================================
コンテンツ3
============================================*/	
#content3 {
	margin-top: 50px;
	}
.access-left {
	float: left;
	width: 450px;
	margin-right: 20px;
}
.access-right {
	float: left;
	width: 450px;
	margin-top: 50px;
}
/*============================================
コンテンツ4
============================================*/	
#content4 {	
	clear: both;
}
.content4-fl-l{
	margin-top: 50px;
	float: left;
	width: 300px;
	margin-right: 20px;
}	
.content4-fl-r{
	margin-top: 70px;
	float: right;
	width: 700px;	
}	

/*============================================
テーブル
============================================*/
table.type04 {
	margin: 50px 100px;
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
}
table.type04 th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}
table.type04 td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

/*============================================
サブナビ
============================================*/
#subnavi {
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}
.subnavi li {
	float: left;
	display: inline-block;
	margin-left: 11px;/*margin:2px 1px;　←上下2px、左右1pxのマージン指定の場合*/
}
.subnavi li img {
	border: solid 1px #ccc;
　/*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
/*============================================
フッター
============================================*/

footer {
	color: #ffffff; 
	text-align: left;
	clear: both;
	margin: 0;
	padding: 10px 50px 5px;
	height: 70px;
	background-color:#999900;
}
.fl-left{
	float: left;
	font-size: 15px;
}
.fl-right{
	float: right;
	padding: 30px 50px 5px;
	font-size: 14px;
}
.footer p {
    color: #ffffff; /* 文字の色　#ffffff*/
}
.footer2{
	clear: both;
	background-color:#999900;
	padding: 5px 5px;
	text-align: center;
	padding: 10px 50px 5px;
}

/*============================================
ぼっくすすらいだー
============================================*/

.box_srcollbar {
    overflow: auto;
    width: 580px;
    height: 80px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid olive;
    background-color: #F9F9F9;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #999900;
    margin-left: 0px;
    }
    .box_title{
        border:1px solid #999900;
        padding:10px;
        width:580px;
        font-weight:bold;
        font-size:15px;
        background-color:#999900;
        color:#fff;
    }
