	
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555;
}

.txtx12 {
	font-size: 12px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}


img {
border:0px;
}

h1 {
	margin-top:0px;
	margin-bottom:0px;
}

.clear{ clear: both;}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	overflow:hidden;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/*------------------------------------------------------------
	スイッチ
------------------------------------------------------------*/

		#switch {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5260;
		width: 100%;
		height: 100%;
	}



/*------------------------------------------------------------
	ヘッド
------------------------------------------------------------*/


#head {
	width:100%;
	background-color: #FFF;
}

#head2 {
	width:980px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}

#logo {
	float:left;
	margin-top:0px;
	height:50px;
}

#made {
	float:right;
	margin-top:0px;
}


/*------------------------------------------------------------
	メイン
------------------------------------------------------------*/

div#main_in
{
	width: 980px;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/common/right_line.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

div#main_left
{
	width: 760px;
	float:left;
	text-align: left;
	padding-top: 15px;
}

div#main_left2
{
	width: 760px;
	float:left;
	text-align: left;
	padding-top: 105px;
}

div#main_right
{
	width: 200px;
	float:right;
	text-align: right;
}



/*------------------------------------------------------------
	第二階層
------------------------------------------------------------*/

.prof
{
	margin: 0 auto;
	background-image: url(../prof/img/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
}


.work
{
	margin: 0 auto;
	background-image: url(../work/img/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
}


.news
{
	margin: 0 auto;
	background-image: url(http://www.yamaguchiarc.com/news/img/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
}

.contact
{
	margin: 0 auto;
	background-image: url(../contact/img/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
}


/*------------------------------------------------------------
	仕事紹介
------------------------------------------------------------*/

div#waku
{
	width: 755px;
	height: 755px;
	padding-top: 105px;
	background-image: url(../work/img/bg.gif);
	background-repeat: no-repeat;
	padding-left: 105px;
}

div#waku2
{
	width: 650px;
	padding-left: 105px;
	padding-top: 25px;
}




/*------------------------------------------------------------
	フット
------------------------------------------------------------*/
.pageup
{
	width: 850px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 70px;
	text-align:right;
}

 div#up {
	width: 910px;
	z-index:999;
	margin-top:-55px;
	text-align: right;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

 div#foot {
	bottom: 0;
	left: 0;
	width: 100%;
	clear: both;
	height: 230px;
	background-image: url(../img/common/foot.gif);
	background-position: top;
		margin-top: 100px;

}

 #fb {
	width: 980px;
	padding-top: 35px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 0px;
}

div#footerArea {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	clear: both;
}



#menu {
	float:right;
	width: 275px;
	text-align: right;
	height: 260px;
}

ul img{
vertical-align: bottom; /*★*/
border: none;
}

#menu ul {
	padding:0px;
	margin:0px;
	list-style: none;
}
#menu li {
	padding:0px;
	margin-bottom:3px;
		list-style: none;
}

#copy {
	float:right;
	position: fixed !important;
	bottom: 0;
	right: 0;
}
