@charset "UTF-8";

/* ================================================================ *
	Web Designing 2007/10
	テンプレート B-1：2 カラム型 基本レイアウト
	詳細カスタマイズ CSS
	
	この CSS を書き換えることで，テンプレートをカスタマイズ
	できます。本文記事およびコメントを参考に変更し，活用して
	ください。
 * ================================================================ */

/* 画像を回り込ませている箇所の見出しデザイン （2007.10.26コメント化）
h2 {
  margin-left: 175px;
}*/

/* サイドナビエリアのメニュー、マウスオーバー時のリンクテキスト色設定(2007.10.23) */
#sidenavi a:hover {
  color: #FF9900;
  text-decoration: underline;
}

/* ページタイトルの設定（通常は画像を使用） */
.page_ttl {
	font-size: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	padding-left: 0;
}

/* ---------------------------------------------------------------- *
	トップページの設定
 * ---------------------------------------------------------------- */

/* 「トップページ」ページで使っている「ゆソフト」と連絡先のスタイル */
.usoft {
	width: 451px;
	height: 35px;
	margin: 0.5em auto;
	padding-left: 0px;
}

.usoft_image {
	width: 410px;
	height: 310px;
	margin: 0.5em auto;
	padding-left: 0px;
	padding: 0.5em;
}

/* 「トップページ」ページで使っている「ＰＲテキスト」 */
.usoft_pr {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 1em;
	margin-bottom:1em;
	padding: 1em;
	background-image: url(../images/msg_bg.gif);
	background-repeat: repeat;
	font-size: 0.9em;
}


/* ---------------------------------------------------------------- *
	ゆうソフト案内ページの設定
 * ---------------------------------------------------------------- */

/* 「ゆうソフト案内」ページで使うテーブルスタイル */
.annai th {
	background-image: url(../images/th_bg_1.gif) ; background-repeat:repeat ;
	font-size: 0.9em; color:#666666;
	text-align: right;
	padding-left: 1em; padding-right: 0.5em; padding-top: 0.5em; padding-bottom: 0.5em;
	width: 100px;
	vertical-align: top;
}

.annai td {
	background-image: #FFFFFF ;
	font-size: 0.9em;
	text-align: left;
	padding-left: 1em; padding-top: 0.5em; padding-bottom: 0.5em;
	width: 410px;
	vertical-align:top;
}

/* 「レンタルサーバー」ページで使うテーブルスタイル */
.domain {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.domain th {
	background-image: url(../images/th_bg_1.gif) ; background-repeat:repeat ;
	font-size: 0.9em;
	text-align: center;
	padding-left: 1em; padding-right: 1em; padding-top: 0.3em; padding-bottom: 0.3em;
}

.domain td {
	background-image: #FFFFFF ;
	font-size: 0.9em;
	padding-left: 0.5em; padding-right: 0.5em; padding-top: 0.3em; padding-bottom: 0.3em;
}

.domain_1 {
	text-align: left;
}
.domain_2 {
	text-align: right;
}

.contents ol li {
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align:top;
}

.contents ul li {
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align:top;
}

.contents p {
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 1em;
}

/* ---------------------------------------------------------------- *
	<dl>～</dl>の設定です（例：パソコン教室－パソコン教室運営内容）
 * ---------------------------------------------------------------- */

.contents dl {
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
}

.contents dt {
  font-size: 0.9em;
  color: #333333;
  line-height: 1.4em;
  margin-top: 10px;
  margin-left: 1em;
}

.contents dd {
  font-size: 0.9em;
  color: #333333;
  line-height: 1.4em;
}

/* コンテンツ内タイトルに使用*/
.contents h3 {
  /* 見出し 3 のジャンプ率を設定してください */
  font-size: 17px;
  /* 見出し 2 の上下マージンを設定してください */
  margin-top: 0;
  margin-bottom: 0.5em;
  /* 見出し 2 のパディングを設定してください */
  padding-left: 8px;
  /* 見出し 2 の左端装飾用罫線の太さ・線種・色を設定してください */
  border-left: 5px solid #CC6633;
  /* 見出し 2 の行送りを設定してください */
  line-height: 1.4;
}

/* コンテンツ内で小見出しが必要のときに使用*/
.contents h4 {
	font-size: 1.0em;
	color: #003399;
}

blockquote {
	font-size: 0.8em;
	line-height: 1.4em;
}

.contents_ctr {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom:0.5em;
  padding-left: 0.5em;
  border: none;
  font-size:0.8em;
  line-height: 1.4em;
  text-align: right;
}

#info {
	font-size: 0.9em;
}

#pos_center {
	text-align: center;
}

/* ページ内トップへ戻るメニューのスタイル設定 */
#return_top {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}

/* 通常使っているテキスト用スタイル(2007.10.23) */
.p08 {
	font-size: 0.8em;
	line-height: 1.4em;
}

.p09 {
	font-size: 0.9em;
	line-height: 1.4em;
}
.p09a {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 600;
}

.p1 {
	font-size: 1em;
	line-height: 1.4em;
}

.p1a {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 900;
}

.p11a {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 600;
}

.p12a {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 600;
}

.sytle {
	list-style-type: none;
}


/*----------------------------------------------------------------- *
更新履歴ページの設定
* ----------------------------------------------------------------- */

#rireki {
	font-size: 0.9em;
	line-height: 1.4em;
	td:25px;
}

