@charset "UTF-8";

/* -----基本設定----- */

*{
margin:0;
padding:0;
font-size:15px;
font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

body{
background:#FCFCFC;
color:#000000;
line-height:24px;
}

table{
border-collapse:collapse;
border-spacing:0;
}

td{
vertical-align:top;
}

a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#000000;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#0690FA;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    color:#0690FA;
    text-decoration:none;
}

img{
border:0px;
}

#bg-base{
width:780px;
background:#fff url(images/bg-base.gif) repeat-y;
}

/* -----ヘッダー----- */

h1{
margin:0;
text-indent:5px;
font-size: 11px;
font-weight: normal;
background-color:#0641B7;
line-height:16px;
color:#fff;
width:760px;
text-align:left;
}

/* -----左コンテンツ----- */

.midashi1{
font-weight:bold;
background:url("images/h2.gif");
width:520px;
height:40px;
line-height:37px;
font-size:15px;
text-indent:28px;
}

#mainleft {
width:520px;
float:left;
padding-left:30px;
text-align:left;
line-height:25px;
}

#mainleft p{
margin:10px 0px;
}

/* -----制作実績----- */

div.portfolio_title{
font-weight:bold;
background-color:#efefef;
width:520px;
height:32px;
line-height:32px;
font-size:15px;
text-indent:10px;
margin:10px 0px 10px 0px;
background:url(images/stripe.gif);
}

div.portfolio_title a{/*リンクされた文字*/
    font-size:15px;
    font-style:normal;
    text-decoration:underline;
}
div.portfolio_title a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
div.portfolio_title a:visited {/*訪問後のリンク*/
    color:#000000;
    text-decoration:none;
}
div.portfolio_title a:hover {/*マウスをのせたとき*/
    color:#666666;
    font-style:normal;
    text-decoration:underline;
}
div.portfolio_title a:active {/*クリック中*/
    color:#000;
    text-decoration:none;
}


.port_img{
margin-right:10px;
border:1px #cccccc solid;
}


/* -----プライバシーポリシー----- */

#privacy{
background-color:#FCFCFC;
padding:14px;
margin:20px 0px;
border:4px solid #efefef;
}

#privacy p{
margin:0px 0px 10px 0px;
}

/* -----お問い合わせ----- */

input.text{
	font-size:100%;
	border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
	border-style:solid;
	border-width:1px;
	padding:2px;
	width:60%;
}
textarea{
	font-size:100%;
	border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
	border-style:solid;
	border-width:1px;
	padding:2px;
	width:98%;
}

.contact_link{
font-weight:bold;
margin-right:4px;
}

span.hissu{
color:#ff0000;
font-weight:bold;
}

/* -----右コンテンツ----- */

#mainright {
width:180px;
float:right;
padding-right:30px;
text-align:left;

}

.right_info{
background-color:#ffffff;
width:180px;
text-align:left;
border:1px #cccccc solid;
}

.right_title{
background-color:#f9f9f9;
padding:4px;
color:#666666;
}

.right_contents{
padding:4px;
color:#666666;
font-size:11px;
}

.right_back{
padding:10px;
margin-bottom:10px;
background:#f2f2f2;
background:url(images/stripe.gif);
}

.right_bar{
margin-top:12px;
background:url(images/stripe.gif);
border:1px solid #efefef;
border-bottom:0;
font-size:12px;
height:22px;
line-height:22px;
text-indent:5px;
}

.right_text{
font-size:11px;
padding:6px;
border:1px solid #efefef;
margin-bottom:20px;
line-height:20px;
}

/* -----右ボタン----- */

#navi{
margin-left:0;
padding-left:0;
list-style-type:none;
border-top:1px solid #cccccc;
}

#navi a{
display:block;
background:url(images/navi.gif) no-repeat;
text-indent:28px;
height:38px;
line-height:38px;
font-size:13px;
}

#navi a:hover{
background:url(images/navi2.gif) no-repeat;
}

#navi a{/*リンクされた文字*/
    text-decoration:none;
}
#navi a:link {/*未訪問のリンク*/
    text-decoration:none;
}
#navi a:visited {/*訪問後のリンク*/
    text-decoration:none;
}
#navi a:hover {/*マウスをのせたとき*/
    text-decoration:underline;
}
#navi a:active {/*クリック中*/
    text-decoration:underline;
}

#navi li{
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.area{
background-color:#ffffff;
width:auto;
text-align:left;
border:1px #cccccc solid;
}

.area_title{
background:url(images/navi.gif) no-repeat;
text-indent:28px;
height:38px;
line-height:38px;
border-bottom:1px solid #cccccc;
}

/* -----フッター----- */

#footer{
clear:both;
background:url("images/footer.gif") no-repeat;
width:760px;
height:100px;
}

/* -----テーブル----- */

table.table-01{
    border: 1px #cccccc solid;
    width:520px;
    margin-bottom:15px;
    margin-top:15px;
}

table.table-01 td {
    padding: 5px;
    border: 1px #cccccc solid;
    border-width: 0 0 1px 1px;
}

.table-01 th{
padding:3px;
border: 1px #cccccc solid;
border-width: 0 0 1px 1px;
text-align:center;
font-weight:bold;
background-color:#efefef;
}

.con1{
background:#f2f2f2;
border: 1px #ffffff solid;
text-align:left;
vertical-align:top;
}

.price{
text-align:right;
}

.service_table{
margin:10px 0px;
}

/* -----料金表----- */

table.table-price{
    border:1px #ccc solid;
    width:520px;
    margin-bottom:20px;
    margin-top:20px;
}

table.table-price td{
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}

table.table-price th{
text-align:center;
padding: 2px;
border:1px #ccc solid;
background-color:#000;
color:#000;
background:url("images/price_th.gif");
}

.price{
text-align:right;
}

/* -----リンク----- */

.list{
    list-style:none;
    margin:12px 20px 12px 0px;
    padding: 0px;
    font-weight:normal;
}

.list li {
    margin:0px;
    padding-left:20px;
    margin-left:20px;
    background: url(images/li.png) no-repeat 0px 4px;
    list-style: none;
    line-height:20px;
    margin-bottom:11px;
}

.list li a{
font-size:13px;
}

/* -----ナビ----- */

.navi_table{
width:100%;
margin:16px 0px;
}

.navi_table td{
vertical-align:top;
}

.button{
padding:3px;
font-size:13px;
}
