/* タイトル共通 */
h1 {
    font-size:15pt;
    text-align:center;
}


*		{
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-style: normal;
		font-family: arial,sans-serif;
		}

p{

		line-height: 140%;
		margin-bottom: 10px;
		padding: 0px 10px 0px 0;
		}


.no		{
		display: none;
		}


body	{
		font-size: 94%;
		}

#backimage {
		background-image: url('../img/body_bg.gif');
		background-repeat: repeat-y;
		background-position: top center;
		}

#wrap	{
		width: 780px;
		margin: 0 auto;
		}


/*title*/
#title	{
		height: 110px;
		background-image: url('../img/title_pc.png');
		background-repeat: no-repeat;
		}
#title h1{
		text-indent: -5555em;
		}

#title p a{
		display: block;
		height: 110px;
		text-indent: -5555em;
		text-decoration: none;
		}

#wrap #mainunit .title_image p{
	padding: 0;
	margin:0;
}



/*cont*/
#cont	{
		clear: both;
		width: 600px;
		margin: 0 auto;
		}



/*topunit*/
#topunit{
		width: 570px;
		float: right;
		}
#topunit p{
		margin-bottom: 15px;
		}

#topunit #lunit{
		width: 560px;
	
		}

#topunit #runit{
		width: 560px;
	
		}


address{
		clear: both;
		margin: 20px 0;
		padding: 5px;
		border: 1px solid #333;
		width: 350px;
		}
		
#topunit .topaddress{
		border:none;
		}		

#topunit h2{
		background-repeat: no-repeat;
		border: 1px solid #999999;
		height: 21px;
		padding: 4px 3px 0px 20px;
		color: #666666;
		}


/*privacypolicy*/
#privacypolicy{
		clear: both;
		margin: 20px 0;
		padding: 5px;
		border: 1px solid #333;
		font-size: 80%;
		width: 500px;
		}
#privacypolicy ol{
		padding-left: 2em;
		}
#privacypolicy ul{
		margin-bottom: 1em;
		padding-left: 1.3em;
		}
#privacypolicy ul li{
		list-style: outside disc;
		}


/*copy*/
#copy	{
		clear: both;
		background-color: #006699;
		padding: 10px;
		color: #ffffff;
		font-size: 80%;
		text-align: center;
		}


.toplink {
	width: 96%;

	text-align: right;
}

