/*--------------------------------------
　基礎設定
---------------------------------------*/
*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

/*--- 画面専用 ---*/
@media screen {
	body{
		color:#363636;	/*--- グレー・濃い ---*/
		font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    	font-size: 12px; /* モダンブラウザ */
    	*font-size: 80%; /* IE 7 */
    	*font: 80%; /* IE 6以下 */
		background-image:url(../img/top/back.gif)
	}
}

/*--- 印刷専用 ---*/
@media print {

	body{
		color:#363636;	/*--- グレー・濃い ---*/
		font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    	font-size: 12px; /* モダンブラウザ */
    	*font-size: 80%; /* IE 7 */
    	*font: 80%; /* IE 6以下 */
	}
}


table,div{
	margin:auto;
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:90%;
}


/*--------------------------------------
　共通リンク
---------------------------------------*/
a{
	color:#349E9E;/*通常のリンクテキストカラー*/	/*--- 水色 ---*/
}
a:hover{
	color:#D58000;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}


/*--------------------------------------
　見出しタグ
---------------------------------------*/
h1{
	font-size:11px;
	font-weight:normal;
	border-color:#333333;	/*--- グレー・濃い ---*/
	border-width:0px 0 0 4px ;
	color:#333333;	/*--- グレー・濃い ---*/
	text-indent:10px;
	line-height:18px;
	vertical-align:top;
	padding:20px 0 0 0;
}
h2{
	background:url(../img/common/bg_h2.jpg) no-repeat;
	font-size:14px;
	color:#666666;	/*--- グレー・中間 ---*/
	text-indent:10px;
	vertical-align:top;
	height:28px;
	line-height:42px;
	margin:0 0 5px 0;
}
h3{
	background:url(../img/common/bg_h3.jpg) no-repeat;
	font-size:18px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	color:#349E9E;	/*--- 水色 ---*/
	text-indent:16px;
	vertical-align:top;
	height:40px;
	line-height:32px;
	margin:25px 0 0 0;	/*--- 上、右、下、左 ---*/
	padding:0 0 0 13px;
	letter-spacing: 0.3em;	/*--- 文字の間隔 ---*/
	font-weight:normal;
}
.obj{
	margin:0 6px 0 6px;
}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
}
.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}


/*--------------------------------------
　レイアウト
---------------------------------------*/
#wrap{
	width:920px;
	background:url(../img/common/bg_con.gif) repeat-y;
	margin:0 auto 0 auto;
	text-align:left;
}
#head{
	background:url(../img/common/bg_head.jpg) top left no-repeat;
	width:918px;
	height:68px;
	margin:0 1px 0 1px;
}
#head p#logo{
	font-size:24px;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	border-color:#333333;	/*--- グレー・濃い ---*/
	border-width:0px 0 0 4px ;
	color:#349E9E;	/*--- 水色 ---*/

	text-indent:10px;
	line-height:24px;
}
#head p#logo a{
	text-decoration:none;
	color:#349E9E;	/*--- 水色 ---*/
}
#head p#logo a:hover{
	text-decoration:none;
	color:#349E9E;	/*--- 水色 ---*/
}


/*--------------------------------------
　ヘッダーメニュー
---------------------------------------*/
#head_menu{
	width:900px;
	background:url(../img/common/bg_menu.gif) no-repeat;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	margin:0 0 0 10px;
}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
}
#head_menu ul li{
	float:left;
	background:url(../img/common/bg_menu_sub.gif) right no-repeat;
	padding:0 10px 0 8px;
	text-align:center;
	height:36px;
	line-height:36px;
}
#head_menu a{
	color:#333333;	/*--- グレー・濃い ---*/
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
}
#head_menu a:hover{
	color:#349E9E;	/*--- 水色 ---*/
}
#contents{
	clear:left;
	margin:0 10px 0 10px;
	zoom:100%;
}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


