@charset "utf-8";
/*------------------------------------------------------------------------------
 Title     : adplanコモンスタイルシート
 TextCode  : UTF-8[CR/LF] TAB:2

                                                     Last Modify : 2009/01/05
                         Copyright(c) 2005-2009 Adplan co.,ltd. / T.Kawashima
------------------------------------------------------------------------------*/

/* cssの初期化 */
* {
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size:12px;
	line-height:120%;
	margin:0;
	padding:0;
}

html, body {
	color:#555555;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	font-size: 12px;
}
body{
	height:100%;
}

select{
	border:1px solid #CCCCCC;
	padding:1px;
	margin:0px;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
h3, h4, h5, h6{
	display:inline;
}
hr{
	display:block;
	clear:both;
	width:1px;
	height:1px;
	border:none;
}

html hr {
   display :list-item;
   width:0;
   margin-left:-10px;
}

br{
	clear:both;
}


table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}




a{
	color:#663311;
	text-decoration:underline;
}
a:hover{
	color:#FF0000;
}

ul {
	list-style:none;
}


/* 検索結果表示 */
div.searchResult{
	margin-top:20px;
	margin-bottom:10px;
	padding:2px;
	padding-top:7px;
	border-bottom:2px solid #999999;
	
	color:#666666;
	font-weight:bold;
	background-color:#EEEEEE;
}

div.searchResult span{
	color:#333333;
	padding:0px 2px;
}




/* ページナビ(次のページ) */
div.pageNavi {
	clear:both;
	width:758px;
	margin:10px 0px;
	padding: 5px 0px;
	border:1px solid #CCCCCC;
	text-align:center;
	color:#CCCCCC;
	background-color:#FFFFFF;
}

div.pageNavi a.pgbackStart{
	padding-left:15px;
	background-image:url(../../images/pgbackstart.gif);
	background-position: 0px 4px;
}

div.pageNavi a.pgback{
	padding-left:10px;
	background-image: url(../../images/pgback.gif);
	background-position: 0px 4px;
}

div.pageNavi a.pgnext{
	padding-right:10px;
	background-image: url(../../images/pgnext.gif);
	background-position: right 4px;
}

div.pageNavi a.pgnextEnd{
	padding-right:15px;
	background-image:url(../../images/pgnextend.gif);
	background-position: right 4px;
}

div.pageNavi a{
	color:#888888;
	text-decoration:none;
	padding:4px 4px;
	font-weight:bold;
	background-repeat: no-repeat;
	border:1px solid #FFFFFF;

}

div.pageNavi a:hover{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	color:#FF6600;
}

div.pageNavi b{
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 4px;
	font-weight:bold;
	background-color:#FF0066;
}


/* ボタン */
.button50, .button80, .button100{
	display:block;
	height:20px;
	border:none;
	text-align:center;
	font-size:12px;
	line-height:20px;
	color:#666666;
	margin:0px;
	overflow:hidden;
}

.button50		{	width:50px; 	background:url(../../images/btn50.gif) no-repeat; }
.button80		{	width:80px; 	background:url(../../images/btn80.gif) no-repeat; }
.button100	{	width:100px;	background:url(../../images/btn100.gif) no-repeat; }


/* 入力フォームエラーの設定 */
div.formError{
	background:url(../../images/formerror.gif) no-repeat;
	padding-top:1px;
	padding-left:20px;
	font-size:12px;
	color:#DD3300;
	line-height:14px;
}


/* 共通ボタン */
.buttonS,
.buttonM,
.buttonL{
	display: inline-block;
	width:70px;
	height:18px;
	background:url(../../images/btn1off.gif) no-repeat;
	overflow:hidden;
	margin:1px;
	color:#444444;
	font-size:12px;
	line-height:18px;
	text-align:center;
}

.buttonS:hover,
.buttonM:hover,
.buttonL:hover{
	color:#003366;
}

.buttonS				{	width:50px;	background:url(../../images/btn1off.gif) no-repeat; }
.buttonS:hover	{ background:url(../../images/btn1on.gif) no-repeat; }

.buttonM				{	width:70px;	background:url(../../images/btn2off.gif) no-repeat; }
.buttonM:hover	{ background:url(../../images/btn2on.gif) no-repeat; }

.buttonL				{	width:100px;	background:url(../../images/btn3off.gif) no-repeat; }
.buttonL:hover	{ background:url(../../images/btn3on.gif) no-repeat; }







