@charset "utf-8";

/*　▼　本文全体　#pagewrap　▼　*/
#pagewrap{
	font-family:arial,helvetica,clean,sans-serif;
	background:#000000;
	color:#ffffff;
	font-size:small;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整なし */
}
#pagewrap .main{
	background: url(../images/head_2nd.jpg) 0px 0px no-repeat ;
	background-size:100%;
}

#pagewrap a{
	background:transparent;
	color : #44ee00 ;
	-webkit-tap-highlight-color: #b5ffc6;

}

#pagewrap p,#pagewrap li,#pagewrap h1,#pagewrap h2,#pagewrap h3,#pagewrap h4,#pagewrap h5,#pagewrap h6{
	line-height:140%;
	padding:5px 10px;
}

#pagewrap p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#pagewrap h1{
	padding:5px 10px;
	font-size:medium;
	color:#000000;
	background: #44ee00; /* Old browsers */
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

/* ------------------------------------------------ */
/*　▼　角丸　.radius-wrap　▼*/
#pagewrap .radius-wrap {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin:0 10px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom:10px;
}
#pagewrap .radius-wrap h1 {
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}

/* ------------------------------------------------ */
/*　▼　タブ切り替えパーツ用　▼　*/

#pagewrap .disnon {
	display: none;
}
#pagewrap .tab{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:0px;
}
#pagewrap .tab li{
	padding:5px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #636363 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#636363)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#636363 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#636363 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#636363 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#636363 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#636363',GradientType=0 ); /* IE6-9 */

	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b5ffc6;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
}
#pagewrap .tab li.select {
	background: #FFF;
	border-top-width: 3px;
	border-bottom-width: 0px;
	border-top-color: #44ee00;

	background: #636363; /* Old browsers */
	background: -moz-linear-gradient(top,  #636363 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #636363 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #636363 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #636363 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #636363 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

/* ------------------------------------------------ */
/*　▼　角丸版タブ用　.radius-tab　▼　*/

#pagewrap .radius-tab{
	margin:0 10px;
}

#pagewrap .radius-tab .content_wrap{
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
    -webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 10px;  
}
#pagewrap .radius-tab .tab{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:0px;
}
#pagewrap .radius-tab .tab li{
	padding:5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39F;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align:center;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-o-box-flex:1.0;
	-ms-box-flex:1.0;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}
#pagewrap .radius-tab .tab li.select {
	background: #FFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #CCC;
}

/* ------------------------------------------------ */
/*　▼　アコーディオン（折り畳み）パーツ用　▼　*/

#pagewrap .accordion-button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#pagewrap .radius-wrap .accordion-button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
    -webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 10px;  
}
#pagewrap .accordion-button .open {
	padding-right:25px;
	background-image: url(../images/arrow_circle_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#000;
}
#pagewrap .accordion-button .close {
	padding-right:25px;
	background-image: url(../images/arrow_circle_up.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#000;
}


/*汎用パーツ*/

/* ------------------------------------------------ */
/*　▼　汎用リスト用パーツ　.default-list　▼　*/

#pagewrap .default-list li{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#pagewrap .default-list li.link{
}
#pagewrap .default-list li a{
	display:block;
	color:#ffffff;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
}

/* ------------------------------------------------ */
/*　▼　タイトル部分用パーツ　#title　▼　*/

#pagewrap #title .img{
	color:#44ee00;
	font-size:200%;
	text-align:center;
}


#pagewrap #title .img img{
	width:100%;
	height:auto;
}

#pagewrap #title .oa{
	margin-bottom:10px;
	font-size:small;
	text-align:center;
}

/* ------------------------------------------------ */
/*　▼　緊急テキスト用パーツ　#emergency　▼　*/

#pagewrap #emergency h1{
	text-align:center;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff3019 0%,#cf0404 100%); /* W3C */
}
#pagewrap #emergency p{
	background-color:#FCC;
	padding:5px 10px;
}

/* ------------------------------------------------ */
/*　▼　ボタン（アイコンあり）　.click-block　▼　*/

#pagewrap .click-block{
	padding-right:25px;
	background-image: url(../images/arrow_circle.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
#pagewrap .click-block a{
	display:block;
	color:#000000;
	font-weight:normal;
	text-align:center;
}

/* ------------------------------------------------ */
/*　▼　クリックボタン（アイコンなし）用パーツ　.tap-button　▼　*/

#pagewrap .tap-button{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	-moz-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
#pagewrap .tap-button a{
	display:block;
	color:#000;
}

/* ------------------------------------------------ */
/*　▼　メールボタン用パーツ　.mail-button　▼　*/

#pagewrap .mail-button{
	margin:6px auto;
	width:90%;
	text-align:center;
	font-size:medium;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	-moz-box-shadow: 0px 0px 3px #CCC;
	-webkit-box-shadow: 0px 0px 3px #CCC;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
#pagewrap .mail-button a{
	display:block;
	color:#000;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ------------------------------------------------ */
