@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	font-size: 14px;
	line-height: 2;
	color: #4d4d4d;
	background-color: #FFFFFF;
	background-image: url(images/bg_120.jpg);	/*背景画像*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}




/*リンクカラー設定
---------------------------------------------------------------------------*/
a {
	color: #4d4d4d;
	text-decoration: none;
}

a:hover {
	color: #a67c52;
	text-decoration: none;
}






/*h1タグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 9px;	/*文字サイズ*/
	color: #E6E6E6;		/*文字色*/
	font-weight: normal;
	text-align: right;	/*文字を右寄せ*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

h1 a {
	color: #EC6D88;			/*リンクを設定した際の文字色*/
	text-decoration: none;	/*下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 960px;
	margin-TOP: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（サイト名ロゴとメイン写真が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 100px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

/*サイトロゴ配置設定*/
#header #logo {
	position: absolute;
	left: 30px;	/*ヘッダーに対して左から15pxの位置に配置*/
	top: 20px;	/*ヘッダーに対して上から30pxの位置に配置*/
}



/*ヘッダーメニュー
---------------------------------------------------------------------------*/
ul#h_menu {
	position: absolute;
	left: 476px;	/*ヘッダーに対して左から510pxの位置に配置*/
	top: 40px;	/*ヘッダーに対して上から40pxの位置に配置*/
	height: 50px;
	width: 444px;
}

ul#h_menu img {
	vertical-align: bottom;
}

ul#h_menu li {
	float: left;
	margin-right: 0px;
}

ul#h_menu li.last {
	margin-right: 0px;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*トップページスライドショー
---------------------------------------------------------------------------*/
#slideshow {
	position:relative;
	width: 960px;
	height:390px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 390px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 390px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*h2見出しタグ共通設定*/
#main h2 {
	font-size: 100%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 30px;
	clear: both;
}

/*段落タグ設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*お知らせ部分設定*/
#main .info {
	background-image: url(images/info_bg.gif);	/*お知らせ背景*/
	background-repeat: no-repeat;
	width: 960px;
	height: 225px;
	color: #965619;
}


/*page1（HOME）のh2背景画像（変更予定）*/
#page1 #main h2 {
	color: #ffffff;
	background-image: url(images/midashi_01.gif);
	background-repeat: no-repeat;
}

/*page2（ABOUT）のh2背景画像*/
#page2 #main h2 {
	color: #ffffff;
	background-image: url(images/midashi_02.gif);
	background-repeat: no-repeat;
}

/*page3（PLAN）のh2背景画像*/
#page3 #main h2 {
	color: #ffffff;
	background-image: url(images/midashi_03.gif);
	background-repeat: no-repeat;
}

/*page4（ACCESS）のh2背景画像*/
#page4 #main h2 {
	color: #ffffff;
	background-image: url(images/midashi_04.gif);
	background-repeat: no-repeat;
}

/*page5（TOIAWASE）のh2背景画像*/
#page5 #main h2 {
	color: #ffffff;
	background-image: url(images/midashi_05.gif);
	background-repeat: no-repeat;
}





/*ここから中ページ
---------------------------------------------------------------------------*/



/*商品案内
---------------------------------------------------------------------------*/

#product{
	width: 920px;
	margin-right: auto;
	margin-left: 40px;
	line-height: 40px;
}





/*サイドメニュー
---------------------------------------------------------------------------*/

#side_menu{
	float: left;
	width: 170px;
	margin: 40px 0px 0px 40px;
}
#side_menu p {
	font-size: 12px;
	color: #333;
	line-height: 28px;
}



/*会社情報
---------------------------------------------------------------------------*/

#company{
	float: left;
	width: 690px;
	margin: 40px 40px 0px 10px;
}
#gaiyo1{
	position: relative;
	background-image: url(images/gaiyo1_bg.gif);
	background-repeat: no-repeat; 
	width: 570px;
	margin-bottom: 60px;
	padding: 20px 60px;
}
#gaiyo1 p{
	font-size: 12px;
	line-height: 28px;
}

#gaiyo2{
	position: relative;
	background-image: url(images/gaiyo2_bg_151006.gif);
	background-repeat: no-repeat; 
	width: 570px;
	margin-bottom: 60px;
	padding: 20px 60px;
}
#gaiyo2 p{
	font-size: 12px;
	line-height: 28px;
}

#gaiyo3{
	position: relative;
	background-image: url(images/gaiyo3_bg_151001.gif);
	background-repeat: no-repeat; 
	width: 570px;
	margin-bottom: 60px;
	padding: 20px 60px;
}
#gaiyo3 p{
	font-size: 12px;
	line-height: 28px;
}
#gaiyo3 table{
	width:550px;
	border: none;
	position: top;
	font-size: 12px;
	line-height: 28px;
}

#gaiyo4{
	position: relative;
	background-image: url(images/gaiyo4_bg.gif);
	background-repeat: no-repeat; 
	width: 570px;
	margin-bottom: 60px;
	padding: 20px 60px;
}
#gaiyo4 p{
	font-size: 12px;
	line-height: 28px;
}
#gaiyo4 table{
	width:550px;
	border: none;
	font-size: 12px;
	line-height: 28px;
}


/*お知らせ
---------------------------------------------------------------------------*/

