/*各ページ共通*/

a { color: #333333; text-decoration: underline; }
a:link		{color: #4682b4; text-decoration: none; }
a:visited	{ color: #4682b4; text-decoration: none; }
a:active	{ color: #4682b4; text-decoration: underline; }
a:hover		{ color: #4682b4; text-decoration: underline; }

dl, dt, dd {
    margin: 0; 
    padding: 0;
	font-size: 12px;
}

#body {
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
	font-family: "MS PGothic";
	text-align: center;
}

#wrapper {
	width: 880px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 850px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 1px;
}

#header_left {
	width: 200px;
	float: left;
	font-size: 12px;
	color: #333333;
}

#header_title {
	padding: 0px 0px 6px 0px;
	clear: both;
}

div#contents {
	margin: 15px 0px 0px;
	padding: 0px;
	width: 850px;
	clear: both;
}


#space {
	margin: 0px;
	padding: 0px;
	height: 10px;
	clear: both;
}

#footer {
	width: 850px;
	margin: 20px 0px 0px;
	padding: 0px;
	border-top: 1px solid #314D57;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}

#footer_right {
	font-size: 12px;
	color: #333333;
	margin: 5px 0px 0px;
	float: right;	
}

#clear {
	clear: both;
}


/*表組の設定*/
table {
	margin: 15px 0px 10px 0px;
}

th {
	background: #FFFFFF;
}

table, td, th {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 2px 3px 2px 3px;
}

table tr:hover td
{
	background:#FFFFFF;
}

table.border01, td.border01, th.border01 {
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px 3px 0px 3px;
	background: #FFFFFF;
}

table.box {
	margin:-10px 0 10px 1em; 
	border:none;
}
*table.box {
	margin:-20px 0 0 1em; 
}
table.box tr td { 
	padding:0; 
    border:none; 
	vertical-align:text-top;
}


/*トップページ用*/


#contents_left {
	width: 523px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#contents_right {
	width: 300px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#contents_right a:link {color:#9966CC;}	
#contents_right a:visited { color:#9966CC; text-decoration: none; }
#contents_right a:active { color:#9966CC; text-decoration: underline; }
#contents_right a:hover	{ color:#9966CCc; text-decoration: underline; }


#menu_title{
	font-size: 15px;
	color: #333333;
	width: 406px;
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #00CCFF;
	border-right: 1px solid #00CCFF;
	border-bottom: 1px solid #00CCFF;
	clear: both;
	font-weight: bold;
}

.blue
 {
	border-left: 10px solid #0033FF;
}

.yellow
 {
	border-left: 10px solid #FFFF00;
}

.red
 {
	border-left: 10px solid #FF0000;
}

.orange
 {
	border-left: 10px solid #FF9933;
}

.pict   { 
	background-image:url(../images/sofia_logo.gif);
	padding: 0px 2px 0px 0px;
	background-repeat:no-repeat;
	margin: 9px 0px 0px 0px;

	}

#contents2_title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-top: 1px solid #314D57;
	border-right: none;
	border-bottom: 1px dotted #314D57;
	border-left: none;
	width: 517px;
	margin: 15px 0px 0px;
	padding: 5px 3px 5px 3px;
	clear: both;
	background: #CCCCCC;	

}


#contents2_text {
	font-size: 12px;
	color: #333333;
	width: 517px;
	margin: 0px;
	padding: 5px 3px 5px 3px;
	line-height: 150%;
	clear: both;	
}

#right_box {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 300px;
}




#right_title {
	width: 294px;
	font-size: 14px;
	color: #F5F5F5;
	height: 15px;
	margin: 0px;
	padding: 3px 0px 2px 3px;
	background: #3366CC;
	float: left;
	border: 1px solid #3366CC;
}




#right_text {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px 10px 5px;
	line-height: 150%;
	clear: both;
	background: #FFFFFF;	

}

#right_date {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #314D57;
}

#right_comment {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}



/*トップ以外用*/

#contents_header {
	font-size: 15px;
	font-weight: bolder;
	padding: 2px 0px 2px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


.blue2
 {
	border-left: 8px solid #0033FF;
}

.yellow2
 {
	border-left: 8px solid #FFFF00;
}

.red2
 {
	border-left: 8px solid #FF0000;
}

.orange2
 {
	border-left: 8px solid #FF9933;
}


#contents_title {
	font-size: 14px;
	color: #333333;
	border-top: 1px solid #314D57;
	border-right: none;
	border-bottom: 1px dotted #314D57;
	border-left: none;
	width: 667px;
	margin: 15px 0px 0px;
	padding: 5px 3px 5px 3px;
	clear: both;
}


#contents_text {
	font-size: 12px;
	color: #333333;
	width: 667px;
	margin: 0px;
	padding: 5px 3px 5px 3px;
	line-height: 150%;
	clear: both;
}

#contents3 {
	margin: 0px;
	padding: 0px;
	width: 850px;
	clear: both;
}
#contents3 a:link {color:#9966FF;}	
#contents3 a:visited { color:#9966FF; text-decoration: none; }
#contents3 a:active { color:#9966FF; text-decoration: underline; }
#contents3 a:hover	{ color:#9966FF; text-decoration: underline; }



#contents3_title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-top: 1px solid #314D57;
	border-right: none;
	border-bottom: 1px dotted #314D57;
	border-left: none;
	width: 844px;
	margin: 15px 0px 0px;
	padding: 5px 3px 5px 3px;
	clear: both;
	background: #CCCCCC;	


#contents3_text {
	font-size: 12px;
	color: #333333;
	width: 844px;
	margin: 0px;
	padding: 20px 3px 5px 3px;
	line-height: 150%;
	clear: both;
}


