@charset "utf-8";
/*------------------------------------------------
 * タイトル：共通ＣＳＳファイル
 * 説明    ：全てのページにおいて最初に適用する基本的な設定
 *         ：各ページで異なる設定値が必要な場合は個別CSSでオーバーライドすること
 *
 * 著作権  ：Copyright(c) DOT80
 * 　　　  ：ドット８０
 *
-------------------------------------------------*/
/*------------------------------------------------
 初期設定
------------------------------------------------*/

/* スタイルのリセット */
html, body, div, p,
h1, h2, h3, h4, h5, h6,
blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, tr, td, img,
form, fieldset, legend {
	margin: 0;
	padding: 0;
}

/* 共通のページ設定 */
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;								/* Firefoxでスクロールバーの幅を確保しておく */
}

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;									/* 共通の行高 */
	text-align: center;								/* 画面全体をセンタリング */
	letter-spacing: 1px;
	color: #333333;										/* 共通文字色 */
}

/*------------------------------------------------
 タグ毎の共通スタイル設定
------------------------------------------------*/

h1 {
	color: #333333;
	font-size: 125%;
}

h2 {
	color:#333333;
	font-size: 88.8%;
	margin-bottom: 20px;
}

h3 {
	color: #333333;
	font-size: 88.8%;
	margin-bottom: 20px;
}

h4 {
	color: #333333;
	font-size: 88.8%;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 2px #181878;
}

p {
	font-size: 75%;
}

ul,dl,ol {
	margin-bottom: 1em;
}

.largeText {
	font-size: 88.8%;		/* 上記のフォントサイズ指定をオーバーライドすること */
}

.smallText {
	font-size: 60%;		/* 上記のフォントサイズ指定をオーバーライドすること */
}

.colorText {
	color: #181878;
}

.redText {
	color: #a90000;
}

.contentsText {
	text-align: justify;						/* 文章部分はジャスティファイ */
	text-justify: inter-ideograph;	/* 文章部分はジャスティファイ（IE用） */
	margin-bottom: 1em;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

/* 共通のテーブル設定 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 75%;
}

/* 共通のイメージ設定 */
img {
	border: 0;												/* イメージ要素の枠線を無しにする */
}

/* 共通のリンク設定 */
a, a:link, a:visited {
	color: #181878;
	text-decoration: none;
	border-bottom: dotted 1px #181878;
}

a:hover {
	color: #fcc800;
	text-decoration: none;
	border-bottom: dotted 1px #fcc800;
}

a:focus{
	outline:none;
}

/*------------------------------------------------
 ページ全体レイアウト
------------------------------------------------*/

/* コンテナ */
div#container {
	width: 850px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

/* 各コンテンツ内の段 */
div.rowBlock {
	width: 100%;
}


/* 右が広い段の左カラム */
div.RwideL {
	width: 250px;
	¥width: 270px;	/* IE5.5用 */
	float: left;
	padding-right: 20px;
	text-align: right;
}

/* 右が広い段の右カラム */
div.RwideR {
	width: 559px;
	¥width: 580px;	/* IE5.5用 */
	float: right;
	padding-left: 20px;
	text-align: left;
	border-left: solid 1px #999999;
}

/* 左が広い段の左カラム */
div.LwideL {
	width: 559px;
	¥width: 580px;	/* IE5.5用 */
	float: left;
	padding-right: 20px;
	text-align: left;	
	border-right: solid 1px #999999;
}

/* 左が広い段の右カラム */
div.LwideR {
	width: 250px;
	¥width: 270px;	/* IE5.5用 */
	float: right;
	padding-left: 20px;
	text-align: left;
}

/*------------------------------------------------
 ヘッダ
------------------------------------------------*/
div#header h1 {
	float: left;
}

div#header p {
	float: right;
}

/*------------------------------------------------
 事業内容
------------------------------------------------*/
div#businessBox p img {
	float: right;
}

/* カイノミのバナー */
.kyenomiTitle {
	color: #181878;
	font-weight: bold;
}

div#businessBox div#kyenomi p img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div#kyenomi {
	margin-bottom: 30px;
	border-bottom: dotted 1px #999999;
}

div#businessBox h2 {
	clear: both;
}

/*------------------------------------------------
 制作実績
------------------------------------------------*/
div.myWorks {
	xxxwidth: 539px;
	width: 559px;
	margin-bottom: 20px;
}

p.myWorksImage {
	float: left;
	width: 175px;
}

p.myWorksCaption {
	float: right;
	width: 374px;
	margin-left: 10px;
	color: #181878;
	border-top: dotted 1px #999999;
	text-align: right;
}

div.myWorks img {
	border: solid 1px #cccccc;
}

/*------------------------------------------------
 プロフィール
------------------------------------------------*/
div#profileBox h4 {
	margin-top: 20px;
}

