/*=======================================================
・コメントをたくさん書くこと。
・すぐに変更できるシステムにしておくこと。変化に柔軟
=======================================================*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*=======================================================
全体に影響
=======================================================*/

body{
	font-size:14px;
	line-height:22px;
	font-style:normal;
	font-weight:normal;
	background: #ffffff;
	margin: 0;
}
/*-------------------------------------------------------
リンク
-------------------------------------------------------*/
a:link	{
	color : #0000cd;
	text-decoration : none;
}
a:visited	{
	color : #800080;
	text-decoration : none;
}
a:hover	{
	color : #FF0000;
	text-decoration : underline;
}
a:active	{
	color : #FF0000;
	text-decoration : underline;
}
/*-------------------------------------------------------
見出し
-------------------------------------------------------*/
h1{
	font-weight: normal;
	font-style: normal;
}
h2{
	font-weight: normal;
	font-style: normal;
}
h3{
	font-weight: normal;
	font-style: normal;
}
h4{
	font-weight: normal;
	font-style: normal;
}
h5{
	font-weight: normal;
	font-style: normal;
}
h6{
	font-weight: normal;
	font-style: normal;
}
/*-------------------------------------------------------
強調
-------------------------------------------------------*/
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
ul.normal{
	display: block;  
	padding-left: 40px;
	list-style-type: disc;
	margin: 1em 0;
	-moz-padding-start: 40px;
}

ul.normal li {
	display: list-item;
	-moz-float-edge: margin-box;
}
ol.normal {
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	-moz-padding-start: 40px;
}
ol.normal li {
	display: list-item;
	-moz-float-edge: margin-box;
}
/*=======================================================
骨格
=======================================================*/
#container{
	width: 960px;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	padding:2px;
	background: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
/*-------------------------------------------------------
ロゴ
-------------------------------------------------------*/
#header{
	width: 960px;
	background: #cc0000;
	border-top: 1px solid #000000;
}

/*-------------------------------------------------------
サイドメニュー
-------------------------------------------------------*/
#left{
	width: 210px;
	float: left;
	margin: 20px 0px 0px 0px;
}
#navi_banner{
	width: 210px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}
#navi_sub{
	width: 210px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px px 0px;
}
/*-------------------------------------------------------
コンテンツ
-------------------------------------------------------*/
#top_right{
	padding: 0px;
	margin: 15px 0px 15px 0px;
	width:750px;
	float:right;
}
#right{
	padding: 0px;
	margin: 20px 0px 15px 0px;
	width:750px;
	float:right;
}
#contents{
	margin: 0px;
}
#title{
}
#pankuzu{
	margin: 0px;
}
/*-------------------------------------------------------
コピーライト
-------------------------------------------------------*/
#footer{
	width: 960px;
	padding: 0px 0px 0px 0px;
	background-color: #cc0000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
}
#copyright{
	width: 200px;
	background-color: #cc0000;
	color: #ffffff;
	margin:0 auto;
}
/*=======================================================
身体
=======================================================*/
#text {
	margin: 0.5em 0em 1em 0em;
}

