/*######################################
内容　：マリンベースcss
作成日：2009年11月17日
更新日：2009年月日
更新箇所：
######################################*/

/*++++++++++++++++++++++++++
設定リセット
++++++++++++++++++++++++++*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
     margin:0px;   
     padding:0px; 
} 
table {  
     border-collapse:collapse;   
     border-spacing:0;   
} 
 fieldset,img {    
     border:0;   
} 
 address,caption,cite,code,dfn,em,strong,th,var {  
     font-style:normal;   
     font-weight:normal;   
} 
ol,ul {  
     list-style:none;   
} 
caption,th {  
     text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
} 
 q:before,q:after {  
     content:'';   
} 
abbr,acronym { border:0;   
}

img{
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}

/*++++++++++++++++++++++++++
レイアウトの設定
++++++++++++++++++++++++++*/
body{
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-color:#0099ff;
	background-position:top center;
	text-align:center;
}

div#container{
	margin:auto;
	width:740px;
	text-align:left;
	margin-top:40px;
}

div#container div#leftbox{
	width:565px;
	float:left;
}

div#container div#leftbox h1{
	padding-bottom:15px;
}

div#container div#leftbox h2{
	padding-bottom:15px;
}

div#container div#leftbox p.txt{
	padding-bottom:20px;
}

div#container div#rightbox{
	width:163px;
	float:right;
}

div#container div#copy{
	clear:both;
	margin:auto;
	width:740px;
	font-size:12px;
}
