@charset "utf-8";

/*------------------------------------------------------reset*/
body {
	margin: 0px;
	padding: 0px;
	color:#000;
	font-size: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	background: url(../img/bodybg.gif) repeat-x;
	background-color: #E2DCC9;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, h7, p, hr {
font-weight:normal;
font-style:normal;
font-size: 100%;
line-height:100%;
margin: 0;
padding: 0;
}

p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #2374B6;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

ul, dl, li, dt, dd{
margin:0;
padding:0;
}

li{list-style:none;}

table{
margin:0;
padding:0;
border-collapse:collapse;
}

th{
margin:0;
padding:0;
font-weight:normal;
font-style:normal;
text-align:left;
line-height:1;
}

td{
margin:0;
padding:0;
text-align:left;
line-height:1;
}


.center {
	text-align: center;
	padding-bottom: 5px;
}
.floatleft {
	float: left;
	margin: 0 13px 0 0;
}

.floatright {
	float: right;
}

/*カラー*/
.red {
	color:#FF0000;
}
.bule {
	color:#0000FF;
}
.yellowish {
	color: #F76B21;
}
.bold {
	font-weight: bold;
}

/*------------------------------------------------------layout*/

/* ////////////////////////////////////// */
/*                                        */
/*                Hedding                 */
/*                                        */
/* ////////////////////////////////////// */
h2 {
    text-indent: -9999px;
}
.h2_1 a {
    width: 377px;
	height: 57px;
    display: block;
}
.h2_1 {
    width: 377px;
	height: 57px;
	background: url(../img/h-yahoo.gif) no-repeat;
}
.h2_2 a {
    width: 377px;
	height: 57px;
    display: block;
}
.h2_2 {
    width: 377px;
	height: 57px;
	background: url(../img/h-rakuten.gif) no-repeat;
}
.h2_3 {
    width: 377px;
	height: 57px;
	background: url(../img/h-pickup.gif) no-repeat;
}
h3 {
    font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* ////////////////////////////////////// */
/*                                        */
/*             　コンテナ                 */
/*                                        */
/* ////////////////////////////////////// */

#container {
	width: 813px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#news{
	width: 813px;
	margin: 20px 0;
}
#MainContents{
    width: 813px;
}


/* ////////////////////////////////////// */
/*                                        */
/*               ヘッダ                   */
/*                                        */
/* ////////////////////////////////////// */

#header {
	width: 963px;
    height: 392px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/main1.jpg);
	background-repeat: no-repeat;
}

#header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #header {
    height: 1em;
    overflow: visible;
}
/**/


div#headerleft {
    float: left;
	width: 521px;
    height: 61px;
}

div#header h1 {
    float: left;
	text-indent: -9999px;
}


/* ////////////////////////////////////// */
/*                                        */
/*               フッタ                   */
/*                                        */
/* ////////////////////////////////////// */

#pageTop {
	width: 813px;
	height: 20px;
	clear: both;
	margin: 20px 0 0 0;
}

#pageTop p {
	float: right;
}

#footer {
	clear: both;
	width: 813px;
	margin: 15px auto;
	padding: 0;
}

/* ////////////////////////////////////// */
/*                                        */
/*             　左右共通                 */
/*                                        */
/* ////////////////////////////////////// */
.Contents1 {
    width: 375px;
	height: 219px;
    padding: 0 15px 0 10px;
    background:url(../img/contentsbg1.gif) no-repeat;
}
.ContentsBox {
    margin: 11px 0 0 0;
}
.ContentsBox a{
    color: #076291;
}
.Contents2 {
    width: 375px;
	height: 510px;
	margin: 15px 0 0 0;
    padding: 0 15px 0 10px;
    background:url(../img/contentsbg2.gif) no-repeat;
}

/* ////////////////////////////////////// */
/*                                        */
/*               　　左                   */
/*                                        */
/* ////////////////////////////////////// */

#left {
    float: left;
	width: 396px;
}

/* ////////////////////////////////////// */
/*                                        */
/*               　　右                   */
/*                                        */
/* ////////////////////////////////////// */

#right {
    float: right;
	width: 396px;
}



