@charset "Shift_JIS";

/* まず全体の設定 */
body { /* 全体の設定 */
	margin: 0; /* 隙間を無くす */  
	padding: 0; 隙間を無くす /* ・Opera対策 */
	/* font-size: 90%; 全体のフォントサイズを小さめにする・ptやpxなどの絶
対指定はしない */
	background-color: #CDDEF3; /* 全体の背景色を白にする */
	font-family: Verdana, "MS UI Gothic";
	text-align:center;
}

#container
{ 
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	margin-left: auto;
	margin-right: auto;
	width:780px;
} 

.text {
	font-family: "MS UI Gothic", Osaka, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#333333;
}

.framework {
	width:780px;
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size:12px;
}

/* リンクの設定 ----------------------------------- */

a:link {
	color: #004080;
	text-decoration: none;
}

a:visited {
	color: #0000A0;
	text-decoration: none;
}

a:hover {
	color: #0080FF;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	background-color:transparent;
	text-decoration: none;
}

a.nav {
	color: #000000; 
	background-color:transparent;
	text-decoration: underline;
}

a.nav:visited {
	color: #000000;
	background-color:transparent;
	text-decoration:underline;
}

a.nav:hover {
	color: #FF0000;
	background-color:transparent;
	text-decoration:none;
}

a.nav:active 	{
	color: #FF0000;
	background-color:transparent;
	text-decoration:none;
}


/* 画像・リンク在りの枠を非表示 */
a img {
	border: 0;
}

/* ここからは見出しの設定 1>2>3>4>5>6の順で重み付け */
h1 {
	font-size: x-large;
        text-decoration: underline;
	font-family: MS UI Gothic;
	background-color:transparent;
}

h2 {
	font-family: MS UI Gothic;
	background-color:transparent;
}

h3 {
	font-size: large;
        font-style: normal;
	font-family: MS UI Gothic;
	margin-bottom: 0em;
}

h4 {
	font-size: x-large;
    font-style: normal;
	font-family: MS UI Gothic;
	color: #000000;
	background-color:transparent;
}

/* フォントタグを使わずに色付け
   〜ただし論理的強調と視覚的強調（b,i）は区別する */
ol {
	color: #ff0000;
}

/* 当初設定の字体 */

p {
	font-size: small;
	font-family: MS UI Gothic;
	color: #000000;
}

.main_style{
	font-size:12px;
	color: #2f4f4f;
	line-height: 120%;
	font-family: MS UI Gothic;
}

.navi_main{
	text-align:left;
	padding:1px 3px 1px 3px;
	border-bottom:1px dotted #a9a9a9;
	margin:3px;
}

.name {
	color: #6f9a12;
	background-color: inherit;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	text-align: right;
	padding: 3px;
	font-size: 14px;
}

.voice {
	color: #000000;
	font-size: 12px;
	text-align: left;
}

.pro_exp {
	font-size: 14px;
	color: #696969;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 7px;
	line-height: 125%;
	width:510px;
	font-weight: bold;
	border-top:1px dotted #d2b48c;
	border-bottom:1px dotted #d2b48c;
}

.nameplatebutton {
	font-size: 26px;
	background-image: url("./image/nameplate_button_.jpg");
	background-repeat: no-repeat;
	font-family: メイリオ;
	line-height: 120%;
	font-weight: bold;
	height: 60px;
	text-align: left;
}

#nameplate_link {
	text-align: left;
	padding: 17px 0px 0px 43px;
	letter-spacing: 4px;
}

#nameplate_link a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nameplate_link a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nameplate_link a:hover {
	color: #000000;
	text-decoration: underline;
}

.topex {
	font-size: 12px;
	font-family: MS UI Gothic;
	line-height: 120%;
}

.item_title {
	font-size: 14px;
	font-family: MS UI Gothic;
	font-weight: bold;
	line-height: 120%;
	color: #7b68ee;
}

.normal11 {
	font-size: 11px;
	font-family: MS UI Gothic;
	color: #333333;
	line-height: 110%;
}

.verdana {
	font-family: Verdana;
}

.verdanasmallbold {
	font-size: small;
	font-weight: bold;
	font-family: Verdana;
}

.verdanared {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #FF0000;
}

.verdanarednine {
	font-size: 9pt;
	font-family: Verdana;
	color: #FF0000;
}

.verdanamedium {
	font-size: medium;
	font-family: Verdana;
}

.verdanaredmedium {
	font-size: medium;
	font-family: Verdana;
	color: #FF0000;
}

.verdanaredpoint10 {
	font-size: 10pt;
	font-family: Verdana;
	color: #FF0000;
	line-height: 110%;
}

.verdanabigger {
	font-size: large;
	font-family: Verdana;
}

.verdanabiggerbrown {
	font-size: x-large;
	font-family: Verdana;
	color: #800000;
}

