@charset "UTF-8";
/*
===============================================================================
| 			COMMON 
===============================================================================
*/

*{
	margin: 0;
	padding: 0;
	line-height:100%;
}
div.clear{
	font-size: 1px;
	hegiht: 0;
	clear: both;
	line-height: 1px;
}
body{
	background-color : #cccccc;
	background-image: url('../images/common/bg.gif');
	background-repeat: repeat-y;
	background-position: 50% 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80%;
	color: #444444;
	line-height: 150%;
	font-family: sans-serif;
	color:#111111;
}
div.wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 752px;
	padding: 0 0 20px 0;

}
img{
	border: none;
}
/*----------------------------------------------------------------------
/			link 
/----------------------------------------------------------------------*/
a:link{
	color: #006699;
}
a:visited{
	color: #444444;
}


/*----------------------------------------------------------------------
/			header 
/----------------------------------------------------------------------*/

div.header{
	background-image: url('../images/common/header_bg.gif');
	text-align: left;
	height: 93px;
	margin:0;

}
div.header img#logo, div.header img#profile, div.header img#categories,div.header img#location{
	margin: 0  1px 0 0;
}


/*----------------------------------------------------------------------
/			main 
/----------------------------------------------------------------------*/

div.contents{

	text-align: left;
	background-image: url('../images/common/bg_contents.gif');
	background-repeat: no-repeat;
	padding:17px;
	width: 719px;

}

div.contents div.inner{
	width: 719px;
	padding:0;


}
/*----------------------------------------------------------------------
/			footer 
/----------------------------------------------------------------------*/
div.footer{
	clear:both;
	width: 698px;
	margin: 15px 0 0px 0;
	background-color: #666666;
	color: #ffffff;
	text-align: right;
	font-size: 85%;
	padding: 3px 10px;
	line-height: 150%;
}



/*----------------------------------------------------------------------
/			paragraph 
/----------------------------------------------------------------------*/
h1{
	margin: 0;
	padding: 36px 0 37px 0;

}

h2{
	color: #0066CC;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4px;
	font-size: 120%;
	margin-bottom :20px;
}

h3{
	font-size: 110%;
	padding: 0 0 2px 10px;
	margin-bottom: 5px;
	line-height: 130%;
	border-left: 4px solid #3366cc;
}

h4{
	font-size: 110%;
	font-weight:bold;
	margin: 2px 0;
}

h5{
}

h6{
}

p{
	margin: 0 0 15px 0;
}
em{
	font-style: normal;
	font-weight: bold;
}
strong{
	color: #cc0000;
}
.caption{
	font-size: 85%;
}
sup{
	font-size: 70%;
}
div.aux{
	border:1px solid;
	padding:8px;
	margin: 10px 0;
}
div.aux h4{
	background-color: #999999;
	padding: 2px 10px;
	color: #ffffff;
	font-size: 100%;
}

/*----------------------------------------------------------------------
/			form
/----------------------------------------------------------------------*/
textarea{
	font-size: 100%;
	line-height: 150%;
}
input{
	vertical-align: middle;
	font-size: 100%;
}
select{
	font-size: 100%;
}
option{
	padding-right: 5px;
}

/*----------------------------------------------------------------------
/			list
/----------------------------------------------------------------------*/
ol,ul{
	margin: 0 0 20px 25px;
}
ol li{
	margin: 0 0 10px 0;
}
ul li{
	margin: 0 0 3px 0;
}
li{
	line-height: 130%;
}
dl{
}
dt{
	font-weight: bold;
}
dd{
	margin: 0 0 20px 1.1em;
}
/*----------------------------------------------------------------------
/			table
/----------------------------------------------------------------------*/
table, td, th{
	 line-height: 150%;
}
table.line{

	border-top: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
	margin-top: 5px;
}
table.line td{

	border-bottom: 1px solid #cccccc;
	padding: 4px 6px;
	vertical-align: top;
	line-height: 130%;
}
table.line th{
	text-align: left;
	padding: 2px 6px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	background-color: #efefef;
	line-height: 130%;
}
table.layout th{
	 vertical-align: top;
}
table.layout td{
	 vertical-align: top;
}
td ul{
	margin: 5px 0 5px 15px;;
}
caption{
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	margin-top: 5px;
}
/*----------------------------------------------------------------------
/			etc
/----------------------------------------------------------------------*/
img.icon{
	margin-right: 6px;
	vertical-align: middle;
}
div.gotop{
	margin: 40px 0 0 0;
	text-align: right;
}
img.photoRight{
	float: right;
	padding: 3px 0 10px 10px;
}
img.photoLeft{
	float: left;
	padding: 3px 10px 10px 0;
}

/*----------------------------------------------------------------------
/			corner common
/----------------------------------------------------------------------*/
div.contents div.inner div.leftBlock{

	width: 170px;
	float: left;
	line-height:0%;
}
div.contents div.inner div.rightBlock{
	width: 527px;
	float: right;
	line-height:140%;
}



/*----------------------------------------------------------------------
/			print
/----------------------------------------------------------------------*/

@media print{
	body{
		background-image : none;
		background-color: #ffffff;
		margin:0;
	}
	div.wrapper{
		margin: 0;
		text-align: left;
		width: 100%;
		padding: 0;
	}


}

