@charset "UTF-8";
/* @Style license ID.0205 */
/* 全体の設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* ボディー */
body {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/body.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* 画像ボーダー */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}

/* 区切り */
hr {
	display: none;
}

.border_bottom {
	padding: 0;
	margin : 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* コンテナ */
#container {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	background-image: url(blogimg/container.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

/* ヘッダーロゴ */
#header img {
	border-style: none;
	float:left;
}

/* ヘッダー余白 */
#header .pad {
	padding-top : 14px;
	padding-left: 24px;
}

/* ヘッダー見出 */
#header h1 {
	position: absolute;
	left: -8888px;
}

/* ヘッダー説明 */
#banner p {
	color: #999999;
	font-size: 55%;
	padding-top: 16px;
	padding-bottom: 0px;
}

/* ロゴエリア */
#banner {
	width: 590px;
	float: left;
}
/* 検索エリア */
#searchbox {
	font-size: 60%;
	text-align: right;
	float: left;
	margin-top: 8px;
}

/* 検索エリア余白 */
#searchbox .pad {
	padding-top  : 24px;
	padding-right: 24px;

}
/* 検索 */
#searchbox form {
	margin : 0px;
	padding: 0px;
}

/* 検索ラベル */
#searchbox label {
	display: none;
}

/* 上部ナビゲーションバー */
#navi {background-image: url(blogimg/navi_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 75%;
	width: 760px;
	float: left;
	clear: both;

}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 10px;
	padding-right: 0;
	
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;

	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #2d4c81;
	background-color: #EEEEEE;
	background-image: url(blogimg/navi_off.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	padding-top: .7em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: .7em;
	float: left;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #FFFFFF;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #FF6600;
	background-color: #ffffff;
	background-image: url(blogimg/navi_on.png);
	background-position: right bottom;
	background-repeat: repeat-x;
}

/* イメージ */
#image {
	background-image: url(blogimg/head_image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -8888px;
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 150px;
	clear: both;
}
/* メイン */
#main {
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.05ex;
	margin-bottom: 15px;
	width: 569px;
	float: right;
}
/* メイン余白 */
#main .pad {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 22px;
}

/* ポイント画像のセンタリング  */
#main .pad img {
	margin-bottom: -3px;
}

/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #2d4c81;
	background-color: #ffffff;
}
/* メインリンク基本色 */
#main a:link {
	text-decoration: none;
	color: #2d4c81;
	background-color: #ffffff;
}
/* メインリンクマウスオーバー時 */
#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンククリック時 */
#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済み */
#main a:visited {
	text-decoration: none;
	color: #2d4c81;
	background-color: #ffffff;
}
/* メインリンク訪問済みマウスオーバー */
#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/* メインリンク訪問済みクリック時 */
#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

/* メイン日付 */
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}
/* メイン見出しh2 */
#main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2d4c81;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 0;
	padding-left: 13px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}


/* メイン見出しh3 */
#main h3 {
	font-size: 100%;
	font-weight: bold;
	color: #2d4c81;
	background-color: #ffffff;
	background-image: url(blogimg/h3.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 2px;
	margin-left:5px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	clear: both;
}

/* メイン見出しh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}

/* テーブルtable 2007/05/24 追加 M.MIZUNO */
.pad table.webshop {
	font-size: 80%;
	line-height: 140%;
	letter-spacing: 0.05ex;
	text-align: center;
	border-collapse: collapse;
}

/* テーブル見出しth 2007/05/24 追加 M.MIZUNO */
.pad table.webshop td.header {
	font-weight: bold;
	background-color: #ECECEC;
}

/* テーブル(採用情報) 2007/07/05 追加 M.MIZUNO */
.pad table.employinfo {
	font-size: 100%;
	line-height: 160%;
	border-collapse: collapse;
	border: 1px solid #333333;
}

/* テーブル(採用情報) 行見出し 2007/06/28 追加 M.MIZUNO */
.pad table.employinfo td.rowheader {
	background-color: #CCCC99;
	border: 2px solid #333333;
	text-align: center;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 450px;
	padding: 0px;
}

