@charset "utf-8";

blockquote {
	margin: 1em;
	padding-left: 10px;
	border-left: 3px double #660000;
	color: #333;
}

.forimg{
padding:5px;
}
strong{
    color:#993333;
    line-height:2.5em;
    padding-left: 10px;
    text-align:left;
}

/* 会社概要
---------------------------------------------*/
#company {
         margin-top:30px;
	width: 680px; /* ボックスの幅を指定 */
}
#company table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#company td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#company th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC; /* 左方向のボーダーを6pxに変更 */
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#company th.one {
	border-left-color: #F39700; /* 左方向のボーダーの色を赤に指定 */
}


/* サイト description
---------------------------------------------*/
#desc {
	position: absolute;
	right: 40px;
	top: 2px;
	width: 800px;
	text-align: right;
}
#desc h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
}

/* スタイルを切り替えるリンク
---------------------------------------------*/
#styleSwitch {
	position: absolute;
	right: 40px;
	top: 20px;
	width: 800px;
	text-align: right;
}
#styleSwitch h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
}
#styleSwitch li {
	padding: 0 0 0 12px;
	background: #F9F9F9 url(images/markertop.gif) left center no-repeat;
	display: inline;
	padding-right: 2px;
}

#styleSwitch li a{
		color: #333333;
		text-decoration: none;
}

#styleSwitch li a:hover {

		color: #CC3300;


	}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #333333;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #F15D21;
}

/* コンテンツ全体に敷く背景画像
---------------------------------------------*/

body {
/*	background: #FFFFFF url(images/back-body.gif) left top no-repeat;*/
        background-attachment: fixed;
	text-align: center;
}
#container {
	position: relative;
	width: 980px;
	height: 239px;
	margin: 0 auto;
	text-align: left;
/*	background-color:black; */

}
#banner-header {
	position: absolute;
	left: 40px; /* 980-flash(900)=80/2=40*/
	top: 40px;
	width: 900px;
}




#pagebody {
	position: absolute;
	left: 45px;
	top: 250px;
	width: 980px;
/*	background-color:black; */
}

#web{
	position: absolute;
	left: 0;
	top: 0;
	width: 705px;
         height:123px;
/*	background-color:red; */
}

#webp{
	position: absolute;
	left: 0;
	top: 0;
	width: 705px;
	background: #FFFFFF url(images/web-back.gif) left top no-repeat;
}

#webp h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;

         padding-left:3px;
	font-size: 116%;
	padding-bottom: 1px;
	color:#0033CC;
}
#gallery{
	position: absolute;
	left: 0;
	top: 123px;
	width: 705px;
         height:123px;
/*	background-color:red; */
}

#alpha {
	position: absolute;
	left: 0;
	top: 260px;
	width: 900px;
	padding-bottom: 20px;
	background: url(images/information.png) left top repeat-x;

}



#alpha h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;

}

#footer{
    padding-top:20px;
    text-align:center;
    font-size:normal;
    width:920px;
}

#footer p{
    text-align:left;
}
#beta {
	position: absolute;
	right: 80px;
	top: 0;
	width: 195px;
	padding-bottom: 20px;
/*	background-color:black; */
}

/* エントリーのレイアウト
---------------------------------------------*/
.date-header {
	position: relative;
	top: 10px;
	z-index: 2;
	margin-left: 5px;
	color: #F15D21;
	font-size: 100%;
	font-weight: normal;
}

.entry-header {
/*	color:#333;*/
/*	font-size: 116%;*/
/*	padding-bottom: 3px;*/
/*	border-bottom: 1px solid #660000; */
        font-size:normal;
	text-indent: -9999px;
}

.entry {
	position: relative;
	z-index: 1;
/*	background: url(images/entry_bg.gif) left top no-repeat; */
	width: 895px !important;
	width /**/: 895px;
	padding-left: 5px;
         padding-bottom:10px;
	border-bottom: 1px solid #333;


         text-align:left;
	padding-top: 3px;
/*	border-top: 1px solid #333;*/
	font-size: 100%;
}


.entryweb{
	position: relative;
	z-index: 1;
/*	background: url(images/entry_bg.gif) left top no-repeat; */
	width: 690px !important;
	width /**/: 690px;
	padding-left: 10px;
         padding-bottom:10px;

         text-align:left;
	padding-top: 3px;
/*	border-top: 1px solid #333;*/
	font-size: 100%;

}

.entryweb ul{
padding: 3px 3px 3px 5px;
}

.entryweb li{
padding: 3px 3px 5px 5px;
		border-bottom: 1px solid #3C6346;

}
.entry-body p {
	margin: .3em 0;
	padding-left: 10px;
         text-align:left;
	padding-top: 3px;
/*	border-top: 1px solid #333;*/
	font-size: 100%;
}

.entry-body blockquote {
	margin: 1em;
	padding-left: 10px;
	border-left: 3px double #660000;
	color: #333;
}
.entry-footer{
        text-align:right;
	padding-top: 5px;
	font-size: 90%;
}

/* サイドナビゲーション
---------------------------------------------*/

	/* 共通部分
	---------------------------------------------*/
	.module-header {
		padding: 3px 3px 2px 5px;
		font-size: 90%;
	}
	.module-content {
		padding: 3px 3px 2px 5px;
		font-size: 90%;
	}

	
	/* カテゴリー／アーカイブリスト
	---------------------------------------------*/
	.module-categories,.module-archives {
	/* 	background: url(images/list_top.gif) left top no-repeat; */
	}

	.module-list {
	/* 		border-top: 1px solid #CC3300; */
	}
	.module-list li {
		border-bottom: 1px solid #3C6346;
	}
	.module-list li a {
		display: block;
		padding: 4px 0 5px 65px;
		background: #F9F9F9 url(images/markers.gif) left center no-repeat;
		color: #333333;
		text-decoration: none;
	}
	.module-list li a:hover {
		color: #CC3300;
		background: #F9F9F9 url(images/markerson.gif) left center no-repeat;
	}
