@charset "utf-8";

/*** BASECAMP.inc CSS Document *************************************

	ver.2009/06/22

	style.css

----------------------------------------------------------------***/



/*-----------------------------------------------------------------

  基本設定

-------------------------------------------------------------------*/


/* ===== リセット ===== */

body,div,td,p,ul,ol,dl,dd,img,form,h1,h2,h3,h4,h5{
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
}

/* ===== 基本 ===== */

body {
font-family: "ＭＳ Ｐゴシック","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Hiragino Kaku Gothic Pro","Meiryo",arial,helvetica,clean,sans-serif;
font-size:75%;
line-height:160%;
color: #333333;
background: #333333 url(../images/bg_body.gif) top left repeat-x;
padding-left: 30px;
}

table {
border-collapse: collapse;
font-size:inherit;
font-size:100%;
}

h1,h2,h3,h4,h5 {
font-family: "ＭＳ Ｐゴシック","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Hiragino Kaku Gothic Pro","Meiryo",arial,helvetica,clean,sans-serif;
font-size:100%;
font-weight:bold;
}

ul,ol{
list-style-type: none;
}

/*リンク色*/
a:link { text-decoration:none; color:#c11920; }
a:visited { text-decoration:none; color:#c11920; }
a:hover { text-decoration:underline; color:#c11920; }
a:active { text-decoration:none; color:#c11920; }


/*回り込み*/
.floatleft{
display:block;
float:left;
}

.floatright{
display:block;
float:right;
}


/*回り込み解除*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/*行揃え*/
.alignleft{
text-align:left;
}

.alignright{
text-align:right;
}

.aligncenter{
display:block;
text-align:center;
}


/*-----------------------------------------------------------------

  トップページレイアウト

-------------------------------------------------------------------*/

/* ===== ヘッダー ===== */

div#header{
width: 900px;
margin: 15px 0 0 0;
}

div#header strong{
float: left;
width: 188px;
height: 70px;
line-height: 100%;
}

div#header ul{
float: right;
margin-top: 42px;
}

div#header ul li{
float: left;
height: 27px;
line-height: 0%;
display: block;
}

div#header ul li.contact{
width: 107px;
height: 22px;
margin-right: 50px;
}

div#header ul li.line{
width: 1px;
height: 18px;
margin:0 15px 0 15px;
}

/* ===== メインイメージ ===== */

h1{
width: 900px;
height: 120px;
line-height: 100%;
margin-top: 15px;
}

*html h1{
margin-top: 14px;
}

div#container{
background: url(../images/bg_main_in.gif) top left no-repeat;
}

h2{
width: 492px;
height: 23px;
line-height: 100%;
padding: 30px 0 20px 0;
}

/* ===== コンテンツ ===== */

div#contents{
width: 900px;
margin: 20px 0 40px 0;
}

div#contents div.left{
float: left;
width: 430px;
}

div#contents div.right{
float: right;
width: 430px;
}

div#contents div.frame{
background: url(../images/bg_contents_middle.gif) top left repeat-y;
}

div#contents div.inner{
background: url(../images/bg_contents_bottom.gif) bottom left no-repeat;
padding-bottom:40px;
}

div#contents h3.news{
margin-top: 70px;
}

div#contents h3.service{
margin-top: 25px;
}

div#contents h3.about{
padding-bottom: 8px;
}

div#contents ul{
margin: 0 30px 0 30px;
}

div#contents ul li{
margin-top: 20px;
}

div#contents ul li span{
font-weight: bold;
margin-right:15px;
}

div#contents table{
width: 370px;
margin-left: 30px;
}

div#contents table th, div#contents table td{
background: url(../images/bg_dotline.gif) bottom left repeat-x;
text-align: left;
vertical-align: top;
padding: 12px 0 12px 0;
}

div#contents table th{
width: 120px;
}

div#contents table th img{
margin: 4px 0 0 1px;
}

div#contents table td img{
margin-top: 5px;
}

/* ===== コンタクト ===== */
#contact {
    width:500px;
    margin:20px;
}

#contact th {
    padding:10px!important;
    width:50px!important;
    vertical-align:top!important;
}

#contact td {
    padding:10px!important;
}

#contact input {
    width:98%!important;
}

#send_button {
    width:100px!important;
    height:50px!important;
}

#contact textarea {
    width:98%!important;
    height:200px!important;
}

/* ===== フッター ===== */

div#footer{
width: 900px;
padding-bottom: 30px;
}



/* ===== twitter ===== */
#twitter_update_list li {
    background:url('/images/twitter-link-icon.png') no-repeat;
    padding:0 0 0 20px!important;
    margin:0;
}

#twitter_div {
    margin:0 30px 0 0!important;
}

#twitter-link {
    outline:none;
    display:block;
    text-align:right;
}