/* テーブル(採用情報) 列見出し 2007/06/28 追加 M.MIZUNO */
.pad table.employinfo td.colheader {
	background-color: #989DA5;
	border: 1px solid #333333;
	width: 80px;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

/* テーブル(採用情報) セル 2007/06/28 追加 M.MIZUNO */
.pad table.employinfo td {
	border: 1px solid #333333;
	padding: 5px;
}

/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #666666;
	background-color: #EfEfEf;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	height: 100px;/* ここを変更すれば高さが変わります */
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-weight: bold;
	color: #2d4c81;
	background-color: #ffffff;
}

#main dd {
	padding-left: 5px;
}
/* 会社概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
/* 最近のエントリー用 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 15px;
}

.rentory {
	padding-left: 0px;
	font-size: 90%;
}

.rentory p {
	padding: 0;
	line-height: 110%;
	margin-bottom: .1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
/* dt dd は使わなくなりました r.ogawa */
.rentory dt {
        padding: 0;

}
.rentory dd {
	line-height: 120%;
	margin-top: -1.8em;
	margin-left: 5em;
	margin-right: 0px;
	margin-bottom: .2em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.9em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
}
#main ul ol {
	padding-left: 30px;
}


/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}

/* ---- メイン分割見出 ---- */
#main .blockhalf {
	width: 50%;
	float: left;
}

/* 画像左配置 */
#main .imageleft{
	padding-right: 10px;
	float: left;
}
/* 画像右配置 */
#main .imageright{
	padding-left: 10px;
	float: right;
}
/* 追記 */
.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}
/* タグ */
.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}
/* 投稿者情報 */
#main .posted {
	font-size: 90%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin-bottom: 25px;
	clear: both;
}

.techstuff {
	font-size: 100%;
}

/* コメント関連 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea{
	width: 530px;
	}
/* コメンター画像 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

input,textarea {
	font-size: 100%;
}

/* サイドバー */
#side {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	width: 200px;
	margin-bottom: 15px;
	float: right;
}
/* サイドバー余白 */
#side .pad {
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 5px;
}

/* サイドバーリンク設定 */
#side a {
	text-decoration: none;
	color: #2d4c81;
	background-color: #ffffff;
}
/* サイドバーリンク色 */
#side a:link {
	text-decoration: none;
	color: #2d4c81;
	background-color: #ffffff;
}
/* サイドバーマウスオーバー時 */
#side a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバークリック時 */
#side a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済み */
#side a:visited {
	text-decoration: none;
	color: #2d4c81;
	background-color: #ffffff;
}
/* サイドバー訪問済みマウスオーバー */
#side a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
/* サイドバー訪問済みクリック時 */
#side a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

/* サイドバー見出しh2 */
#side h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2d4c81;
	background-image: url(blogimg/h2_side.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
/* サイドバー見出しh3 */
#side h3 {
	font-size: 100%;
	color: #2d4c81;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}
/* サイドバー段落 */
#side p {
	font-size: 100%;
	margin-top: 3px;
	margin-left:5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
/* カテゴリー */

/* カテゴリー */

#side ul {
	margin-left: 0px;
	list-style-type: none;
}

#side li {
	list-style-type: none;	

}
.categories {
	color: #333333;
	background-color: #eeeeee;
	margin-left: 5px;
}