#left_menu{
	float:left;
	width:180px;
}
#left_menu ul{
	width:180px;
	list-style-type:none;
	margin-bottom:8px;
	padding:0 0 1px 0;
	background:url(../img/common/bg_left_menu_orange.gif) repeat-y;
	border:solid #737373;
	border-width:1px 0 1px 0;
}
#left_menu ul li{
	width:176px;
	background:url(../img/common/bg_left_menu_sub_orange.gif) no-repeat top left;
	margin:0px 2px 0px 2px;	/*--- 上、右、下、左 ---*/
	vertical-align:middle;
}
#left_menu ul li.title{
	height:26px;
	color:#737373;	/*--- グレー・中間 ---*/
	font-size:26px;
	text-indent:5px;
	background:url(../img/common/bg_li_title.gif) no-repeat top left;
}
#left_menu ul li.title2{
	height:26px;
	color:#737373;	/*--- グレー・中間 ---*/
	font-size:26px;
	text-indent:5px;
	background:url(../img/common/bg_li_title2.gif) no-repeat top left;
}
#left_menu ul li.title3{
	height:26px;
	color:#737373;	/*--- グレー・中間 ---*/
	font-size:26px;
	text-indent:5px;
	background:url(../img/common/bg_li_title3.gif) no-repeat top left;
}


#left_menu ul.banner{
	height:60px;
	margin:0;
}


#left_menu ul.title_sotugyo{
	height:60px;
}
#left_menu ul.title_zaiko{
	height:60px;
}
#left_menu ul.title_mobail{
	height:86px;
}
#left_menu ul li a{
	color:#202020;	/*--- グレー・すごく濃い ---*/
	display:block;
	text-decoration:none;
	vertical-align:middle;
	font-size:12px;
	line-height:20px;
	height:20px;
	width:174px;
	text-indent:1px;
	letter-spacing: 0.2em;	/*--- 文字の間隔 ---*/
	margin:1px 0px 0px 0px;	/*--- 上、右、下、左 ---*/
}
#left_menu ul li a:hover{
	color:#D58000;	/*--- オレンジ ---*/
}





#main{
	width:700px;
	float:rigth;
	margin:0 0 0 195px;	/*--- 上、右、下、左 ---*/
	zoom:100%;
	border-bottom: 1px solid #B4B4B4;
}
#main:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main p{
	line-height:2.0em;
	margin:0 0 1px 0;
}
#foot_up{
	clear:left;
}
#foot{
	border-bottom: 1px solid #B4B4B4;
	color:#333333;	/*--- グレー・濃い ---*/
    height:40px;
	clear:both;
	text-align:center;
	margin:10px 0 0 0;
	font-size:12px;
	padding:2px 0 0 0;
	letter-spacing: 0.0em;	/*--- 文字の間隔 ---*/
}
#foot a{
	color:#333333;	/*--- グレー・濃い ---*/
	text-decoration:none;
}
#foot a:hover{
	color:#333333;	/*--- グレー・濃い ---*/
}

#foot2{
	border-top: 1px solid #B4B4B4;
	color:#333333;	/*--- グレー・濃い ---*/
    height:35px;
	clear:both;
	text-align:center;
	margin:10px 0 0 0 ;
	font-size:12px;
	padding:10px 0 0 0;
	letter-spacing: 0.2em;	/*--- 文字の間隔 ---*/
	line-height: 16px;	/*行間隔*/
}


/* copyrights */
#copyright{
	float: right;
}
#copyright a{
    display: inline;
    font-size: 9px;
    text-decoration: none;
}
#copyright_box{
	width: 28px;
	height: 11px;
}
#copyright p a{
	background: url(http://pondt.com/img/logo.gif) bottom no-repeat;
	width: 28px;
	float: left;
	text-indent: -9999px;
}
*:first-child+html #copyright_box{
	float:right;
}
#menu2 ul{
    list-style: none;
}
#menu2 li{
    float: left;
    margin: 0 2px;
}
.submenu{
    list-style: none;
    border: 1px solid #B4B4B4;
    background: #ffffff;
    visibility: hidden;
    position: absolute;
    right: 0px;
    z-index: 1;
}

/*--------------------------------------
　スマホサイト切替用
---------------------------------------*/
ul.switch{
    display: none; /*非表示*/
	/*color:#009;*/
}
/*#spLinkBlockInPc{
display:none;
}*/