@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	line-height: 1.5;
	color: #222222;
	background-color: #EFEFEF;
	background-image: url(../img/back.gif);
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", "Lucida Sans", Verdana, sans-serif;
}



h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #663333;
}
a:hover {
	color: #3366FF;
}

img {
	border: 0;	
}
img.banner {
	padding: 3px;	
}

img.waku {
	border: #DDDDDD solid 1px;
}

strong {
	font-weight:normal;
}
.photo-left img{
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.photo-right img{
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}


img.waku1{
	padding: 0;
	border: #CCCCCC 1px solid;
}

img.waku2{
	padding: 2px;
	background: #FFFFFF;
	border: #CCCCCC 1px solid;
}

img.waku3{
	padding: 3px;
	background: #FFFFFF;
	border: #CCCCCC 2px solid;
}



.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}



.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	float: none;
	clear: both;
}


.attention{
	color: #BA1332;
}

.comment {
	color: #666666;
}

/* Wrapper
---------------------------------------------*/
.Base-center {
	text-align:center;
	width: 100%;
}

.Wrapper {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	width: 926px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background: #FFFFFF url(../img/back-left.gif) repeat-y left;
}
.Wrapper2 {
	width: 932px;
	margin: 0;
	padding: 0;
	background: url(../img/back-right.gif) repeat-y right;
}


/* たて組レイアウト
---------------------------------------------*/
.contentWrapper {
	position: relative;
	width: 920px;
	margin: 0 6px;
	text-align: left;
}