.categories ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
/* カテゴリーリスト */
.categories ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}
/* カテゴリーリスト リンク */
.categories ul li a {
	background-image: url(blogimg/menu_main.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
/* カテゴリーリスト ホバー */
.categories ul li a:hover {
	color: #ff6600;
	background-color: #ffffff;
	background-image: url(blogimg/menu_main.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
.categories ul ul {
	margin: 0;
	padding: 0;
}
/* サブカテゴリーリスト */
.categories ul ul li {
	background-image: none;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
.categories ul ul li a {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-left: none;
}
/* サブカテゴリーリスト ホバー */
.categories ul ul li a:hover {
	color: #ff6600;
	background-color: #ffffff;
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-left: none;
}

/* サイドバーフリースペース */
.note{
	padding-left: 5px;
	padding-right: 5px;

}
/* サイドバーフリースペースの段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}
/* サイドバーカテゴリー一覧 */

/* サイドバー画像 */
#side img {
	margin-top: 2px;
	border-style: none;
	margin-bottom: 0px;
}
/* サイドバーリンク */
.link-note {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}
#powered {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;
}

/* 下部ナビゲーション */
#footernavi {
	font-size: 72%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #2d4c81;
	background-color: #ffffff;
	padding: 0 .5em;
}
#footernavi ul li a:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#footer {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	background-image: url(blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	clear: both;
}

address {
	font-weight: normal;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*----- 商品一覧(QUICKCART用)の設定 Del 071130 M.MIZUNO-----*/
/* 商品一覧の表示幅の設定 */
div#ItemList {
	width: 330px;
	float: left;
}

/* 商品一覧表示(幅、高さ、枠線) */
div.content dl.item-data {
	width: 320px;
	height: auto;
	/* height: 20em; */
	border: 1px solid #999999;
	text-align: center;
	margin: 0 0 5px 0;
	float: left;
}

/* 商品説明表示(エントリー本文) */
div.content dl.item-data dd.item-text {
	text-align: left;
	font-size: 80%;
	line-height: 140%;
	margin: 0 10px 10px 10px;
}

/* 商品価格設定 */
div.content dl.item-data dd.item-price {
	color: #333333;
	background: #ffffff;
	font-size: 100%;
	line-height: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	margin: 10px 10px 4px 10px;
}

/* カート(購入)ボタン設定  2007/05/24 追加 M.MIZUNO */
div.content dl.item-data dd.item-cart {
	padding: 5px;
}

/* カート(QUICKCART)の表示位置 */
div.cart-section {
	height: 520px;
	margin: 0 0 10px 0;
}

/*----- 2007/05/31 追加 M.MIZUNO -----*/
/* インデント(1文字) */
.indent1 {
	padding-top: 0;
	padding-left: 1.6em;
	padding-right: 0 ;
	padding-bottom: 0;
}

/* インデント(2文字) */
.indent2 {
	padding-top: 0;
	padding-left: 2.6em;
	padding-right: 0 ;
	padding-bottom: 0;
}

/* インデント(3文字) */
.indent3 {
	padding-top: 0;
	padding-left: 3.6em;
	padding-right: 0 ;
	padding-bottom: 0;
}

/* インデント(4文字) */
.indent4 {
	padding-top: 0;
	padding-left: 2.6em;
	padding-right: 0 ;
	padding-bottom: 0;
	font-size: 150%;
}

/*------------------------------------*/

/*----- 2007/06/27 開発実績用スタイル追加 M.MIZUNO -----*/
#jisseki table {
	font-size: 100%;
	text-align: left;
	margin: 15px 0 15px 0;
	border: 1px solid #333333;
	border-collapse: collapse;
}

/*-- システム名 --*/
#jisseki td.caption {
	background-color: #CCCC99;
	border: 2px solid #333333;
	text-align: center;
	font-weight: bold;
	color: #333333;
	height: 20px;
	width: 530px;
	padding: 0px;
}

/*-- 項目(業種、システム概要、開発環境) --*/
#jisseki td.header {
	width: 90px;
	background-color: #989DA5;
	padding: 5px;
	border: 1px solid #333333;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

/*-- 項目内容(背景色：有) --*/
#jisseki td.plus {
	width: 430px;
	background-color: #EBEBD6;
	padding: 5px;
	border-spacing: 0;
	border: 1px solid #333333;
}

/*-- 項目内容(背景色：無) --*/
#jisseki td {
	width: 430px;
	background-color: #F5F5F5;
	padding: 5px;
	border-spacing: 0;
	border: 1px solid #333333;
}

/* 開発実績リンク設定 */
#jisseki a {
	text-decoration: none;
	color: #2d4c81;
	background-color: #F5F5F5;
}
/* 開発実績リンク基本色 */
#jisseki a:link {
	text-decoration: none;
	color: #2d4c81;
	background-color: #F5F5F5;
}
/* 開発実績リンクマウスオーバー時 */
#jisseki a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #F5F5F5;
}
/* 開発実績リンククリック時 */
#jisseki a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #F5F5F5;
}
/* 開発実績リンク訪問済み */
#jisseki a:visited {
	text-decoration: none;
	color: #2d4c81;
	background-color: #F5F5F5;
}
/* 開発実績リンク訪問済みマウスオーバー */
#jisseki a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #F5F5F5;
}
/* 開発実績リンク訪問済みクリック時 */
#jisseki a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #F5F5F5;
}

ul.indent1 {
	list-style-position: inside;
}
ul.indent2 {
	margin-left: 15px;
}
/*------------------------------------*/