/*　▼　ボタンメニュー用パーツ　.button-wrap　▼　*/

#pagewrap .button-wrap,#pagewrap .button-wrap2{
	display:-moz-box;
	display:-webkit-box;
	display:-o-box;
	display:-ms-box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	-o-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-moz-box-pack:justify;
	-webkit-box-pack:justify;
	-o-box-pack:justify;
	-ms-box-pack:justify;
	padding:10px 10px;
}
#pagewrap .button-wrap li{
	padding:5px;
	width:28%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #39F;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	text-align:center;
}
#pagewrap .button-wrap2 li{
	padding:5px;
	width:45%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d8d8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#d8d8d8 100%); /* W3C */
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #44ee00;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	text-align:center;
}
#pagewrap .button-wrap li a,#pagewrap .button-wrap2 li a{
	display:block;
	color:#006e03;
	font-size:small;
}

/* ------------------------------------------------ */
/*　▼　スペーサークラス　▼　*/

#pagewrap .margin-b-10{/* 下部にマージン10px追加 */
	margin-bottom:10px;
}
#pagewrap .margin-t-10{/* 上部にマージン10px追加 */
	margin-top:10px;
}
#pagewrap .flo-l {/* 画像を入れる場合用のfloat */
	float:left;
	margin-right:8px;
}
/* ------------------------------------------------ */
/*　▼　詳細要素・打ち消し用クラス　▼　*/

#pagewrap .bottom-border {/* bottomにボーダーライン追加 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

#pagewrap .no-border {/* bottomボーダーライン打ち消し */
	border-width: 0px;
	border-bottom-style:none;
}

#pagewrap .radius-wrap .radius-bottom {/* 下部角丸追加 */
	padding:5px 10px;
	margin-bottom:0px;
    -webkit-border-bottom-left-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -moz-border-radius-bottomleft: 10px;  
    -moz-border-radius-bottomright: 10px;  
}
#pagewrap .radius-wrap .radius-top {/* 上部角丸追加 */
	padding:5px 10px;
	margin-bottom:0px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
}

#pagewrap .no-space {
	margin:0px;
	padding:0px;
}

/* ------------------------------------------------ */

/*　▼　個人追加クラス　▼　*/
#pagewrap .copyright {
	width : 100% ;
	text-align:center;
	padding:5px 0;
}

#pagewrap img.left {
	float : left ;
	padding-right : 5px ;
}

#pagewrap img.right {
	float : right ;
	padding-left : 5px ;
}

#pagewrap .line-h {
	line-height:140%;
}

#pagewrap .centering {/* 中央寄せ */
	text-align:center;
}

#pagewrap img.fit{	/* 画像画面フィット */
	width:100%;
	height:auto;
}

#pagewrap img.half{	/* 画像画面半分 */
	width:50%;
	height:auto;
}

#pagewrap img.cast{	/* 画像画面30% */
	width:30%;
	height:auto;
}

#pagewrap .highlight {	/* 強調表示 */
	color:#44ee00;
}

#pagewrap .top-border {/* topにボーダーライン追加 */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#pagewrap .bottom-border {/* topにボーダーライン追加 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#pagewrap h2 {
	padding:5px 10px;
	font-size:small;
	border-top:3px double #1a7bff;
	border-bottom:3px double #1a7bff;
}

#pagewrap #title_mini .img{
	padding:0px;
}
#pagewrap #title_mini .img img{
	width:100%;
	height:auto;
}

#pagewrap .title2 {
	border-top:3px double #cccccc;
	border-bottom:3px double #cccccc;
}

#pagewrap .highlight {
	color:#f20f0f;
}

#pagewrap .highlight3 {
	color:#200ff2;
}

#pagewrap .font-big {
	font-size:medium;
}

#pagewrap #title .movie_new{
	margin-right:5px;
	width:140px;
	float:right;
}

#pagewrap #title .movie_space{
	width:53%;
}

/*------------- コラム用 -------------*/

#pagewrap ul.index:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#pagewrap ul.index { display: inline-table; }
/* Hides from IE-mac \*/
* html #pagewrap ul.index { height: 1%; }
#pagewrap ul.index { display: block; }
/* End hide from IE-mac */{

}

#pagewrap .index .back {
	width:40%;
	float:left;

	margin:6px;
	text-align:center;
	font-size:small;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	background: #000000; /* Old browsers */
	-moz-box-shadow: 0px 0px 1px #CCC;
	-webkit-box-shadow: 0px 0px 1px #CCC;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

#pagewrap .index .back a{
	display:block;
	color:#44ee00;
	background-image: url(../images/arrow_re.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:25px;
}

#pagewrap .index .next {
	width:40%;
	float:right;

	margin:6px;
	text-align:center;
	font-size:small;
	font-weight:normal;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	-moz-box-shadow: 0px 0px 1px #CCC;
	-webkit-box-shadow: 0px 0px 1px #CCC;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

#pagewrap .index .next a{
	display:block;
	color:#44ee00;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:25px;
}