.header {
	width: 920px;
	height: 54px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../img/top-back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



.topcontent {
	margin: 0 5px 0 250px;
	padding: 9px 0;
	width: 380px;
	font-size: 80%;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}


.toplogo {
	float: left;
	margin: 0;
}

.topbutton {
	float: right;
	margin: 9px 10px 9px 20px;
}



.main-content {
	margin: 0;
	padding: 0;
}


.content-left {
	float: left;
	margin: 10px 0 0 0;
	width: 188px;
	padding: 0 0 20px 0;
	border-top: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	background: #F9F9F9 url(../img/menu-back-bottom.jpg) left bottom no-repeat;
}

.left-bwaku {
	margin: 20px 10px;
	border: #CCCCCC solid 1px;
	background: #FFFFFF;
	text-align: center;
}
.left-banner {
	margin: 10px 0;
	text-align: center;
}

.content-right {
	float: right;
	margin: 0;
}

.content-right-top {
	float: right;
	margin: 0;
	padding: 0;
}


.footer {
	clear: both;
	width: 920px;
	margin: 0 6px;
	background: #F0F0F0 url(../img/footer-back.gif) top repeat-x;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}
.footer-text {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.footer-menu {
	margin: 0;
	padding: 15px 10px 10px 10px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}
.footer-banner {
	margin: 10px;
	float: right;
}



/* ナビゲーション
---------------------------------------------*/
.globalNav {
	position: relative;
	width: 188px;
	margin-bottom: 20px;
}
#content {
	border-top: #996666 solid 1px;
}
.globalNav li {
	list-style-type: none;
	height: 40px;
	border-top: #FFFFFF solid 1px;
	border-bottom: #996666 solid 1px;
}
.globalNav li img {
	border: none;
	vertical-align: top;
}
.globalNav li a {
	/*¥*/
	overflow: hidden;
	text-decoration: none;
	/**/	
}
.globalNav li a:hover {
	text-decoration: none;
}


.globalNav2 {
	position: relative;
	margin: 10px 0px 20px 10px;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
}
.globalNav2 li {
	list-style-type: none;
	padding: 0px 0px 5px 20px;
	list-style-position: outside;
	background: url(../img/dot-red.gif) left no-repeat;
}



.smenu {
	position: relative;
	margin: 0 0 15px 0;
	font-size: 90%;
	text-align: left;
	height: 22px;
	border-bottom: #C8ABAB solid 1px;
	border-right: #C8ABAB solid 1px;
	letter-spacing: 0.1em;	
}
.smenu li {
	float: right;
	margin: -3px 0 0 0;
	padding: 3px 10px 3px 20px;
	list-style-type: none;
	border-left: #C8ABAB 1px solid;
	background: #F3F3F3 url(../img/dot-sankaku.gif) left center no-repeat;
}

.smenu li a {
	/*¥*/
	overflow: hidden;
	/**/	
}
.smenu li a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}



/* topimage
---------------------------------------------*/

.top-image{
	width: 718px;
	height:221px;
	margin: -7px 0 10px 0;
	background: url(../img/top-image.gif) right no-repeat;
	}


/* contantimage
---------------------------------------------*/

.content-image{
	width: 718px;
	height:111px;
	margin: -7px 0 10px 0;
	background: url(../img/content-top-image.gif) right no-repeat;
	}




/* top-infomation
---------------------------------------------*/

.info{
	width: 700px;
	background: url(../img/top-wn-back.gif) repeat-y;
	margin: 10px 10px 10px 3px;
}

.info-top{
	width: 700px;
	height:6px;
	background: url(../img/top-wn-top.gif) no-repeat top;
	margin: 0;
	padding: 0;
}
.info-bottom{
	width: 700px;
	height:6px;
	background: url(../img/top-wn-bottom.gif) no-repeat bottom;
	margin: 0;
	padding: 0;
}


.info-inner{
	padding: 0 10px 0 10px;
	margin: 5px 10px 10px 10px;
}

h2.wn{
	border-bottom: #663333 solid 1px;
	margin: 10px 0
}

.info iframe{
	border: 0px;
	width: 650px;
	height: 150px;
	overflow: auto;
}

/* hide from Mac IE \*/
 * html .info iframe{
	margin: 0 0 0 10px;
	padding: 0px;
	border: 0px;
	width: 650px;
	height: 150px;
	overflow: auto;
}
    /* */ 

/* topbpanel
---------------------------------------------*/	
.toppanel{
	margin: 10px 10px 10px 0;
	text-align: left;
}
	

/* topbanner
---------------------------------------------*/	
.topbanner{
	margin: 15px 10px 15px 3px;
}
	
	

/* メインテキスト指定
---------------------------------------------*/

.indent {
	margin: 10px 30px;
}
.indent-left {
	margin-left: 100px;
	line-height: 1.5;
}

.plist {
	font-size: 80%;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-left: 5px;
}

.date {
	font-size: 80%;
	line-height: 150%;
	color: #666666;
	margin-right: 40px;
	margin-left: 20px;
	text-align: right;
}



.content {
	margin: 10px 10px 15px 3px;
	width: 700px;
}

.content .box {
	margin: 10px 0;
	padding: 15px;
	border: #CCCCCC solid 1px;
	text-align: left;
	background: #FFFFFF;
}


.content .box2 {
	margin: 10px 0;
	padding: 15px;
	border: 1px solid #996666;
	text-align: left;
	background-color: #EEEEEE;
}

.content h1 {
}


.content h2 {
	font-size: 150%;
	color: #6F3741;
	font-weight: bold;
	margin: 40px 20px 25px 20px;
	background: url(../img/h2-line.jpg) left bottom no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
}
.content h3 {
	font-size: 120%;
	color: #330000;
	font-weight: bold;
	margin: 20px 0;
	border-bottom: #996666 1px solid;
	background-image: url(../img/dot-h3.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 27px;
	padding-bottom: 5px;
}
.content h4 {
	font-size: 110%;
	color: #114FA6;
	font-weight: bold;
	margin: 20px;
	padding: 0 10px;
	background-color: #EEEEEE;
}


.content .box2 h4 {
	font-size: 110%;
	color: #114FA6;
	font-weight: bold;
	margin: 20px;
	padding: 0 10px;
	background-color: #FFFFFF;
}

.content h5 {
	font-size: 100%;
	color: #732B34;
	font-weight: bold;
	margin: 10px 30px;
	border-bottom: #D5C6D1 1px solid;
}
.content p {
	font-size: 95%;
	color: #333333;
	line-height: 1.5;
	padding: 0 35px 5px 35px;
}


.content ul.list1{
	margin: 20px 40px;
	font-size: 100%;
	color: #111111;
	list-style-type: none;
	line-height: normal;
}

.content .list1 li{
	padding: 0 5px 10px 20px;
	background: url(../img/dot-list.gif) left top no-repeat;
}


.content ul.list2{
	margin: 10px 50px;
	font-size: 90%;
	list-style-type: none;
	line-height: normal;
}
.content .list2 li{
	padding: 0 5px 5px 20px;
	background: url(../img/dot-list-s.gif) left top no-repeat;
}


.content ol.list{
	margin: 10px 30px 10px 60px;
	list-style-position: outside;
}


.content .list li{
	padding: 0 5px 10px 0;
}


.content table{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 90%;
	text-align: left;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	
}

.content td{
	border: 0;
	padding: 5px 1em;
	text-align: left;
	vertical-align: top;
	border-bottom: #CCCCCC solid 1px;	
}


.content th {
	background: url(../img/th-back.jpg) right repeat-y;
	width: 9em;
	padding: 5px 1em;
	margin: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

.linktable th {
	letter-spacing: 1px;
	width: 8.6em;
	padding:5px 5px;
}
.linktable input.text, .linktable textarea.text {
	width:475px;
}
/* 制作の流れ
---------------------------------------------*/

.flow{
	margin: 10px 0 10px 35px;
	width: 617px;
	background: url(../img/flow-back.jpg) repeat-y;
	padding: 0;
}
.flow .top{
	margin: 0;
	padding: 0;
	width: 617px;
	height: 46px;
	background: url(../img/flow-top.jpg) top no-repeat;
}

.flow .top p.title{
	padding: 5px 20px 10px 20px;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}

p.title:first-letter {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 8px;
}

.flow .content{
	margin: 10px 0 10px 20px;
	width: 577px;
}


.flow .bottom{
	margin: 0px;
	width: 617px;
	height: 14px;
	background: url(../img/flow-bottom.jpg) bottom no-repeat;
}

.arrow{
	margin: 10px 0 10px 300px;
	width: 50px;
	height: 45px;
	background: url(../img/sankaku.gif) center center no-repeat;
} 




/* 会社概要
---------------------------------------------*/

.about{
	margin: 0 20px 0 200px;
	height: 220px;
}

.content ul.list-about{
	margin: 10px 0;
	font-size: 90%;
	color: #111111;
	list-style-type: none;
	line-height: normal;
}

.content .list-about li{
	padding: 0 5px 5px 0px;
}


.content .list-about li p{
	padding: 0 20px 5px 35px;
	font-size: 95%;
	color: #333333;
	line-height: 1.2;
}



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

ul.links{
	margin: 5px 10px 30px 20px;
}
.links li{
	padding: 0px 0px 15px 20px;
	font-size: 100%;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../img/dot-sankaku-link.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/* サイトマップ
---------------------------------------------*/ 
ul.sitemap{
	margin: 0px 10px 3px 40px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: bold;
}

.sitemap li{
	margin-left: 20px;
	padding: 15px 0px 0px 25px;
	font-size: 100%;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../img/dot-sitemap.gif);
	background-position: left top;
	background-repeat: no-repeat;
}



/* トップページ指定
---------------------------------------------*/

.count{
	text-align: center;
	margin: 20px 0;
	font-size: 90%;
	color: #555555;
	line-height: 110%;
}

/* お問い合わせ
---------------------------------------------*/
input.text {
	width: 490px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
}

input.text2 {
	width: 120px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

textarea.text {
	width: 490px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
}
input:focus {
	background-color: #EFEFEF !important;
}
textarea:focus {
	background-color: #EFEFEF !important;
}



input.button {
	margin: 10px 5px 5px 5px;
	padding: 3px;
	font-size: 100%;
	width: 6em;
	border: 3px double #BBBBBB;
	background-color: #FFFFFF;
}

input.button:focus {
	border: 3px double #91636E;
	background-color: #FFDDEA !important;
	color: #660000;
}


input.price {
	width: 200px;
	padding: 5px;
	border: #AAAAAA solid 2px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 140%;
	text-align: center;
}


.price {
	width: 200px;
	padding: 5px;
	border: #AAAAAA solid 2px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 140%;
	text-align: center;
}

.contact-after{
	font-weight: bold;
	color: #000000;

}
.soshin-red{
	font-weight: bold;
	color: #FF0835;
	font-size: 110%;
	text-align: center;
}
.soshin-after{
	font-weight: bold;
	color: #3333CC;
	font-size: 140%;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	margin: 5px;
}



/*　bbs用
---------------------------------------------*/


.bbsdate {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin: 0px;
	text-align: right;
}


.bbs .date {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin: 0 0 20px 0;
	text-align: right;
}


.bbs ul {
	margin: 5px 0px;
}
.bbs li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 5px 10px 3px 10px;
}


.bbs .title {
	font-size: 100%;
	color: #114FA6;
	font-weight: bold;
	line-height: 1.5;
	padding: 0px 10px 8px 10px;
}

.backnext {
	font-size: 100%;
}

.bbsfooter {
	font-size: 90%;
}

/*　その他
---------------------------------------------*/
.copyright {
font-size: 90%;
color: #666666;
font-style: oblique; 
font-family:Verdana,Osaka,Helvetica,sans-serif;
}
.toploop {
	font-size: 100%;
	line-height: 1.5;
	color: #996633;
	padding: 5px;
	background: url(../2007/loopback.gif) top repeat-x;
	margin-bottom: 10px;
}
.contacts1 {
	border:1px solid #DCDCDC;
	background-color:#FFFFFF;
//	font-family:trebuchet ms;
	text-align:left;
	padding-left: 5px;
	padding-bottom: 5px;
}
.contacts1 #title1{
	color:#333333;
	font-size:20px;
}
.contacts1 #title2{
	color:#666666;
	font-size:10px;
}
.contacts1 #title3{
	color:#444444;
	font-size:14px;
	font-weight:bold;
}
.contacts1 #title4{
	color:#666666;
	font-size:13px;
	line-height:14px;
}

.contacts1 #title4 a{
	text-decoration:none;
}
/* hide from Mac IE ¥*/
 * html .toploop {
	font-size: 100%;
	line-height: 1.5;
	color: #996633;
	padding: 5px 5px 15px 5px;
	background: url(../2007/loopback.gif) top repeat-x;
	margin-bottom: 10px;
}

.mLink {
	font-family:trebuchet ms;
	font-size:12px;
	color:#000000;
	padding-bottom:15px;
	padding-top:15px;
}

.mLink a{
	background-color:#FFFFFF;
	border:1px solid #663333;
	color:#663333;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin:2px;
	font-weight:normal;
	text-decoration:none;
}
.mLink a:hover{
	background-color:#EAEAEA;
	border:1px solid #663333;
	text-decoration:none;
	color:#333333;
}
.mLink #actual{
	background-color:#663333;
	border:1px solid #663333;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#company-table{
	width:438px;
	float:left;	
}
.img-company{
	width:180px;
	float:right;
}
.clear{
	height:1px;
}
* > .clear{
	min-height:1px;
	height:auto;
}
.clear:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}  

    /* */ 
