/*
Theme Name: 永島刺工
Theme URI: http://www.k1factory.jp
Description: 永島刺工 オリジナルテーマ
Author: Sawayaka
Author URI: http://www.k1factory.jp
Version: 1.0
*/


/****************************************************
 全体で共通のスタイル
****************************************************/

/*** h1 ***/
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #7d7d7d;
	background-color: transparent;
}

/*** h2 ***/
h2.nothing {
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
}

/*** h3 ***/
h3.nothing {
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
}

/*** p ***/
p {
	line-height: 140%;
	letter-spacing: 1px;
}

/*** dl ***/
dl {
	line-height: 140%;
	letter-spacing: 1px;
}

/*** ul ***/
ol.nothing {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: none;
	background-color: transparent;
	border: none;
}
ol.nothing li {
	margin: 0px;
	padding: 3px 0px;
	background-image: none;
	background-color: transparent;
	border: none;
}

/*** テーブル ***/
table {
	font-size: 1em;
}

/*** フォーム ***/
form {
	margin: 0px;
	padding: 0px;
}

/*** ダミー用 ***/
span.dummy {
	width: 0px;
	height: 0px;
	display: none;
}

/*** 注意書き ***/
.caution {
	font-size: 0.8em;
	font-weight: bold;
	color: #ff0000;
}

/*** 強調表示 ***/
.important {
	padding: 3px;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffcccc;
}

/*** img ***/
img {
	border: 0px;
	vertical-align: bottom;
}

/*** 高さ指定 ***/
.height-5 { height: 5px; }
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-80 { height: 80px; }

/* ボーダー0 */
.border-0 {
	border: 0px;
}

/*** リンク色 ***/
/* 基本（明るい緑色） */
a {
	color: #00aa33;
	text-decoration:none;
}
a:visited {
	color: #6633cc;
	text-decoration:none;
}
a:hover {
	color: #ff6600;
	text-decoration:none;
}
a.greenlink {
	color: #009933;
	text-decoration:none;
}
a.greenlink:hover {
	color: #ff6600;
	text-decoration:none;
}

a.bluelink {
	color: #175bea;
	text-decoration:none;
}
a.bluelink:hover {
	color: #ff6600;
	text-decoration:none;
}

a.redlink {
	color: #ff0000;
	text-decoration:none;
}
a.redlink:hover {
	color: #ff6600;
	text-decoration:none;
}

a.whitelink {
	color: #ffffff;
	text-decoration:none;
}
a.whitelink:hover {
	color: #ff0000;
	text-decoration:none;
}


/*****************************************************
 ページの全体構成
*****************************************************/
/* 全体 */
body{
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* 全体を中央寄せにする為のスタイル */
div#page{
	margin: 0px auto;
	text-align: left;
	width: 950px;
}

/* ヘッダ */
div#header{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #ffffff url('./images/bg_header.gif') left top no-repeat;
	text-align: left;
}

/*
 段組を入れる為のフレーム
*/
div#body{
	width: 950px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url('./images/bg_body.gif') left top repeat-y;
	border-top: 3px solid #074BBC;
	zoom: 100%;
}
/* 段組を自動で解除 */
div#body:after{
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

/* ホーム */
div#content-home {
	width: 780px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: transparent;
}

/* コンテンツ */
div#contents{
	width: 770px;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
	line-height: 140%;
	background-color: transparent;
}
div#content-left {
	width: 600px;
	float: left;
	background-color: transparent;
}
div#content-right {
	width: 170px;
	float: right;
	background-color: transparent;
}

/* サイドバー */
div#sidebar {
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 0.8em;
	background-color: transparent;
}

/* フッタ */
div#footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 3px solid #074BBC;
	text-align: left;
}


/*****************************************************
 段組みを自動で解除する
*****************************************************/
.auto-float-clear {
	zoom: 100%;
}
.auto-float-clear:after {
	content: " ";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}