#text p {
	margin: 0.8em 0;
	display:block;
}
.title{	
	line-height: 30px;
	border:solid #666666;
	border-width: 0px 0px 1px 0px;
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
}
.top_head{
	font-size: 0.9em;
	padding: 1px 0 1px 0;
	margin: 0;
}
.middle-title_2 {
	font-size: 23px;
	color: #000000;
	border-bottom: 1px solid #a9a9a9;
	margin-top: 25px;
	margin-bottom: 5px;
}
.middle-title_3 {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #a9a9a9;
	margin-top: 25px;
	margin-bottom: 5px;
}
.middle-title-point_3 {
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	border-left: 10px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	padding-left: 4px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.middle-title_4 {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	margin: 0.4em 0;
	text-decoration: underline;
}
.middle-title_center {
	font-size: 19px;
	text-align : center;
	font-weight: bold;
	color: #000000;
	margin-top: 25px;
	margin-bottom: 20px;
}
/*トップページのclass
-------------------------------------------------------*/
.top_left {
	width: 750px;
	float: left;
	margin: 0 0 0 0;
}
/*配送料・手数料無料のclass
-------------------------------------------------------*/
.font_soryo {
	color: #cc0000;
	margin: 40px 0px 30px 0px;
	font-weight: bold;
	font-size: 3em;
}
/*納期のトップclass
-------------------------------------------------------*/
.font_nouki {
	color: #cc0000;
	margin: 20px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.7em;
}
.font_nouki_2 {
	color: #000000;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 30px;
}
.font_nouki_3 {
	color: #000000;
	text-decoration: underline;
	font-size: 1em;
}
/*加工の種類のレイアウトclass
-------------------------------------------------------*/
.kakou_left {
	margin: 0px 0px 10px 0px;
	width: 235px;
	float: left;
}
.kakou_right {
	margin: 0px 110px 10px 20px;
	width: 375px;
	float: right;
}
.kakou_footer{
	clear: both;
	margin: 0px 0px 50px 0px;
}
/*印刷の種類のレイアウトclass
-------------------------------------------------------*/
.print-grade_left {
	margin: 0px 0px 10px 0px;
	width: 200px;
	float: left;
}
.print-grade_right {
	margin: 0px 110px 10px 20px;
	width: 410px;
	float: right;
}
.print-grade_footer{
	clear: both;
	margin: 0px 0px 50px 0px;
}
/*納期レイアウトidと注意事項のclass
-------------------------------------------------------*/
#nouki_left {
	padding: 20px 0px 0px 20px;
	width: 330px;
	float: left;
}
#nouki_right {
	padding: 20px 30px 0px 0px;
	width: 350px;
	float: right;
}
#nouki_footer{
	width: 730px;
	clear: both;
	margin: 0px 0px 50px 0px;
}
/*ポイントや確認事項をリストアップする際に使う
-------------------------------------------------------*/
.point_top {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #369;
	background-color: #369;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.point_middle {
	font-size: 13px;
	line-height: 19px;
	padding: 5px 15px 0px 15px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #f5f5f5;
}
.point_middle ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	-moz-padding-start: 40px;
}
.point_middle ul li {
	display: list-item;
	-moz-float-edge: margin-box;
}
.point_middle img {
	border: 1px #cccccc solid;
}
.point_bottom {
	font-size: 13px;
	line-height: 19px;
	padding: 1px 15px 5px 15px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #f5f5f5;
}

/*対応サイズのtable
-------------------------------------------------------*/
table.size {
	width: 600px;
	border: 1px #999999 solid;
	border-collapse: collapse;
	margin-bottom: 10px; 
}
table.size th{
	color:#ffffff;
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
	text-align:left;
	background-color: #369;
}
table.size td {
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
}
/*塗り足しサイズのtable
-------------------------------------------------------*/
table.nuritashi {
	width: 390px;
	border: 1px #999999 solid;
	border-collapse: collapse;
	margin-top: 10px; 
	margin-bottom: 10px; 
}
table.nuritashi th{
	color:#ffffff;
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
	text-align:left;
	background-color: #369;
}
table.nuritashi td {
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
}
/*対応データ一覧表のtable
-------------------------------------------------------*/
table.data {
	width: 620px;
	border: 1px #999999 solid;
	border-collapse: collapse;
	margin-bottom: 10px; 
}
table.data th{
	color:#ffffff;
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
	text-align:left;
	background-color: #369;
}
table.data td {
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
}


/*表紙デザインサービスの書体選択
-------------------------------------------------------*/
.font-kaisho {
	font-size:1.5em;
	font-family: HG正楷書体-PRO;
}
.font-gyosho {
	font-size:1.5em;
	font-family: HG行書体;
}
.font-mincho {
	font-size:1.5em;
	font-family: ＭＳ Ｐ明朝;
}

/*共通のtable
-------------------------------------------------------*/
table.common {
	width: 570px;
	border: 1px #999999 solid;
	border-collapse: collapse;
	margin-bottom: 0.5em; 
}
table.common th{
	color:#ffffff;
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
	text-align:left;
	background-color: #369;
}
table.common td {
	border: 1px #999999 solid;
	padding: 1px 0px 1px 10px;
}

