@charset "shift_jis";
.topSlide{
    width: 675px;
    height: 430px;
	padding-left: 10px;
    position: relative;
}
.topInfo{
    width: 696px;
    height: 600px;
    position: relative;
}
.topInfo .rec{position: absolute;
top: 140px;
left: 230px;
width: 230px;
height: 168px;
text-align: center;
}
/*スクロールバー設定*/
.table07{
}
.table07 td,.table07 th{ 
padding: 10px;
}
html {
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#efefef;
}

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);	/*全体の文字サイズ(75%)と行間(/2)設定*/
	font-family: "メイリオ", "HGP創英角ﾎﾟｯﾌﾟ体", Osaka, ;
	line-height: 2;
	font-size: 90%;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
.color1 {
	color: #FE5F04;
}
.color2 {
	color: #FE5F04;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}
.uline1 {
	background: url(images/uline_1.gif) repeat-x left bottom;
}


.titlebox1 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #007F00;
	line-height: normal;
	height: 10px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	margin: 0px;
	border-left-style: solid;
	border-left-color: #2A00FF;
	border-bottom-style: solid;
	border-bottom-color: #2A00FF;
	text-indent: 10px;
}



/*全般のリンク設定。（a:hoverはカーソルオーバー時）*/
a {
	color: #333333;
}
a:hover {
	color: #FF0000;
}



/*コンテナー（HP全体の枠）
------------------------------------------------------------------------*/
#container {
	width: 871px;
	border: 1px solid #808080;	/*HPを囲む枠の色と幅*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（h1タグとサイト名が入っている部分）
------------------------------------------------------------------------*/
#header {
	font-size: 36px;	/*サイト名部分の文字サイズ*/
	font-weight: bold;	/*太字にする*/
	color: #945349;		/*文字色*/
	background: #BBBBBB url(images/header_bg.gif) no-repeat bottom;	/*背景色と画像の指定*/
	height: 100px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"
}
#header h1 {
	font-size: 10px;	/*h1の文字サイズ*/
	padding-left: 10px;
}
#header p {
	padding-left: 20px;
}



/*ページ上部メインメニュー
------------------------------------------------------------------------*/
#mainmenu {
	padding: 0px;
	width: 98%;
}
#service tr th {
}

#mainmenu ul {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #999999;
	background: #FFFFFF url(images/mainmenu_bg.gif) repeat-x;	/*メニュー背景のグラデーション画像指定箇所*/
}
#mainmenu li {
	float: left;
}
#mainmenu ul li a {
	display: block;
	width: 123px;
	text-align: center;
	border-right: 1px solid #999999;
	color: #333333;	/*メニューの文字色*/
	text-decoration: none;
}
#mainmenu ul li a:hover {
	background-color: #F90;
	color: #fff;

}
#mainmenu .last {
	border-right-style: none;	/*一番右のメニューの右境界線を消す設定*/
}



/*左コンテンツ
------------------------------------------------------------------------*/
#left {
	background: #cccccc;	/*背景色*/
	width: 150px;
	vertical-align: top;
	padding: 10px 5px;
}



/*右コンテンツ
------------------------------------------------------------------------*/
#right {
	background: #cccccc;	/*背景色*/
	width: 154px;
	vertical-align: top;
	padding: 10px 5px;
}



/*中央コンテンツ
------------------------------------------------------------------------*/
#center {
	width: 675px;
	vertical-align: top;
	background: #efefef;	/*背景色*/
	padding: 10px 5px;
}
#center p {
	padding: 0.5em 18px 1em;
}
#center h2 {
	font-size: 100%;
	background: url(images/07_bg2.gif) no-repeat left bottom;	/*背景のグラデーション画像指定箇所*/
	padding-left: 90px;
	line-height: 70px;
	margin-bottom: 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF7F00;
	color: #F00;
}

#center h1 {
	font-size: 140%;
	background: url(images/07_bg1.gif) no-repeat left bottom;	/*背景のグラデーション画像指定箇所*/
	padding-left: 90px;
	line-height: 70px;
	margin-bottom: 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9FFF;
	color: #FF3F00;
	text-align: left;
}

/*左右コンテンツのh2,h3とリンク設定
------------------------------------------------------------------------*/
/*#left h2,#right h3 {
	border: 1px solid #808080;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
	height: 35px;
	padding-top: 10px;
	background-color: #00F;
	text-shadow:#808080 10px 15px 3px;
}
#left h2 a,#right h3 a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow:#808080 10px 15px 3px;
}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;
}
*/
#left h2,#right h3 {
	border: 1px solid #808080;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
	height: 35px;
	padding-top: 10px;
	background-color: #090;
/*	text-shadow:#808080 10px 15px 3px;*/
}
#left h2 a,#right h3 a {
	color: #FFFFFF;
	text-decoration: none;
/*	text-shadow:#808080 10px 15px 3px;*/
}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;
}



/*左コンテンツ内の商品メニュー
------------------------------------------------------------------------*/
#left ul.menu {
	margin-bottom: 1em;
	text-align: center;	/*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
}
#left ul.menu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;	/*リンクの初期設定の下線を外す設定*/
	border-bottom: 1px dotted #999999;	/*メニュー下に1pxの点線を入れる設定*/
	display: block;
	height: 35px;
	padding-top: 10px;
}
#left ul.menu a:hover {
	color: #009;	/*カーソルオーバー時の文字色*/
	text-decoration: underline;
	background-color: #F90;
}