/*----- 2007/11/12 Webショップ用スタイル追加 M.MIZUNO -----*/
/* デモ商品 表示(幅、高さ、枠線) */
div#webshop {
	width: 535px;
}

#webshop div.content {
	height: auto;
	width: 530px;
	border: 1px solid #999999;
	text-align: center;
	margin: 0 0 5px 0;
	float: left;
}

#webshop p.text {
	font-size: 80%;
	line-height: 140%;
	text-align: left;
	margin: 0 10px 10px 10px;
}

#webshop p.item {
	font-size: 100%;
	line-height: 70%;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

/* Webショップリンク設定 */
#webshop a {
	text-decoration: none;
	color: #2d4c81;
	background-color: #EfEfEf;
}
/* Webショップリンク基本色 */
#webshop a:link {
	text-decoration: none;
	color: #2d4c81;
	background-color: #EfEfEf;
}
/* Webショップリンクマウスオーバー時 */
#webshop a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #EfEfEf;
}
/* Webショップリンククリック時 */
#webshop a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #EfEfEf;
}
/* Webショップリンク訪問済み */
#webshop a:visited {
	text-decoration: none;
	color: #2d4c81;
	background-color: #EfEfEf;
}
/* Webショップリンク訪問済みマウスオーバー */
#webshop a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #EfEfEf;
}
/* Webショップリンク訪問済みクリック時 */
#webshop a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #EfEfEf;
}


/*----- ショールーム用スタイル Add 071130 M.MIZUNO -----*/
/* デモ商品 表示(幅、高さ、枠線) */
div#showroom {
	width: 535px;
}

#showroom dl {
	height: auto;
	border: 1px solid #999999;
	text-align: center;
	margin: 0px 0 10px;
	float: left;
	width:535px;
}

#showroom dd {
	text-align: left;
	font-size: 80%;
	line-height: 140%;
	margin: 5px;
}

#showroom dd.demo {
	color: #333333;
	background: #ffffff;
	text-align: center;
	font-size: 100%;
	line-height: 100%;
	border-top: 1px solid #cccccc;
	padding: 5px;
}

/* 求人説明会リンク設定 */
#saiyou a {
	color: #2d4c81;
	background-color: #F5F5F5;
}
/* 求人説明会リンク基本色 */
#saiyou a:link {
	color: #2d4c81;
	background-color: #F5F5F5;
}
/* 求人説明会リンクマウスオーバー時 */
#saiyou a:link:hover {
	color: #ff6600;
	background-color: #F5F5F5;
}
/* 求人説明会リンククリック時 */
#saiyou a:link:active {
	color: #ff6600;
	background-color: #F5F5F5;
}
/* 求人説明会リンク訪問済み */
#saiyou a:visited {
	color: #2d4c81;
	background-color: #F5F5F5;
}
/* 求人説明会リンク訪問済みマウスオーバー */
#saiyou a:visited:hover {
	color: #ff6600;
	background-color: #F5F5F5;
}
/* 求人説明会リンク訪問済みクリック時 */
#saiyou a:visited:active {
	color: #ff6600;
	background-color: #F5F5F5;
}

.red {
    color: #CC0000;
}

.gray {
    color: #8F8F8F;
}

.underline {
    text-decoration: underline;
    font-weight:normal;
}

.underline-bold {
    text-decoration: underline;
    font-weight:bold;
}

/* トップ見積 ADD 20090409 M.Mizuno */
#main a.mitumori {
    display:block;
    height:125px;
    width:530px;
    overflow:hidden;
    background-image: url(blogimg/mail_mitumori.png);
    background-position: 0px 0px;
    text-indent: -9999px;
}

#main a.mitumori:hover {
    display:block;
    height:125px;
    width:530px;
    overflow:hidden;
    background-image: url(blogimg/mail_mitumori.png);
    background-position: 0px -125px;
    text-indent: -9999px;
}

/*----- 小冊子アーカイブ用スタイル Add 103130 M.MIZUNO -----*/
/* デモ商品 表示(幅、高さ、枠線) */

div.booklet {
    width: 535px;
}

.booklet dl {
    height: auto;
    border: 1px solid #999999;
    text-align: center;
    margin: 0px 0 10px;
    float: left;
    width:535px;
}

.booklet dd {
    text-align: left;
    font-size: 80%;
    line-height: 140%;
    margin: 5px;
}