/*会社概要table
-------------------------------------------------------*/
table.corporate {
	width: 600px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin-bottom: 2em; 
}
table.corporate th {
	border: 1px #cccccc solid;
	background-color: #ffffe6;
	padding: 15px 10px 15px 15px;
}
table.corporate td {
	border: 1px #cccccc solid;
	background-color: #ffffff;
	padding: 15px 10px 15px 15px;
	text-align: left;
}
/*ショールーム（会社概要）のtable
-------------------------------------------------------*/
table.showroom {
	width: 500px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin-top: 30px; 
	margin-bottom: 30px; 
}
table.showroom th {
	border: 1px #cccccc solid;
	background-color: #ffffe6;
	padding: 15px 10px 15px 15px;
}
table.showroom td {
	border: 1px #cccccc solid;
	background-color: #ffffff;
	padding: 15px 10px 15px 15px;
	text-align: left;
}
/*FAQ
-------------------------------------------------------*/
.faq-top ul {
	background-color: #f5f5f5;
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	-moz-padding-start: 40px;
	border: 1px #c0c0c0 solid;
        width: 570px;
}
.faq-top ul li {
	font-weight: bold;
}
.faq-top ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	-moz-padding-start: 40px;
}
.faq-ans {
        width: 570px;
        margin: 30px 0px 30px 0px;
}
.faq-ans dt {
	color: #369;
  	line-height: 30px;
	font-size: 23px;
	border-bottom: 1px #c0c0c0 solid;
        margin: 20px 0px 10px 0px;
}
.faq-ans dd {
}
/*入稿
-------------------------------------------------------*/
.submit-select {
	width: 620px;
	border: 1px solid #808080;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.submit-select h4 {
	display: block;
	font-weight: bold;
	margin: 10px 0;
	font-size: 16px;
	text-decoration: underline; 
}
.submit-select-in {
	padding: 10px;
}

ul.submit-select-data {
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	-moz-padding-start: 40px;
}

ul.submit-select-data li {
	display: list-item;
	-moz-float-edge: margin-box;
}
.submit-select-top {
	padding: 5px 0 5px 5px;
	background-color: #369;
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
}
.submit-select-software {
	margin-top: 20px;
}
/*データの作り方の番号リストと重要点の赤文字
-------------------------------------------------------*/
ol.data {
	width: 570px;
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	-moz-padding-start: 40px;
}
ol.data li {
	display: list-item;
	-moz-float-edge: margin-box;
	margin: 1.1em 0;
	background-color: #ffffe6;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
/*赤文字＋アンダーライン＋太字
-------------------------------------------------------*/
.font-red-bold {
	color: #cc0000;
	font-weight: bold;
	text-decoration : underline;
}
/*（共通）画像の横並び
-------------------------------------------------------*/
.img-paranemic { 
	margin: 0;                  /* margin padding の指定は必ずする */
	padding: 0;
	list-style: none;
}
.img-paranemic li {
	padding: 10px 10px 10px 0px;
	display: block;                     /* 念のためブロックに指定 */
	float: left;              /* リストアイテムをブロックのように並べていく */
}
#img-paranemic:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#img-paranemic {
	display: inline-block;
}
#img-paranemic {
	display: block;
}
/*各カテゴリーのトップ説明文
-------------------------------------------------------*/
.category-t-text {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	padding: 0.4em;
	margin-bottom: 0.5em;
	display: block;
}