p.myPhoto {
	float: left;
	margin-bottom: 10px;
	background-color:#9CF;
}

p.names {
	margin-left: 110px;
	border-bottom: dotted 1px #999999;
}

span#myName {
	font-size: 150%;
}

p.address {
	margin-left: 110px;
	margin-bottom: 10px;
}

div.myCareer {
	clear: both;
	padding: 10px;
	background-color: #eaeaea;
}

table.career {
	margin-top: 10px;
}

table.career td {
	vertical-align: top;
	border-top: dotted 1px #999999;
}

table.career td.year {
	width: 9em;
}

/*------------------------------------------------
 お問い合わせ
------------------------------------------------*/
/* リンク設定 */
/*
div#contactBox a, div#contactBox a:link, div#contactBox a:visited {
	xxxborder-bottom: dotted 1px #666666;
}

div#contactBox a:hover {
	xxxborder-bottom: dotted 1px #fcc800;
}
*/

/* メールフォーム */

div#boxMailform {
	padding: 0 10px 0 10px;
	background-color: #eaeaea;
}


table.mfTable {
	xxxwidth: 100%;
	width: 539px;
}

table.mfTable td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #cccccc;
}

table.mfTable tr.atLast td {
	border-bottom: none;
}

td.mfMidashi {
	width: 150px;
	padding-right: 10px;
	text-align: right;
}

/*------------------------------------------------
 その他
------------------------------------------------*/
/* リンク設定 */
/*
h4 a, h4 a:link, h4 a:visited {
	border-bottom: dotted 1px #666666;
}

h4 a:hover {
	border-bottom: dotted 1px #fcc800;
}
*/

/*------------------------------------------------
 フッター
------------------------------------------------*/
div#footer {
	margin-top: 30px;
	border-top: solid 1px #999999;
}

ul#fNavi {
	float: left;
	display: inline;					/* IE6マージン2倍バグ対策 */
	line-height: 30px;
}

ul#fNavi li {
	display: inline;
	list-style: none;
}

ul#fNavi a, ul#fNavi a:link, ul#fNavi a:visited {
	color: #666666;
	border-bottom: none;
}

ul#fNavi a:hover {
	color: #fcc800;
	border-bottom: none;
}

/* コピーライト */
p#copyright {
	float: right;
	display: inline;					/* IE6マージン2倍バグ対策 */
	line-height: 30px;
}

/*------------------------------------------------
 プライバシーポリシー
------------------------------------------------*/
/* リンク設定 */
/*
div#privacy a, div#privacy a:link, div#privacy a:visited {
	color: #181878;
	border-bottom: dotted 1px #181878;
}

div#privacy a:hover {
	color: #fcc800;
	border-bottom: dotted 1px #fcc800;
}
*/

/*------------------------------------------------
 サイトポリシー
------------------------------------------------*/
/* リンク設定 */
/*
div#sitePolicy a, div#sitePolicy a:link, div#sitePolicy a:visited {
	color: #181878;
	border-bottom: dotted 1px #181878;
}

div#sitePolicy a:hover {
	color: #fcc800;
	border-bottom: dotted 1px #fcc800;
}
*/

div#sitePolicy ul {
	margin-left: 2em;
	font-size: 75%;
}

/*------------------------------------------------
 ソフトウエア使用許諾契約書
------------------------------------------------*/
div#contract p.writeDate {
	text-align: right;
}

div#contract h4 {
	margin-top: 20px;
}

div#contract ul,dl,ol {
	margin-bottom: 0;
}

div#contract p {
	text-align: justify;						/* 文章部分はジャスティファイ */
	text-justify: inter-ideograph;	/* 文章部分はジャスティファイ（IE用） */
	margin-bottom: 1em;
}

div#contract ul,ol {
	list-style-position: inside;
	margin-left: 1em;
	text-indent: -1em;
}

/* リストの文字サイズを小さく */
div#contract li,dt,dd {
	font-size: 75%;
}

/* リストの入れ子は文字サイズを戻す */
div#contract ol ul li,ul ul li {
	font-size: 100%;
}

/* 定義リストの書式 */
div#contract dd {
	margin-left:1em;
	margin-bottom: 1em;
}

/*------------------------------------------------
 ほか共通
------------------------------------------------*/

/* セパレータ */
.separate {
	clear: both;
}

p.separate a, p.separate a:link, p.separate a:visited {
	border-bottom: none;
}

p.separate a:hover {
	border-bottom: none;
}

/* ナビゲーション */
ul.menu li {
	list-style: none;
}

ul.menu li img {
	vertical-align: bottom;
}

ul.menu a, ul.menu a:link, ul.menu a:visited {
	border-bottom: none;
}

ul.menu a:hover {
	border-bottom: none;
}

/* clearfix（フロートを使う場合の共通部品） */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