/*フッター（最下部コピーライト部分）
------------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background: #999999;
	text-align: center;
	border-top: 1px solid #808080;
}
#footer a {
	color: #FFFFFF;
}



/*左右コンテンツ内の商品写真を囲んでいるボックス設定（上のラインなし）
------------------------------------------------------------------------*/
.box1 {
	background: #efefef;	/*背景色*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
	padding: 5px;
	font-size: 85%;	/*文字サイズを全体より少し小さく設定。同じがいいなら丸ごと１行削除*/
}



/*中央にある四角い商品写真を囲んでいるボックス
------------------------------------------------------------------------*/
.box2 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box2 h3 {
	font-size: 100%;
}
.box2 .fl {
	float: left;
	margin-right: 5px;
}



/*角丸テーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
.marutable {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.marutable p {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.marutable .td1 {
	background: url(images/table/1.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td2 {
	background: url(images/table/2.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td3 {
	background: url(images/table/3.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td4 {
	background: url(images/table/4.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .white {
	background: #FFFFFF;
}



/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */
.table-green {
	background-color: #00F;
	color: #FFF;
	padding: 5px;
}
.h3 {
	font-size: medium;
}
.uta {
	font-family: "Osaka−等幅", Osaka-mono, monospace, "HG丸ｺﾞｼｯｸM-PRO", "HGS創英角ﾎﾟｯﾌﾟ体";
}
.bold {
	font-size: 18px;
	font-weight: bold;
}
#center table {
	height: auto;
	width: 98%;
}
#container tr #center #service {
	height: auto;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#center #service-2 {
	padding: 10%;
	width: 98%;
	background-color: #FFF;
	text-align: center;
}
#Service tr th {
	padding: 10px;
	height: auto;
	width: 30px;
	text-align: center;
	background-color: #FFF;
}
#service tr td {
	width: 70%;
	text-align: left;
	background-color: #FFF;
}
#service-2 {
	padding: 10%;
	height: auto;
	width: 98%;
}
#service-2 tr th {
	padding: 10px;
	height: auto;
	width: 20%;
	background-color: #FFF;
}
#service-2 tr td {
	padding: 10px;
	height: auto;
	width: 50%;
	background-color: #FFF;
}
#service-2 tr td-2 {
	padding: 10%;
	height: auto;
	width: 30%;
	text-align: left;
	background-color: #FFF;
}
.off , .off2{
	border: 1px none #CCC;
	border-collapse: collapse;
}
.off td , .off th , .off2 th       {
	border: 1px solid #CCC;
	padding-left: 10px;
}
.off th , .off2 th {
	width: 150px;
}
.off2 tr td {
	text-align: center;
	border: 1px solid #CCC;
}
.whiteCenter {
	text-align: center;
}
.whiteLeft {
	text-align: left;
}




.red {
	color: #C00;
	font-style: normal;
}
.textBox {
	display: block;
	float: left;
	height: auto;
	width: 600px;
}
.off tr th a  {
	text-decoration: none;
}
.off tr th a:hover  {
	text-decoration: underline;
}


#history{
	padding-top:15px;
	display:block;
	width:98%;
	background-color:#E1E1FF;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
#history dt{
	display:block;
		float:left;
	width:20%;
	min-height:20px;
	max-height:100px;
	padding-left:3%;
	margin-bottom:20px;
}
#history dd{
	display:block;
	width:72%;
	min-height:20px;
	max-height:100px;
	margin-bottom:20px;
	padding-left:20%;

}


/*TOPページ用のスライダー
------------------------------------------------------------------------*/
.slider_fade {
    position: relative;
}

.slider_fade > li {
    position: absolute;
    list-style: none;
    visibility: hidden;
    animation: anime_slider_fade 12s 0s infinite;
}
.slider_fade > li:nth-of-type(2) {
    animation-delay: 4s;
}
.slider_fade > li:nth-of-type(3) {
    animation-delay: 8s;
}

@keyframes anime_slider_fade {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/*ダウンロード用 角丸囲み枠
------------------------------------------------------------------------*/
.kadomaru_blue {
    width: 400px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid 2px #18518b;     /* 枠線指定 */
    background-color: #95c0ec;     /* 背景色指定 */
    border-radius: 8px;        /* 角丸指定 */
	font: bold;
	font-size:16px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
.kadomaru_pink {
    width: 400px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid 2px #a41e7f;     /* 枠線指定 */
    background-color: #fae4f4;     /* 背景色指定 */
    border-radius: 8px;        /* 角丸指定 */
	font: bold;
	font-size:16px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
.kadomaru_red {
    width: 400px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid 2px #be1329;     /* 枠線指定 */
    background-color: #ef5f64;     /* 背景色指定 */
    border-radius: 8px;        /* 角丸指定 */
	font: bold;
	font-size:16px;
	margin-bottom: 15px;
}
.kadomaru_yellow {
    width: 400px;               /* 幅指定 */
    height: 40px;              /* 高さ指定 */
    border: solid 2px #333333;     /* 枠線指定 */
    background-color: #f1e570;     /* 背景色指定 */
    border-radius: 8px;        /* 角丸指定 */
	font: bold;
	font-size:16px;
	margin-bottom: 15px;
}

.p2Info{
    width: 11x;
    height: 11px;
    position: relative;
}
.p2Info .rec{
    position: absolute;
    top: 17px;
    left: 435px;
    width: 115px;
    height: 115x;
    text-align: right;
}