/*-------------------------------------------------------
制作編集サービスの見積もりCSSボタン
-------------------------------------------------------*/
.edit-mitsumori {
	font-size: 17px;
	font-weight: bold;
	width: 280px;
	border-right: 1px solid #ffffff;
	padding: 0 0 0 0;
}
.edit-mitsumori ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.edit-mitsumori ul li {
	margin: 0;
	border-top: 3px solid #ffffff;
}
.edit-mitsumori ul li a {
	width: 280px;
	display: block;
	padding: 6px 0px 6px 6px;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-left: 6px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	background-color: #ffba66;
	color: #000000;
	text-decoration: none;
}
html>body .edit-mitsumori ul li a {
	width: auto;
}
.edit-mitsumori ul li a:hover {
	border-left: 6px solid #036;
	background-color: #369;
	color: #fff;
}
/*=========================================================
カテゴリーページ上段レイアウト：文章（もしくはカテゴリートップ画像）特長＋（右メニュー）インフォメーション
=========================================================*/
#base_left {
	width: 570px;
	float: left;
	margin: 0 0 0 0;
}
#base_right {
	width: 157px;
	float: right;
}
#base_footer {
	width: 570px;
	clear: both;
	padding: 20px 0 0 0;
}
#baseimg_left {
	width: 365px;
	float: left;
	margin: 0 20 0 0;
}
#baseimg_right {
	width: 365px;
	float: right;
	margin: 0 0 0 0;
}
/*（右メニュー）インフォメーション
-------------------------------------------------------*/
.base_right_information_top{
	padding: 2px 0 0 7px;
	border-bottom: 3px double #369;
	background-color: #369;
	color: #ffffff;
}
.base_right_information_middle{
	font-size: 13px;
	line-height: 19px;
	padding: 10px 0 10px 7px;
	border-bottom: 3px double #369;
	border-left: 0px dotted #666666;
	background-color: #ffffe6;
}
.base_right_information_middle ul {
	display: block;
	list-style-type: none;
	margin-top: 0.3em;
	-moz-padding-start: 0px;
}
.base_right_information_middle ul li{
	display: list-item;
	-moz-float-edge: margin-box;
}
.base_right_information_middle h4 {
	background-image: url("img/botton/arrow.gif"); /* 画像の指定 */
	background-repeat: no-repeat; /* 画像の並び */
	background-position: left center;
	padding-left: 10px; /* 余白 */
	margin-bottom: 10px; /* 余白 */
	line-height: 120%; /* 行の高さ */
	font-size: 16px;
	font-weight: bold;
	text-decoration : underline;
}
.base_right_information_middle h4 a {

	display: block;
	font-size: 16px;
	text-decoration : underline;
}
.base_right_information_middle h4 a:hover {

}
/*=======================================================
サイドメニュー
=======================================================*/
#navsite {
	font-size: 16px;
	width: 190px;
	border-right: 1px solid #ffffff;
	padding: 0 0 0 0;
}
#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navsite ul li {
	margin: 0;
	border-top: 1px solid #ffffff;
}
#navsite ul li a {
	display: block;
	padding: 4px 0px 4px 4px;
	border-left: 6px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #fdf5e6;
	color: #000000;
	text-decoration: none;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	border-left: 6px solid #036;
	background-color: #369;
	color: #fff;
}
/*-------------------------------------------------------
左サイドメニュー下の会社概要メニュー
-------------------------------------------------------*/
ul.navsite-corporate {
	padding-left: 40px;
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	-moz-padding-start: 25px;
}

ul.navsite-corporate li {
	display: list-item;
	-moz-float-edge: margin-box;
	list-style-image: url("img/botton/arrow.gif"); /* 画像の指定 */
	background-repeat: no-repeat; /* 画像の並び */
	background-position: left center;
}
/*-------------------------------------------------------
ロールオーバー効果を持つ非グラフィックメニュー（水平メニュー）
-------------------------------------------------------*/
#top_navi{
	margin: 10px 0px 10x 0px;
}
#top_navi ul{
	padding: 0px;
	margin: 0px;
	background-color: #fdf5e6;
	color: #000000;
	float: left;
	width: 100%;
	font-size:14px;
	border-bottom: 1px solid #369;
}
#top_navi ul li { 
	display: inline; 
}
#top_navi ul li a{
	padding: 0em 1em;
	background-color: #fdf5e6;
	color: #800080;
	text-decoration: none;
	float: left;
}
#top_navi ul li a:hover{
	background-color: #369;
	color: #fff;
}
#top_navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*=========================================================
事例紹介のレイアウト
=========================================================*/
#model_left {
	width: 316px;
	float: left;
	margin: 0 0px 0 0;
}
#model_right {
	width: 244px;
	float: right;
	margin: 0 0px 0 10px;
}
#model_right p {
	display:block;
	margin:1em 0;
	text-indent: 0.7em;
}
#model_footer {
	width: 570px;
	clear: both;
	padding: 15px 0 0 0;
}
/*h2タイトル：
-------------------------------------------------------*/
h2.title_1 {
	font-size: 23px;
	border-top: 0px #369 solid;
	border-right: 0px #369 solid;
	border-left: 10px #369 solid;
	border-bottom: 2px #369 solid;
	line-height: 23px;
	padding: 0px 0 3px 3px;
	margin: 25px 0 5px 0;
	background-color: #ffffff;
	color:#000000;
}
/*宅配プリントの特長　パターン1：メニュー風
-------------------------------------------------------*/
#features_1 {
	width: 570px;
	margin: 20px 0 0 0;
	padding: 0;
}
#features_1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#features_1 ul h3 {
	font-size: 23px;
	margin: 3px 0 3px 0;
	padding: 0;
}
#features_1 ul li {
	margin: 0;
	border-top: 1px solid #ffffff;
}
#features_1 ul li a {
	width: 570px;
	display: block;
	padding: 4px 0px 4px 4px;
	border-left: 10px solid #ff7f00;
	border-bottom: 1px solid #ff7f00;
	border-right: 0px solid #ff7f00;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