#oshirase{
	float: left;
	width: 880px;
	background-image: url(images/oshirase_bg.gif);
	background-repeat: no-repeat; 
	margin: 40px 40px 60px 40px;
	padding: 20px 60px;
	line-height: 32px;
}

#oshirase p {
	font-size: 12px;
	color: #333;
}

#oshirase table{
	width:760px;
	border: none;
}



/*アバウト
---------------------------------------------------------------------------*/

#about1{
	background-image: url(images/about_bg_01.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 580px;
	margin: 0px 0px 0px 40px;
}

#about1 p{
	position: relative;
	left: 410px;
	top: 80px;
	width: 408px;
	font-size: 12px;
	line-height: 24px;
}

#about2{
	position: relative; 
	background-image: url(images/about_bg_02.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 425px;
	margin: 0px 0px 0px 40px;
}
#about2 p{
	position: relative;
	left: 55px;
	top: 15px;
	width: 408px;
	font-size: 12px;
	line-height: 24px;
}

#about3{
	position: relative; 
	background: url(images/about_bg_03.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 620px;
	margin: 0px 0px 0px 40px;
}
#about3 p{
	position: relative;
	left: 410px;
	top: 45px;
	width: 408px;
	font-size: 12px;
	line-height: 24px;
}

#about4{
	position: relative; 
	background-image: url(images/about_bg_04.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 510px;
	margin: 0px 0px 0px 40px;
}
#about4 p{
	position: relative;
	left: 55px;
	top: 15px;
	width: 408px;
	font-size: 12px;
	line-height: 24px;
}



/*
トップへ戻るボタン
---------------------------------------------------------------------------*/
#back-top {
    position: fixed;
    bottom: 5%;
    right: 3%;
}
#back-top span {
    width: 66px;
    height: 60px;
    display: block;

}



/*フッター（コピーライト表記がある最下部部分）
---------------------------------------------------------------------------*/
#footer {
	background-image: url(images/footer_bg1.jpg);	/*フッター背景画像*/
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	width: 960px;
	height:200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;	/*文字を右寄せ*/
	clear: both;
}

#footer table{
	width:560px;
	border: none;
}
#footer th{
	width: 120px;
	heght: 24px;
	padding: 0px 0px 0px 20px;
	background: url(images/th_arrow.jpg);
	background-repeat: no-repeat;
	text-align: left;
}#footer td{
	width: 120px;
	padding: 0px 0px 0px 20px;
	}




/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new dl {
	height: 150px;			/*ボックスの高さ*/
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dt {
	font-weight: bold;	/*日付を太字にする設定*/
	float: left;
}

#main .new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線*/
	padding-left: 8em;
}



/*和歌山産業ボックス設定
---------------------------------------------------------------------------*/
.box1 {
	height: 330px;
	width: 230px;
	border: 3px solid #CCCCCC;	/*ボックス1個あたりの枠線の幅と線種と色*/
	float: left;
	display: inline;
	margin-top: 14px;
	margin-left: 14px;
	padding: 10px;
	overflow: auto;
}

/*h3見出し設定*/
.box1 h3 {
	font-size: 14px;	/*文字サイズ*/
	color: #849e70;		/*文字色*/
}

/*段落タグ設定*/
.box1 p {
	padding: 0px !important;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;
}



/*テーブル１（リンクページに使っているテーブル）
---------------------------------------------------------------------------*/
/*テーブル１共通設定*/
.tagazou {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.tagazou, .tagazou td, .tagazou th{
	border: none;	/*枠線の幅と線種と色*/
}

.tagazou td, .tagazou th{
	padding: 5px 12px 5px;
}

.tagazou th{
	text-align: center;
}

.tagazou th.caption{
	font-size: 12px
	width: auto;
}

/*page1（HOME）の「サンプルタイトル」部分の背景色*/
#page1 .ta1 th.tamidashi{
	background-color: #D6ECEF;
}

/*page2（ABOUT）の「サンプルタイトル」部分の背景色*/
#page2 .ta1 th.tamidashi{
	background-color: #DAF0E2;
}

/*page3（PLAN）の「サンプルタイトル」部分の背景色*/
#page3 .ta1 th.tamidashi{
	background-color: #E1EFD6;
}

/*page4（ACCESS）の「サンプルタイトル」部分の背景色*/
#page4 .ta1 th.tamidashi{
	background-color: #EFDCD6;
}

/*page5（TOIAWASE）の「サンプルタイトル」部分の背景色*/
#page5 .ta1 th.tamidashi{
	background-color: #E0D4EB;
}



/*アクセントカラー
---------------------------------------------------------------------------*/
/*page1（HOME）のアクセント（class="color1"）カラー*/
#page1 .color1 {
	color: #d93f7f;
}

/*page2（ABOUT）のアクセント（class="color1"）カラー*/
#page2 .color1 {
	color: #7b760d;
}

/*page3（PLAN）のアクセント（class="color1"）カラー*/
#page3 .color1 {
	color: #de7f29;
}

/*page4（ACCESS）のアクセント（class="color1"）カラー*/
#page4 .color1 {
	color: #7c279b;
}

/*page5（TOIAWASE）のアクセント（class="color1"）カラー*/
#page5 .color1 {
	color: #136db5;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}