@charset "UTF-8";

/* CSS Document by wingsdesign */

/* 外部ファイル読み込み */
/***************************************/
@import url(styles-cont.css);
@import url(styles-form.css);

/* 基本設定*/
/***************************************/
body {
margin: 0; padding: 0;
background-color: #FFFFFF;
color:#333333;
font-size: 10pt; line-height:100%;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

div {
margin:0; padding:0;
}

ul {
padding-bottom:7px;
line-height:140%;
}

a img {border:0;}


/* head部 */
/***************************************/

#header {
margin:0 auto 0 auto;
display: block;
width:740px; height:156px;
}

#navi {
margin:0 auto 0 auto;padding:0;
width:808px;
}

/* container部 */
/***************************************/
#container {
width: 740px; height: auto;
margin: 10px auto 0 auto; padding: 0;
}

#center {
width:740px; height: auto;
}

/* left部 */
/***************************************/
#left {
float: left;
width: 490px; height: auto;
}

/* right部 */
/***************************************/
#right {
float: right;
width: 240px;
height: auto;
}

/* footer部 */
/***************************************/
#footer {
width:740px; height: auto;
margin:0 auto 7px auto; padding:0;
font-size: 8pt; color:#B3B3B3;
text-align: center;
}

#footer_menu {
font-size: 120%;
text-align: center;
margin: 24px auto;
color: #666;
}