.booklet dd.demo {
    color: #333333;
    background: #ffffff;
    text-align: center;
    font-size: 100%;
    line-height: 100%;
    border-top: 1px solid #cccccc;
    padding: 5px;
}

.bookdaredahead {
    color: #333399;
    font-weight: bold;
}

.bookdaredaexplain {
    color:#a0a0a0;
    font-size: 85%;
}

.bookdaredatable {
    font-size: 100%;
    border-collapse: separate;
    border-spacing: 10px 15px;
}


/*----- 知育アプリアーカイブ用スタイル Add 20100823 A.mano -----*/
/* 画像 表示(回り込み) */

#intellectual_img1 {
    margin-right: 30px;
    margin-bottom: 10px;
    float: left;
}

#intellectual_img2 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 30px;
}

#intellectual_img3 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 30px;
}

#intellectual_img4 {
    float: right;
}

.intellectual_clr {
    clear: left;
    clear: right;
}

.intellectual_font {
    font-size: 100%;
}
/* ADD 2010/11/11 R.Kawashima ↓ */
/* WEB */
div.demo_web a {
	/* 大きさ指定 */
	width : 245px ; height : 45px ;
	/* 背景画像(URL) 繰り返し無し */
	background : url("uploads/raku2demo/img_btn_web.jpg") no-repeat;
	/* 要素を範囲ブロックに */
	display : block ;
}

div.demo_web a:hover img {
	/* imgタグの画像を非表示にする */
	visibility: hidden;
}
div.demo_web a:hover {
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_web a:active { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_web a:visited { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
/* Felica */
div.demo_felica a {
	/* 大きさ指定 */
	width : 245px ; height : 45px ;
	/* 背景画像(URL) 繰り返し無し */
	background : url("uploads/raku2demo/img_btn_felica.jpg") no-repeat;
	/* 要素を範囲ブロックに */
	display : block ;
}

div.demo_felica a:hover img {
	/* imgタグの画像を非表示にする */
	visibility: hidden;
}
div.demo_felica a:hover {
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_felica a:active { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_felica a:visited { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}

/* Mobile */
div.demo_mobile a {
	/* 大きさ指定 */
	width : 245px ; height : 45px ;
	/* 背景画像(URL) 繰り返し無し */
	background : url("uploads/raku2demo/img_btn_mobile.jpg") no-repeat;
	/* 要素を範囲ブロックに */
	display : block ;
}

div.demo_mobile a:hover img {
	/* imgタグの画像を非表示にする */
	visibility: hidden;
}
div.demo_mobile a:hover {
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_mobile a:active { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_mobile a:visited { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}

/* Android */
div.demo_android a {
	/* 大きさ指定 */
	width : 245px ; height : 45px ;
	/* 背景画像(URL) 繰り返し無し */
	background : url("uploads/raku2demo/img_btn_android.jpg") no-repeat;
	/* 要素を範囲ブロックに */
	display : block ;
}

div.demo_android a:hover img {
	/* imgタグの画像を非表示にする */
	visibility: hidden;
}
div.demo_android a:hover { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_android a:active { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_android a:visited { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}

/* iPhone */
div.demo_iphone a {
	/* 大きさ指定 */
	width : 245px ; height : 45px ;
	/* 背景画像(URL) 繰り返し無し */
	background : url("uploads/raku2demo/img_btn_iphone.jpg") no-repeat;
	/* 要素を範囲ブロックに */
	display : block ;
}

div.demo_iphone a:hover img {
	/* imgタグの画像を非表示にする */
	visibility: hidden;
}
div.demo_iphone a:hover { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_iphone a:active { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
div.demo_iphone a:visited { 
	/* 背景画像の下部を表示する */
	background-position: 0 -45px;
}
/* ADD 2010/11/11 R.Kawashima ↑ */


/* ADD 2011/06/29 M.Mizuno ↓ */
.title_bar {
	color: #ffff99;
	background-color: #1c1c1c;
	line-height: 25px;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 7px;
	padding-left: 5px;
	clear: both;
	width: 525px;
}

.sub_bar {
	font-weight: bold;
	line-height: 25px;
	background-color: #c0c0c0;
	margin-bottom: 5px;
	padding-left: 5px;
	clear: both;
	width: 525px;
}
/* ADD 2011/06/29 M.Mizuno ↑ */