html>body #features_1 ul li a {
	width: auto;
}
#features_1 ul li a:hover {
	border-left: 10px solid #036;
	background-color: #dcdcdc;
	color: #000000;
}
/*宅配プリントの特長　パターン3：ボタン風（画像白抜きで横にタイトル）
-------------------------------------------------------*/
#features_3 {
	width: 570px;
	margin: 10px 0 0 0;
	padding: 0;
}
#features_3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#features_3 ul li {
	display: inline;
	margin: 0;
}
/*宅配プリントの特長　パターン2：アイコン＋説明文
-------------------------------------------------------*/
#features_2 {
	position: relative;
	height: 1%;
	margin-bottom: 6px;
}
/* Float Clear : For Old Browser */
#features_2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#features_2 h2 {
	width: 570px;
}
#features_2 ul.features_2_list li {
	padding: 0px 0px;
	padding-top: 10px;
	list-style: none;
}
#features_2 ul.features_2_list li a {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	display: block;
}
#features_2 ul.features_2_list li a:hover {
	background-color: #ffba66;
	color: #000000;
}
#features_2 ul.features_2_list li dl {
	height: 1%;
	min-height: 70px;
}
#features_2 ul.features_2_list li dl dt {
	float: left;
}
#features_2 ul.features_2_list li dl dd {
	margin-left: 90px;
	height: 1%;
}
* html #features_2 ul.features_2_list li dl dd { /* for IE6 */
	margin-left: 90px;
}
#features_2 ul.features_2_list li dl dd.title {
	font-size: 23px;
	padding-top: 2px;
	margin-bottom: 6px;
}
#features_2 ul.features_2_list li dl dd.txt {
	line-height: 16px;
	height: 1%;
	padding-bottom: 10px;
}
/*h3タイトル：ブルー
-------------------------------------------------------*/
h3.title_1 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	border-top: 0px #369 solid;
	border-right: 0px #369 solid;
	border-left: 0px #369 solid;
	border-bottom: 1px #369 solid;
	padding: 0 0 0 0;
	margin: 13px 0 15px 0;
	background-color: #ffffff;
	color:#000000;
}

/*仕様表　パターン1：ブルー
-------------------------------------------------------*/
table.spec_1 {
	width: 570px;
	border: 1px #c0c0c0 solid;
	border-collapse: collapse;
	margin: 10px 0 25px 0;
}
table.spec_1 th {
	border: 1px #c0c0c0 solid;
	background-color: #369;
	color: #ffffff;
}
table.spec_1 td {
	width: 50%;
	border: 1px #c0c0c0 solid;
	padding: 0px 0px 0px 20px;
	background-color: #ffffff;
}


