/* ブラウザ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: #fff9f9;
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
color: #646464;
font-size: 12px;
line-height: 140%;
margin-left: auto;
margin-right: auto;
}

#container{
background-color: #FFF;
margin: 0;
padding: 0;
overflow: auto;
}

a{
color: #dc4900;
text-decoration: underline;
}

a:hover{
color:#ff9999;
text-decoration: none;
}

p,li,dd{
font-size: 90%;
line-height: 140%;
}



/***************** 基本画面分割 *****************/

/* ヘッダー ------------------------------ */

#header{
background: url(../images/header.jpg) no-repeat;
width: 1000px;
height: 140px;
margin: 0;
padding: 0;
border-top: 3px solid #ffaa00;
border-bottom: 1px solid #ffaa00;
margin-left: auto;
margin-right: auto;
}


/* パンくず ------------------------------ */

#bread{
padding: 8px;
background-color: #fff0d4;
}


/* 「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 #ffaa00;
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%;
color: #6d6d6d;
}



/* ■■■■■■■■■■■ ↓作業するのはここから↓ ■■■■■■■■■■■ */

/***************** 各デザイン *****************/

/* ヘッダー≫デザイン ------------------------------ */

#header h1{
font-size: 90%;
color: #b92734;
}

#header h2 a{
display: block;
font-size: 30px;
font-weight: bolder;
color: #614f45;
margin-top: 13px;
text-decoration: none;
font-family: serif;
padding-left: 15px;
}

#header p{
padding-left: 15px;
padding-top: 8px;
font-size: 10px;
line-height: 140%;
color: #62594e;
}



/* パンくず≫デザイン ------------------------------ */

p#bread{
font-size: 10px;
padding-left: 15px;
}



/* 単体左サイド≫デザイン ------------------------------ */

div.cg01{
border-bottom: 3px solid #fd8faa;
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 #ffaa00;
border-right: 1px solid #ffaa00;
background-color: #fffbfb;
}

div.cg01 ul li{
border-bottom: 1px dotted #ab997c;
}

div.cg01 ul li a{
display: block;
height: 32px;
line-height: 32px;
background: url(../images/cg_icon.gif) no-repeat;
background-position: 7px center;
padding-left: 26px;
}

div.cg01 ul li a:hover{
background: url(../images/cg_icon02.gif) no-repeat #ffaa00;
background-position: 7px center;
color: #FFF;
}



/* 「wrap」メイン≫デザイン ------------------------------ */

.mainbox{
padding: 13px 5px 10px 5px;
margin-bottom: 10px;
border: 1px solid #ababab;
border-bottom: 3px solid #ffaa00;
background: url(../images/title_bar.gif) no-repeat;
background-position: center top;
}

.mainbox p.title{
font-size: 16px;
font-weight: bold;
color: #62594e;
padding-left: 35px;
margin-bottom: 25px;
}

.mainbox p.title02{
display: block;
padding: 8px 13px 5px 13px;
font-size: 100%;
font-weight: bold;
border-left: 7px solid #ffaa00;
color: #966200;
background-color: #fff0d4;
border-bottom: 1px solid #ffaa00;
margin-bottom: 1px;
}

.mainbox p{
margin: 0 10px 5px 0;
padding: 5px 10px 5px 20px;
}

#mainbox ul{
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;
}

.mainbox dl{
border-bottom: 1px dotted #fd8faa;
margin: 10px;
}

.mainbox dl dt a{
display: block;
font-size: 100%;
font-weight: bold;
color: #966200;

}

.mainbox dl dt{
display: block;
padding: 8px 13px 5px 13px;
font-size: 100%;
font-weight: bold;
border-left: 7px solid #ffaa00;
color: #966200;
background-color: #fff0d4;
border-bottom: 1px solid #ffaa00;
margin-bottom: 1px;
}

.mainbox dl dt.title02{
display: block;
padding: 8px 13px 5px 13px;
font-size: 100%;
font-weight: bold;
border-left: 7px solid #ffaa00;
color: #966200;
background-color: #fff0d4;
border-bottom: 1px solid #ffaa00;
margin-bottom: 1px;
}

.mainbox dl dd{
padding: 3px 10px 5px 20px;
color: #666666;
background-color: #faf6f7;
}

.mainbox dl dd.next{
background-color: #FFF;
margin-bottom: 5px;
text-align: right;
}

.mainbox table{
width:90%;
　　
margin-top:30px;
    
margin-bottom:30px;
    
margin-left:10px;
    
color:#666;
	
background: #fff;

border-collapse:collapse;
border-spacing:0px;	
border:solid 2px #ffaa00;
}

.mainbox td{
text-align:left;
	
padding: 10px;
	
font-size: 12px;

border:solid 1px #ffaa00;	
}


.mainbox th{
text-align:left;

padding: 10px;

background:#FFFFCC;

font-weight:bold;
}	




.mainbox table td img{
margin: 1px;
}


.center{
display: block;
margin-left: auto;
margin-right: auto;
}

p#home img{
clear: both;
padding: 15px 0 15px 480px;
}






/* 「wrap」右サイド≫デザイン ------------------------------ */

div.cg02{

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: #fff4e8;
}

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: 7px center;
padding-left: 26px;
}


div.cg03{
border-bottom: 3px solid #93b037;
margin-bottom: 2px;
background: url(../images/cg_title03.gif) no-repeat;
background-position: center top;
}

#rightsidedesign h3.green{
background: url(../images/shima03.gif) repeat-x;
background-position: center bottom;
}

div.cg03 ul{
background-color: #fffae8;
}

div.cg03 ul li{
border-bottom: 1px solid #FFF;
}

div.cg03 ul li a{
display: block;
height: 32px;
line-height: 32px;
background: url(../images/cg_icon.gif) no-repeat;
background-position: 7px center;
padding-left: 26px;
}



/* フッター≫デザイン ------------------------------ */

#footerdesign ul{
margin-bottom: 5px;
}

#footerdesign ul li{
display: inline;
}

#footerdesign ul li a{
padding: 0 5px;
border-left: 1px solid #ffaa00;
}

#footerdesign address{
font-weight: bold;
text-align: right;
}




/* 文字の装飾、揃えなど ------------------------------ */

.bold{
font-weight: bold;
}

.bgbold{
font-weight: bold;
font-size: 16px;
}

.right{
text-align: right;
}

.red{
font-weight: bold;
color:#f00;
}

/*追加*/

.topi{
	margin-bottom:5px;
	margin-top:5px;	
	}

#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;
}
