/* ブラウザCSSリセット ------------------------------ */

*{
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6,p,address,th,strong,em,ul,ol,dl,a{
font-size: 100%;
line-height: 100%;
font-weight: normal;
font-style: normal;
text-align: left;
margin: 0;
padding: 0;
}

img{
border: none;
}

ul{
list-style-position: inline;
list-style-type: none;
}



/* 基本設定 ------------------------------ */

body{
width: 1000px;
background-color: #fff;
border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
color: #494949;
font-size: 90%;
line-height: 150%;
margin-left: auto;
margin-right: auto;
}

#container{
background-color: #FFF;
margin: 0;
padding: 0;
overflow: auto;
}

a{
color: #6e9b0f;
text-decoration: underline;
}

a:hover{
color:#587c0c;
text-decoration: none;
}

p,li,dd{
font-size: 90%;
line-height: 140%;
}



/***************** 基本画面分割 *****************/

/* ヘッダー ------------------------------ */

#header{
background: url(../images/header.jpg) no-repeat;
width: 1000px;
height: 200px;
margin: 0;
padding: 0;
border-top: 3px solid #587c0c;
border-bottom: 1px solid #d4da60;
margin-left: auto;
margin-right: auto;
}


/* パンくず ------------------------------ */

#bread{
padding: 8px;
background-color: #f0f0f0;
}


/* 「wrap」メイン＋右サイド ------------------------------ */

#wrap{
float: right;
width: 800px;
margin: 0;
padding: 0;
}


/* 「wrap」メイン ------------------------------ */

#main{
float: left;
width: 600px;
background-color: #FFF;
margin: 0;
padding: 0;
}


/* 「wrap」右サイド ------------------------------ */

#rightside{
float: right;
width: 200px;
margin: 0;
padding: 0;
}


/* 単体左サイド ------------------------------ */

#leftside{
float: left;
background-color: #FFF;
width: 200px;
margin: 0;
padding: 0;
}


/* フッター ------------------------------ */

#footer{
border-top: 1px solid #c0c0c0;
clear: both;
width: 1000px;
margin: 0;
padding: 0;
overflow: auto;
}



/***************** デザイン画面サイズ *****************/

#headerdesign{
margin: 10px 20px;
}


#maindesign{
margin: 10px 8px;
}

#rightsidedesign{
margin: 10px 6px;
}

#leftsidedesign{
margin: 10px 7px;
}

#footerdesign{
margin: 10px;
font-size: 75%;
line-height: 130%;
}



/* ■■■■■■■■■■■ ↓作業するのはここから↓ ■■■■■■■■■■■ */

/***************** 各デザイン *****************/

/* ヘッダー≫デザイン ------------------------------ */

#header h1{
font-size: 90%;
color: #559a47;
}

#header h2{
margin-top: 23px;
}

#header h2 a{
font-size: 280%;
font-weight: bold;
color: #345158;
text-decoration: none;

padding-left: 20px;
}

#headleft p{
padding-left: 20px;
padding-top: 20px;
font-size: 90%;
line-height: 140%;
color: #000;
}

#headleft{
float: left;
width: 60%;
}

#headright{
float: right;
}


/* パンくず≫デザイン ------------------------------ */

p#bread{
font-size: 80%;
padding-left: 15px;
}



/* 単体左サイド≫デザイン ------------------------------ */

div.cg01{
border-bottom: 3px solid #5c973e;
margin-bottom: 3px;
background: url(../images/cg_title.gif) no-repeat;
background-position: top center;
}

#leftsidedesign h3{
height: 40px;
line-height: 34px;
color: #FFF;
font-weight: bold;
text-align: center;
background: url(../images/shima.gif) repeat-x;
background-position: center bottom;
}

div.cg01 ul{
border-left: 1px solid #90c320;
border-right: 1px solid #90c320;
background-color: #fffae8;
}

div.cg01 ul li{
border-bottom: 1px solid #d4da60;
}

div.cg01 ul li a{
display: block;
height: 32px;
line-height: 32px;
background: url(../images/cg_icon.gif) no-repeat;
background-position: 10px center;
padding-left: 20px;
}



/* 「wrap」メイン≫デザイン ------------------------------ */

.mainbox{
padding: 13px 5px 10px 5px;
margin-bottom: 10px;
border: 1px solid #b5b5b5;
border-bottom: 3px solid #557e00;
background: url(../images/title_bar.gif) no-repeat;
background-position: center top;
}