/*旧バージョン
-------------------------------------------------------*/
@charset "utf-8";
.head_txt {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: bolder; color: #FFFFFF; font-style: normal}
.copyright {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px}
.honbun {  font-size: 12px; line-height: 140%;}
.top_navi {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px}
.tail_navi { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; line-height: 18px}
.honbunXL { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 18px; line-height: 20px ; font-weight: bold}
.honbunS {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 16px;
}
.honbunSS { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 11px; line-height: 20px }
.honbunToi { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 20px; line-height: 20px ; font-weight: bold; color: #CC0000; font-style: italic}
.navi { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px; line-height: 20px}

.honbunXXXL { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 20px; line-height: 20px ; font-weight: bold }
.ht_styl_red {  border-color: black black black #CC0000; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; line-height: 20px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 5px}
.arert {  border: medium #CC0000 ridge}
.ht_styl_red_t_b { border-color: #CC0000 black #CC0000 #CC0000; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px; line-height: 20px; border-style: dashed; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 5px}
.honbunkakaku { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 20px; line-height: 20px ; font-weight: bold; color: #CC0000}.ht_styl_redCopy { border-color: black black #CCCCCC #CC0000; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px; line-height: 20px; border-style: outset; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 3px; border-left-width: 0px; clip:  rect(auto   )}
.ht_sub_t {  border-color: #999999 black #000000 #FF0000; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 6px}
#m_navi {
	font-size: 14px;
	height: 20px;
	background-color: #999999;
	float: left;
	letter-spacing: 5px;
	text-align: center;
	padding: 0.6em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 0px;
}
#leftnavi A {
	display: block;
	text-decoration: none;
}
#leftnavi A:hover {
	display: block;
	background-color: #CCCCCC;
	text-decoration: none;
}	
#m_section {
	width:400px;
	font-size: 11px;
	background-color: #FFDDDD;
	padding: 5px 9px 5px 9px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
*html #m_section { width:680px;}
#m_section strong{ font-size:1.4em;}
.hide {
	font-size: 12px;
	text-align: right;
}
.m_table {
	font-size: 12px;
	padding: 0.6em;
	line-height: 20px;
	vertical-align:top;
	text-align:left;
}
.m_table span{ color:#99CC00;}
.m_table small{ line-height:17px; font-size:1em;}
.m_table .img_text{ margin:-15px 5px 15px 5px; display:block; width:135px; float:left;}
.m_table img{ margin:5px 5px 5px 0; float:left;}
.m_table ul{ list-style:none; padding:0; margin:0;}
.m_table li{ margin:0 10px 13px 10px; display:block;}
th.m_table{ padding-left:15px; width:170px;}
tdth.m_table{ padding-left:10px;}
th.m_table,td.m_table{
	padding-top:15px;
	padding-top:5px;
}
.siyou_body {
	margin: 0 auto;
	width : 500px ; 
}
#siyou {
	margin: 0 auto;
	width : 400px ; 
}
#siyou_head {
	margin: 0 auto;
	width : 680px;
	font-size: 14px;
	background-color: #DDDDDD;
	padding: 0.3em;
	font-weight: bold;
	border-left: 5px solid #333333;
}
#siyou_body {
	margin: 0 auto;
	width : 390px;
	font-size: 12px;
	background-color: #FFFFFF;
	list-style-type: none;
	padding: 0.5em;
	text-indent: 10px;
	line-height: 20px;
}
#recomend_head {
	margin: 0 auto;
	width : 450px;
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 0.5em;
	font-weight: bold;
	border-left: 10px solid #CC0000;
}
#recomend_body {
	margin: 0 auto;
	width : 700px;
	font-size: 12px;
	background-color: #E0DFE3;
	list-style-type:square
	padding: 0.5em;
	line-height: 20px;
	border-top: 1px solid #666666;
	border-right: 0px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px none #666666;
}
.sikaku {
	font-size: 13px;
	letter-spacing: 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px none;
	border-left: 5px solid #CC0000;
}
.sikaku_head {
	font-size: 13px;
	letter-spacing: 0px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	color: #CC0000;
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 5px solid #CC0000;
}
.sikaku_head2 {
	background-color: #FFFF99;
	font-size: 13px;
	letter-spacing: 0px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	color: #CC0000;
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 5px solid #CC0000;
}
div.kadomaru {
	font-size: 13px;
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
	border: 1px solid #CC0000;     /* 枠線の装飾 */
	background-color: #FFFFFF;
	padding-left: 10px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	line-height: 26px;
}
a:link	{
	color : #0000FF;
	text-decoration : none;
}
a:visited	{
	color : #800080;
	text-decoration : none;
}
a:active	{
	color : #FF0000;
	text-decoration : none;
}
a:hover	{
	color : #FF0000;
	text-decoration : underline;
}
#menu {
	padding-left: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
}
#answer {
	padding-left: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.honbunb {  font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 16px; 
  	line-height: 145%;
}
.ht_styl {	border: black solid;
		border-width: 0px 0px 1px 13px;
}
.t_shita{
	font-size: 12px;
	background-color : #CC0000; 
	border-color : #CC0000; 
	border-width : 2pt; 
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	margin : 0pt; 
}
#t_shita {
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.wak1{
	table
	border-color : #808080; 
	border-width : 1pt; 
	border-style : solid; 
	margin : 0pt;
}
table.jirei {
	border-width: 1px;
	border-color: #cc0000;
	border-style: solid;
	border-collapse: collapse;
}
table.jirei th {
	border: 1px #cc0000;
	border-style: solid dashed;
	padding: 3px;
	background-color: #cc0000;
}
table.jirei td {
	border: 1px #cc0000;
	border-style: solid dashed;
	padding: 3px;
}
.wak_middle {  
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #FFFFFF;  
	line-height: 16px
}
.sikaku_blue {
	font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 12px;
	line-height: normal;
	border-top: 1px solid #5c81a7;
	border-right: 1px solid #5c81a7;
	border-bottom: 1px solid #5c81a7;
	border-left: 1px solid #5c81a7;
}
#jirei_inquiry {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#jirei_inquiry2 {
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.jirei_inquiry2{
	font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 16px; 
  	line-height: 120%;
	letter-spacing: normal;
}
#jirei_back {
	padding-left: 1%;
	padding-top: 1%;
	padding-bottom: 0%;
}
.jirei_right {
	font-size: 12px;
	text-align: right;
}
#jirei_sentence {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.4em;
	padding-right: 0.2em;
}
.jirei_honbun {  
	font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 12px; 
  	line-height: 125%;
	letter-spacing: 1px;
}
#jirei_category {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.8em;
}
.jirei_ht_styl {
	font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 18px;
	font-weight: bold;
	border: black solid;
	border-width: 0px 0px 1px 13px;
}
.kyuka_top{	
	font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 12pt;
	color: cc0000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
}
.leftnavistyl {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: #CCCCCC;
	border-bottom-color: black;
	border-left-color: #CCCCCC;
}
.leftnavistyl_inside {
	background-color: #FFFFFF;
	border: solid;
	border-width: 0px 1px;
	border-color: black #CCCCCC;
}
.navi_new { 
	font-size: 12px;
	line-height: 14px;
}
#menu_div {
}
#download_title {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.download_body {
	font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 1px;
	border-right: 2px solid #cc0000;
	border-left: 2px solid #cc0000;
}
.dashed{
	padding: 0.2em;
	border: 1px dashed;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
}
#help_head {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.question_style {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #FFFFFF;
}
.question_style2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.sikaku_honbuns {
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px
}
.point_li {
	padding-left: 30px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 20px
}
.underline {
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
}
#information_navi {
	padding-top: 3px;
	padding-bottom: 3px;
}
.honbunS_left { 
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
	padding-left: 2em;
}
.honbunS_strong { 
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}
.ht_styl_red_8 {  
	border-color: #CC0000 #CC0000 #CC0000 #CC0000;
 	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 8px;
}
.honbun_mincho { 
	font-family: "ＭＳ 明朝", "Osaka";
	font-size: 16px;
	line-height: 20px;
}
#oshirase_body {
	padding: 2em;

}
.step_title {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 15px;
	color : #999999;
	line-height: 20px;
	font-weight: bold;
	height: 0px;
	width: 500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-indent: 0px;
}
.leftnavistyl_kekka {
	background-color: #D9D9D9;
	border: solid;
	border-width: 0px 1px;
	border-color: black #999999;
}
table.sample {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 20px
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.sample th, table.sample td {	
	border: 1px solid #999999;
	padding: 5px;
}
#hint{
	width : 760px;
}
#hint_menu {
}
#hint_head {
	padding-left: 3%;
	width : 500px;
}
#hint_left {
	width : 180px;
	float : left;
}
#hint_left2 {
	float : right;
	border-right: #cccccc 1px solid;
	padding-right: 0px;
	border-top: #cccccc 1px solid;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	margin: 10px auto 10px;	
	border-left: #cccccc 1px solid;
	width: 170px;
	padding-top: 0px;
	border-bottom: #cccccc 1px solid;
	background-color: #e7e7e7;
}
#hint_pankuzu {
	padding-left : 3%;
	margin-top : 10px;
	margin-bottom : 4px;
}
.hint_keyword {
	background-color : #cc0000;
	margin-top : 10px;
	margin-bottom : 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
#hint_bottom {
	clear: both;
	width : 760px;
	padding-left : 3%;
}
table.size {
	border: 1px #999999 solid;
	border-collapse: collapse;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
}
table.size th, table.size td {
	border: 1px #999999 solid;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
}
.kahyo_body {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
}
.hint_keyword_top {
	background-color : #cc0000;
	margin-top : 35px;
	margin-bottom : 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 10px;
}
.kahyo_body2 {
	margin-top : 10px;
}
#kahyo_menu1 {
	border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#kahyo_menu1 li {
	list-style-image: url(img/redarrows.gif);
	font-size: 12px;
	line-height: 18px;
}
#kahyo_menu2 {
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#kahyo_menu2 li {
	list-style-image: url(img/redarrows.gif);
	font-size: 12px;
	line-height: 18px;
}
#kahyo_menu3 {
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
#kahyo_menu3 li {
	list-style-image: url(img/redarrows.gif);
	font-size: 12px;
	line-height: 18px;
}
.kahyo_menu_top {
	background-color : #cc0000;
	margin-top : 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 10px;
}
.honbun_big {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 38px;
	color: #cc0000;
	line-height: 20px;
}
#title_margin {
	margin-top : 20px;
	margin-bottom : 15px;
}
#soryo_body {
	padding-top: 5px;
	margin-left : 10px;
	padding-bottom: 5px;
}
#soryo_body2 {
	padding-top: 5px;
	margin-left : 10px;
	padding-bottom: 5px;
}
.oshirase {
	background-color:#CC0000;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding left:5px
; 	height: 20px;
	padding-left: 10px;
}
.oshirase_title  { 
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
}


