/*CSS Document

/*■初期設定*/

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

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

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


/***見出しタグ***/
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;
	}


h3{
	background:url(../img/common/bg_h3.gif) no-repeat;
	font-size:17px;
	color:#006666;
	text-indent:12px;
	vertical-align:top;
	height:32px;
	line-height:32px;
	margin:0 0 5px 0;
	font-weight:bold;
}

h3 a{
	color:#F06;
	text-decoration:none;
}

.obj{
	margin:0 6px 0 6px;
	}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
	}
.obj dl{
	padding:0 10px;
}
.obj dt{
	color:#F99;
}

.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}

/**レイアウト**/
#bg{
	width:960px;
	background:url(../img/common/bg_con.gif) repeat-y;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#head{
	background:url(../img/common/bg_head.gif) top left no-repeat;
	width:918px;
	margin:0 1px 0 1px;
	padding-bottom:10px;
	}
#head p#logo{
	width:249px;
	float:left;
	padding:0 30px 0 10px;
	}
#head p {
	font-size: 20px;
	padding: 20px;
}

#head p#logo a{
	text-decoration:none;
	color:#FF0099;
	}
#head p#logo a:hover{
	text-decoration:none;
	color:#0099CC;
	}

/*ヘッダーメニュー*/
#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:#FF0066;
	}

#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;
	word-wrap:break-word;
	}

#left_menu p{
	}

#left_menu ul{
	width:180px;
	list-style-type:none;
	margin-bottom:20px;
	padding:0 0 1px 0;
	background:url(../img/common/bg_left_menu.gif) repeat-y;
	border:solid #EEEEEE;
	border-width:1px 0 1px 0;
 	}

#left_menu ul li{
	width:176px;
	margin:0 2px 3px 2px;
	}

#left_menu ul li.title{
	color:#000000;
	font-size:11px;
	text-indent:5px;
	background:url(../img/common/bg_li_title.gif) no-repeat top left;
}

#main{
	width:730px;
	float:right;
	zoom:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	}
#main:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main p{
	line-height:2.0em;
	margin:0 0 16px 0;
	}
#foot_up{
	clear:left;
	}
#foot{
	border:solid #cccccc;
	border-width:1px 0 1px 0;
	color:#999999; /*コピーライトのテキストの色*/
	height:60px;
	clear:both;
	text-align:center;
	font-size:11px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#foot a{
	color:#999999;
	text-decoration:none;
	}
#foot a:hover{
	color:#999999;
	}

/******************************************トップページ**********************************************/
#top{
	}
#top div#bg_main_image{
	background:url(../img/top/bg_main_image.gif) no-repeat;
	width:750px;
	height:300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
#top div#main_image{
	background-image:url(../img/main_img.jpg);
	width:740px;
	height:290px;
	margin:5px;
	}
#top div#main_image p{
	line-height:160%;
	margin:10px 5px 0 5px;
	}

#top div#info div#info_inner{
	margin:0 1px 0 1px;
	overflow:auto;
	}


#top div#info div#info_inner p{
	line-height:150%;
	margin:10px 5px 12px 5px;
	}

/* 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 #cccccc;
    background: #ffffff;
    visibility: hidden;
    position: absolute;
    right: 0px;
    z-index: 1;
}

#pr{
	padding:20px 0 0 0;
	padding-left:5px;
	font-size: 11px;
	line-height: 1.2em;
}

#pr dd{
	padding-bottom:15px;
}

#pr span{
	color:#666;
}

#link{
	padding:10px;
}

#link a{
	color:#333399;
}


#link p{
	padding-bottom:15px;
	text-align:left;
}
#head02 {
	background:url(../img/common/bg_head.gif) top left no-repeat;
	width:950px;
	padding-bottom:30px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}
.text_box {
	padding: 10px;
	width: 698px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 15px;
}

.image_waku_01 {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#foot_pr {
	border:solid #cccccc;
	border-width:1px 0 1px 0;
	color:#999999; /*コピーライトのテキストの色*/
	height:80px;
	clear:both;
	text-align:center;
	font-size:11px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.foot_pr_td {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	padding: 10px;
	font-size: 10px;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left;
}
.link_text {
	padding: 10px;
	width: 670px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tuzuki{
	padding-right:15px;
	text-align:right;
}
.sashikomipr{
	padding:15px;
}
.sashikomipr p{
	line-height:1.5;
	}
