A:link { text-decoration:none; color:0033FF;}
A:visited { text-decoration:none; color:0033FF;}
A:hover { text-decoration:underline; color:0099FF;}
A:active { text-decoration:none; color:0033FF;}
A:focus { text-decoration:none; color:0033FF;}

#wrap{
	width:100%;
	/*text-align:left;*/
	text-align:center;
	margin:0 auto;
	text-align:center;
}

#main{
	margin:20px 5px;
	width:1200px;
	overflow: hidden;
	/*background-color:#66ff99;*/
}
#main:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

#contents{
	width:550px;
	text-align:left;
	/*float:left;*/
}
#contents_sub{
	width:530px;
	float:right;
}
#header{
	text-align:center;
	width:1200px;
	/*background-color:#ff9933;*/
}
#footer{
	clear:both;
	/*background-color:#ff9933;*/
}
#ssl{
	width:500px;
	text-align: right;
}

body{
	background-color:#ffffdd;
	font-size:13px;
	color:#555555;
	line-height:130%;
	font-family:"ＭＳ ゴシック",sans-serif;
}

img{
	border-width: 0px;
}

dl.list {
    background: #cccccc;       /* 実際には<dt>要素の背景色 */
    margin: 0;
    padding: 0;
    border: #888888 solid 1px;
    border-width: 0 1px 1px;
	width:550px;
}

dl.list dt {
    clear: left;
    float: left;
    width: 145px;
    margin: 0;
    padding: 0.2em;
    border-top: #888888 solid 1px;
    line-height: 1.6em;
}

dl.list dd {
    background: #ffffff;
    margin: 0 0 0 145px;
    padding: 0.2em;
    border-top: #888888 solid 1px;
    border-left: #888888 solid 1px;
    line-height: 1.6em;
	text-align:left;
}

dl.list2 {
    background: #ffffff;		/* 実際には<dd>要素の背景色 */
    margin: 0;
    padding: 0;
    border-bottom: #888888 solid 1px;
	width:550px;
}

dl.list2 dt {
    background: #cccccc;
    float: left;
    clear: left;
    width: 145px;
	/*height: 30px;*/
    margin: 0;
    padding: 0.2em;
    border-top: #888888 solid 1px;
    border-right: #888888 solid 1px;
    border-left: #888888 solid 1px;
    line-height: 1.6em;
}

dl.list2 dd {
    margin: 0 0 0 145px;
    padding: 0.2em 10px;
    border-top: #888888 solid 1px;
    border-right: #888888 solid 1px;
    line-height: 1.6em;
	text-align:left;
}