/*12/10*/
#form02 table.table01{padding:0; border:#666666 1px solid; font-size:12px; background:#FFFFFF;}
#form02 .tabletitle{
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width:350px;
}
#form02 table.table01 td{
	padding:7px 7px 5px 7px;
	background:#FFFFFF;
	width:320px;
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#form02 table.table01 th{
	/*border-bottom:#CCCCCC 1px solid;*/
	/*border-right:#CCCCCC 1px solid;*/
	padding:7px 7px 7px 15px;
	background:#FFFFDD;
	font-size:12px;
	width:140px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
}
#form02 table.table01 td .table01 th{padding:10px 4px 10px 25px; background:#FFFFEE; color:#666666;}
#form02 table.table01 td .table01 td{color:#666666;}
#form02 table.table01 td .table01 th small{color:#999999; margin:5px; color:#CC0000; display:inline;}
#form02 table.table01 td small{ color:#666666; font-size:12px; display:block; margin-top:3px;}
#form02 table.table01 th small{font-size:12px; font-weight:normal; margin:5px;}
#form02 table.table01 th.tabletitle small{margin-top:3px; display:block;}
#form02 table.table01 th.tabletitle span{width:200px;}
#form02 table.table01 th span{ color:#CC0000;}
#wizard {list-style:none;  margin:20px 0 0 0; padding:0;}
#wizard li{
	display:block;
	float:left;
	margin:0 10px 0 0;
	width:130px;
	background:url(img/arrow.gif) right 8px no-repeat;
}
#wizard li span{ font-size:14px; font-weight:bold; color:#FFFFFF; display:block; width:130px; background:#666666; text-align:center; padding:5px 0; border:solid 1px #CCCCCC; margin-bottom:10px;}

div.input1{
	margin: 0 auto;
	width : 680px;
	font-size: 14px;
	background-color: #EDEDED;
	padding: 0.3em;
	font-weight: bold;
	border-left: 5px solid #333333;
}
.comp_title{
	width:150px;
	display:block;
	float:left;
}