.mainbox p.title{
font-size: 130%;
font-weight: bold;
color: #345158;
padding-left: 35px;
margin-bottom: 25px;
}

.mainbox p.title02{
display: block;
padding: 8px 13px 5px 13px;
font-size: 100%;
font-weight: bold;
border-right: 1px solid #90c320;
border-top: 1px solid #90c320;
border-bottom: 1px solid #90c320;
border-left: 7px solid #fcc800;
color: #37782e;
margin-bottom: 10px;
}


.mainbox p{
margin: 0 10px 10px 10px;
}

.mainbox dl{
border-bottom: 1px dotted #dfe67f;
margin: 10px;
}

.mainbox dl dt a{
display: block;
font-size: 100%;
font-weight: bold;
color: #459439;
}

.mainbox dl dt {
display: block;
padding: 8px 13px 5px 13px;
font-size: 100%;
font-weight: bold;
border-right: 1px solid #90c320;
border-top: 1px solid #90c320;
border-bottom: 1px solid #90c320;
border-left: 7px solid #fcc800;
color: #459439;
margin-bottom: 1px;
}

.mainbox dl dd{
padding: 7px 10px 5px 20px;
background-color: #f9f9e8;
}

.next{
background-color: #FFF;
margin-bottom: 5px;
text-align: right;
}

.mainbox table{
width: 540px;
margin-left: auto;
margin-right: auto;
}

.mainbox table tr{
border-bottom: 1px solid #FFF;
background-color: #f0f0f0;
}

.mainbox table tr td{
padding: 3px;
}

.mainbox table tr td.thin{
width: 100px;
}



/* ↓チェックシートのデザイン↓ ----------*/

.mainbox table.solid{
border-collapse: collapse;
border: 2px solid #dddddd;
margin-bottom: 10px;
width: 550px;
}

.mainbox table.solid tr{
letter-spacing: 0.1em;
border-collapse: collapse;
border: 1px #8a8a8a solid;
background-color: #eaeaea;
padding: 5px;
}

.mainbox table.solid tr td{
border-collapse: collapse;
border: 1px #dddddd solid;
padding: 6px;
}

.mainbox table.solid tr.white{
background-color: #fff;
}




table.tnormal{
width: 530px;
border-collapse: collapse;
border: 1px #4f85cb solid;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

table.tnormal th{
text-align: center;
border-collapse: collapse;
border: 1px #4f85cb solid;
background-color: #cbdcf3;
}

table.tnormal td{
border-collapse: collapse;
border: 1px #4f85cb solid;
padding: 10px;
background-color: #FFF;
}





p.center{
width: 550px;
text-align: center;
}

p#home img{
clear: both;
padding: 15px 0 10px 480px;
}


p#next{
clear: both;
text-align:right;
}









/* 「wrap」右サイド≫デザイン ------------------------------ */

div.cg02{
border-bottom: 3px solid #5b8b97;
margin-bottom: 2px;
background: url(../images/cg_title02.gif) no-repeat;
background-position: center top;
}

#rightsidedesign h3{
background: url(../images/shima02.gif) repeat-x;
background-position: center bottom;
height: 40px;
line-height: 32px;
color: #FFF;
font-weight: bold;
text-align: center;
}

div.cg02 ul{
background-color: #f0f8fb;
}

div.cg02 ul li{
border-bottom: 1px solid #FFF;
}

div.cg02 ul li a{
display: block;
height: 32px;
line-height: 32px;
background: url(../images/cg_icon.gif) no-repeat;
background-position: 10px center;
padding-left: 20px;
}










/* フッター≫デザイン ------------------------------ */

#footerdesign ul{
margin-bottom: 5px;
}

#footerdesign ul li{
display: inline;
}

#footerdesign ul li a{
padding: 0 5px;
border-left: 1px solid #c9c9c9;
}

#footerdesign address{
font-weight: bold;
text-align: right;
}


/*追加*/

.topi{
	margin-bottom:10px;
	}


#mainboxul{
overflow: auto;
background-color: #f0f0f0;
border: 1px solid #dddddd;
margin: 10px
}

#mainboxul ul#ulleft{
display: block;
float: left;
width: 45%;
padding: 10px 10px 10px 15px;
}

#mainboxul ul#ulright{
display: block;
float: right;
width: 45%;
padding: 10px 10px 10px 15px;
}

#mainboxul ul li{
background: url(../images/cg_icon.gif) no-repeat;
background-position: 10px center;
padding-left: 30px;
}