.summary {
	font-size: 14px;
	font-family: MS UI Gothic;
	color: #800000;
}

.verdanaseagreen {
	font-size: small;
	font-family: Verdana;
	color: #2e8b57;
}

.verdanabiggerseagreen {
	font-size: 18px;
	font-family: Verdana;
	color: #2e8b57;
}

.redmedium {
	font-size: 14px;
	font-weight: bold;
	font-family: MS UI Gothic;
	color: #FF0000;
}

.bluemedium {
	font-size: 16px;
	font-weight: bold;
	font-family: MS UI Gothic;
	color: #0000FF;
}

.red {
	color: #FF0000;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}

.blue {
	font-size: small;
	font-family: MS UI Gothic;
	color: #0000FF;
}

.white {
	font-size: 12px;
	font-family: MS UI Gothic;
	color: #FFFFFF;
	font-weight: bold;
}

.orange {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font-family: MS UI Gothic;
	color: #ff8000;
}

.seagreen {
	color: #eeffee;
}

.olive {
	color: #556b2f;
	font-weight: bold;
}

.top_item {
	font-size: 9pt;
	font-family: MS UI Gothic;
	color: #778899;
	text-decoration: underline;
	font-weight: bold;
}

.headerblack { 
	font-family: MS UI Gothic;
	font-size: 10px;
}

.header0 { 
	padding:2px;
	font-size: 12px;
	text-align:left;
}

.header1 { 
	background-color: #999999;
	color:#ffffff;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
	font-weight:bold;
}

.header2 { 
	background-color: #999999;
	color:#ffffff;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	font-size: 14px;
}

.header3 { 
	font-size: 12px;
	text-align:left;
	padding:4px;
	border-bottom:solid 5px #999999;
	padding-bottom:3px;
}

.product_title {
	color: #2f4f4f;
	width: 560px;
	padding: 5px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient
(startColorStr='#c0c0c0', endColorStr='#ffffff', gradientType='1');
}

dd {
	font-size: small;
	font-family: MS UI Gothic;
}

dt {
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-family: MS UI Gothic;
	/*background-color: #FFFFFF;*/
}

.top_menu{/*全体枠*/
	font-size: 12px;
	line-height: 
	text-align:left;
	padding-left:4px;
	padding-top:5px;
	border-top:5px solid #5674B9;
	margin-top: 2px;
	width: 780px;/*リンク領域の横幅*/
}

.menu{/*全体枠*/
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	font-size: 12px;/*文字サイズ*/
	padding: 2px;/*メニュー上部の余白*/
	color: #212125;/*■全体の文字色*/
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #808080;
	background-image: url("./image/menu_back.jpg");
	width: 186px;
}

.mark_w{/*全体枠*/
	margin-right: 5px;
	background-color: #6b8e23;
	text-align: left;
	width: 8px;/*リンク領域の横幅*/
}

.mark_n{/*全体枠*/
	margin-right: 5px;
	background-color: #9932cc;
	text-align: left;
	width: 8px;/*リンク領域の横幅*/
}

.top_new_box{/*全体枠*/
	font-size: 8pt;
	text-align:center;
	border: 1px solid #2f4f4f;
	padding:0px;
}

.top_box1{/*全体枠*/
	font-size: 8pt;
	text-align:center;
	padding-top:3px;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	background-color:#f5f5f5;
}
.top_box2{/*全体枠*/
	font-size: 8pt;
	text-align:center;
	padding-top:3px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	background-color:#f5f5f5;
}
.td_box1 {
	font-size: 8pt;
	text-align:center;
	padding-top:3px;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	background-color:#f5f5f5;
}
.td_box2 {
	font-size: 8pt;
	text-align:center;
	padding-top:3px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background-color:#f5f5f5;
}

.indicator{/*ウェルカムボードスタイル指標*/
	width:520px;
	border: solid 1px #66cdaa;
	padding: 50px 50px 50px 50px;
	background-color: #fff0f5;
	text-align: center;
	font-size: 11px;/*文字サイズ*/
	color: #2f4f4f;
	font-family: MS UI Gothic;
	filter: progid:DXImageTransform.Microsoft.Gradient
(startColorStr='#ffffe0', endColorStr='#fff0f5', gradientType='1');
	clear: both;
}

.indicator_n{/*表札選択指標*/
	width:524px;
	border: solid 1px #66cdaa;
	margin-left: 3px;
	background-color: #fff0f5;
	text-align: center;
	font-size: 11px;/*文字サイズ*/
	color: #2f4f4f;
	font-family: MS UI Gothic;
	filter: progid:DXImageTransform.Microsoft.Gradient
(startColorStr='#f5f5f5', endColorStr='#fff0f5', gradientType='1');
	clear: both;
}

/* For IE Box */
*{ box-sizing : border-box}
*{ -moz-box-sizing : border-box}

/* メニュー見出し欄 */
.menu-midasi {
	padding-top: 2px;
	padding-left: 4px;
	font-size: 12px;/*文字サイズ*/
	font-family: MS UI Gothic;
	background-color: #ffffe0;/*リンク領域の背景色*/
	border: 3px solid #5674B9;/*リンク領域の枠色*/
	width: 194px;/*リンク領域の横幅*/
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.menu-exp {
	padding: 4px;
	font-size: 11px;/*文字サイズ*/
	font-family: MS UI Gothic;
	width: 195px;/*リンク領域の横幅*/
	text-align: left;
	background-color: #ffffa0;/*リンク領域の背景色*/
	border: 2px solid #ff7f50;/*リンク領域の枠色*/
	line-height: 16px;
	margin-left: 0px;
	line-height: 1.2em;
}

.navi {
	font-weight:bold;
	margin-left:0px;
	font-size:14px;
	padding-top:8px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 205px;/*リンク領域の横幅*/
	color: #696969;
	background-image: url("./image/navi.gif");
	background-repeat: no-repeat;
}

.navi_sub {
	font-weight:bold;
	text-align:left;
	margin-left:0px;
	font-size:12px;
	padding:0px 2px 2px 4px;
	vertical-align: middle;
	color: #696969;
}

/* トップページの設定 ----------------------------------- */

/* その他情報の枠 */

.topleftwindow {
	padding: 15px 0px 3px 0px;
	font-size: 8pt;/*文字サイズ*/
	font-family: MS UI Gothic;
	text-align: center;
	width: 206px;
	height: 250px;
	background-image: url("./image/recommend_back.jpg");
	background-repeat: no-repeat;
}

.topleftwindow_text {
	text-align: left;
	padding-top: 1px;
	width: 180px;
}

.top_explanation {
	width: 430px;
	text-align: left;
}

/* デザイン、字体へのリンク */
.design-font-lead {
	width: 500px;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 2em;
	padding-left: 2em;
	border: none;
	text-align: left;
	line-height: 1.2em;
}

/* メニュー下部 */
.menu-bottom {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 2em;
	padding-left: 2em;
	text-align: center;
	line-height: 1.1em;
	font-size: small;
}

.normal_tdtop {
	color:#696969;
	line-height: 120%;
	padding: 8px;
	border-right: 1px solid #017BB4;
	border-bottom: 1px solid #017BB4;
	border-top: 1px solid #017BB4;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color:#f5f5f5;
}
.normal_td1 {
	color:#696969;
	line-height: 120%;
	padding: 8px;
	border-left: 1px solid #017BB4;
	border-bottom: 1px solid #017BB4;
	border-right: 1px solid #017BB4;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}
.normal_td2 {
	color:#696969;
	line-height: 120%;
	padding: 8px;
	border-right: 1px solid #017BB4;
	border-bottom: 1px solid #017BB4;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

/* ウェディングソングアルバムの表 */
.weddingalbumtable {
	width: 180px;
}

/* コピーライト */
.copyright {
	clear: left;
	margin-left: 0em;
	padding-top: 1px;
	padding-bottom: 1px;
}

.contents {
	text-align: center;
	width:560px;
	vertical-align:top;
}

.menu_framework {
	text-align:right;
	vertical-align:top;
	width:220px;
	border-left: double 3px #999999;
	padding-right:2px;
}

.search {
	float: right;
	text-align: right;
	top: 0px;
	font-size: 9pt;
	font-family: MS UI Gothic;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.title
{/*タイトル部分*/
	background-color: #f5f5dc;/*背景色*/
	color: #221122;/*文字色*/
	width: 190px;/*幅*/
	padding: 2px 4px;
	border-left: double 17px #d2b48c;/*左の二本線*/
	border-right: dashed 2px #f5f5dc;/*右の点線*/
	font-size: 10pt;/*文字サイズ*/
	font-weight: bold;/*太字*/
	font-family: MS UI Gothic;
	letter-spacing: 0em;/*文字間隔*/
}

.text
{
  width: 210px;/*幅。上の幅から3だけマイナスしてください*/
  border-left: solid 1px #d2b48c;/*枠色*/
  border-bottom: solid 1px #d2b48c;
  border-right: dashed 1px #d2b48c;
  background-color: #FDFDFD;/*薄い背景色*/
  font-size: 9pt;/*文字サイズ*/
  text-align: center;
}

/* ここからはフッタの設定 */
.footer { /* ページ下部のフッタの枠 */
	text-align: right;
	padding: 5px;
	font-family: Verdana;
	font-size: 14px;
	background-color: #999999;
	color:#ffffff;
}

.footer_menu { /* ページ下部のフッタの枠 */
	padding: 4px 0px 4px 2px;
	border-top: solid 5px #999999;
	text-align: left;
	font-family: MS UI Gothic;
	font-size: 12px;
}

/* ここからはメニューの設定 */
.menu { /* メニューの枠 */
	clear: both;
}
