html, body {
	font: 14px/1.231 Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
	line-height: 140%;
}

body {
	color: #000;
	background: #f2f2f5;
	-webkit-text-size-adjust: none;
}

a:link {
	text-decoration: none;
	color: #06C;
} 
a:visited {
	text-decoration: none;
	color: #06C;
} 
a:hover {
	color: #ff0000;
	/* background-color: #0000ff; */
}

table{
	width: 100%;
	background-repeat: no-repeat;
}
td {
	padding:0px 5px 0px 5px;
}
table.header {
	width:100%;
}


/* header
---------------------------------- */

header {
	position: relative;
	border-bottom: 1px solid #273750;
	border-top: 1px solid #ccd6e2;
	height: 42px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#b2bcc8),
		color-stop(0.48, #8a9bb5),
		color-stop(0.52, #8192ae),
		to(#73839c)
	);
}
header h1 {
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
}
header a:link {
	color: #333;
}
header a:visited {
	color: #333;
}
header a:hover {
	color: #f00;
}

.header_left {
	top: 6px;
	left: 5px;
}
.header_right {
	top: 6px;
	right: 5px;
}
.header_button {
	display: block;
	position: absolute;
	width: 52px;
	height: 28px;
	line-height: 28px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#bbbbbb),
		color-stop(0.05, #cccccc),
		color-stop(0.48, #dddddd),
		color-stop(0.52, #eeeeee),
		color-stop(0.95, #f2f2f2),
		to(#eeeeee)
	);
	border-color: #293647 #2f52a3 #124ab9;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px 1px 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
	text-decoration: none;
}
/* ボタン下のハイライトの表現 */
.header_button:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	padding: 0 2px 1px 0;
	border-bottom: 1px solid #aaabc7;
	border-radius: 4px;
}

#global-navi {
	border-bottom: 1px solid #DDD;
	padding-top: 15px;
	margin-bottom: 10px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	font-size: 10px;
}
#global-navi .global-menu {
	margin: 0 auto;
	line-height: 25px;
	overflow: hidden;
}
#global-navi .global-menu p {
	text-align: right;
	padding-left: 10px;
}
#global-navi .global-menu p a {
	font-weight: bold;
	color: #555;
}
#global-navi .global-menu p a:hover {
	color: #555;
}
#global-navi .global-menu ul {
	float: right;
}
#global-navi .global-menu li {
	display: inline;
	margin-right: 10px;
}


.nav_box {
	color: #333333;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,1);
	border-color: transparent;
	border-width: 1px;
}

ul.nav_menu {
	text-align: center;
	display: table;
	width: 100%;
	margin: 0 auto;
}

ul.nav_menu li.menu-border {
	border-width: 0 1px 0 0;
	border-style: solid !important;
	border-color: #e7e7e7;
}

ul.nav_menu li a {
	padding: 8px 1px 8px 1px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}

ul.nav_menu li a:not([href]) {
	opacity: 0.2;
}

ul.nav_menu li {
	width: 60px;
	display: table-cell;
}

ul.nav_menu li.select {
	background-color: #eee;
	background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3e3e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e3e3e9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e3e3e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e3e3e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e9',GradientType=0 );
}


/* container
---------------------------------- */

#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#contents {
	margin: 20px 11px 20px 7px; /* top right bottom left */
}



/* footer
---------------------------------- */

#footer {
	position: relative;
	color: #fff;
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
	margin-top: 10px;
	border-top: 1px solid #475770;
	border-bottom: 1px solid #ccd6e2;
	height: 42px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#b2bcc8),
		color-stop(0.48, #8a9bb5),
		color-stop(0.52, #8192ae),
		to(#73839c)
	);
}



/* site_*****
---------------------------------- */

.border {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #9999ff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.site_contents a:link {
	text-decoration: none;
	color: #0055E5;
} 
.site_contents a:visited {
	text-decoration: none;
	color: #0055E5;
} 
.site_contents a:hover {
	color: #ff0000;
}

.site_name {
	font-family: Arial,'メイリオ',sans-serif;
}
.site_name a:link {
	COLOR: #555; TEXT-DECORATION: none
}
.site_name a:visited {
	COLOR: #555; TEXT-DECORATION: none
}
.site_name a:hover {
	COLOR: #f00; TEXT-DECORATION: underline
	background-color: #00f; TEXT-DECORATION: underline
}

.site_contents {
	background: #fff;
	width: 100%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #9999ff;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}
.site_contents div.site_name {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	background: #ffffff;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.site_contents div.site_image {
	background: -moz-linear-gradient(top, #ffffff 0%, #e3e3f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3e3f2));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e3e3f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e3e3f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e3e3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3f2',GradientType=0 );
}

.site_contents div.site_name h3 {
	color: #222;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px 4px 3px;
}

.site_contents .site_favicon {
	margin-bottom: 2px;
	margin-right: 5px;
}

.site_contents div.site_date {
	color: #777;
	font-size: 9px;
	padding-top: 3px;
	padding-left: 6px;
	line-height: 12px;
}

.site_contents div.site_title {
	color: #000080;
	line-height: 13px;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	font-weight: bold;
}

.site_border_top {
	border-top: solid 1px #e0e0ff;
}
.site_border_bottom {
	border-bottom: dotted 1px #e0e0ff;
}
.site_border_left {
	border-left: solid 1px #e0e0ff;
}
.site_border_right {
	border-right: solid 1px #e0e0ff;
}

.site_border_top2 {
	border-top: solid 1px #9999ff;
}
.site_border_bottom2 {
	border-bottom: solid 1px #9999ff;
}
.site_border_left2 {
	border-left: solid 1px #9999ff;
}
.site_border_right2 {
	border-right: solid 1px #9999ff;
}



/* pager
---------------------------------- */
div.pager {
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: solid 1px #9999ff;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}

div.pager-inner {
	text-align: center!important;
}

ul.pager-navigator {
	text-align: center;
}
ul.pager-navigator li {
	padding: 0 7px;
}

ul.pager-navigator li,
ol.paging-number,
ol.paging-number li {
	display: inline;
}

ul.pager-navigator li.paging-number ol.paging-number li.current {
	margin: 0 5px;
	font-weight: bold;
}



/* sort
---------------------------------- */
.textOverflow {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 420px;
	line-height: 1.0;
	white-space: nowrap;
}

#sortPartsList {
	list-style-type: none;
	cursor: move;
	width: 220px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	background-color: #66A;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #9999ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
}
/*
ul.sortList li {
	z-index: 3;
	margin-bottom: 2px;
	padding: 0px;
	border: none;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
*/
ul.sortList li {
	z-index: 3;
	position: relative;
	float: left;
	width: 48%;
	margin-left: 2px;
	margin-right: 1px;
	margin-top: 4px;
	padding: 0px;
	border: none;
	height: 25px;
	line-height: 26px;
	overflow: hidden;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.20);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.sortList .sortSite {
	font-size: 11px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

ul.sortList .site_favicon {
	margin-bottom: 6px;
	width: 15px;
}

.itemHover {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}




/* shortcut
---------------------------------- */
.button {
	display: block;
	background: #EBEBEB;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #EBEBEB), color-stop(0.50, #EFEEEE), color-stop(0.50, #E0DEDE), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #EFEEEE 50%, #E0DEDE 50%, #EBEBEB 100%);
	background: -moz-linear-gradient(top, #FFF 0%, #EFEEEE 50%, #E0DEDE 50%, #EBEBEB 100%);
	background: -o-linear-gradient(top, #FFF 0%, #EFEEEE 50%, #E0DEDE 50%, #EBEBEB 100%);
	background: -ms-linear-gradient(top, #FFF 0%, #EFEEEE 50%, #E0DEDE 50%, #EBEBEB 100%);
	background: linear-gradient(top, #FFF 0%, #EFEEEE 50%, #E0DEDE 50%, #EBEBEB 100%);
	border-radius: 6%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.4), 5px 5px 10px rgba(255,255,255,0.3) inset, -5px -5px 10px rgba(255,255,255,0.3) inset;
	color: #333;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.button a:link {
	color: #666;
} 
.button a:visited {
	color: #666;
} 
.button a:hover {
	color: #f00;
	/* background-color: #0000ff; */
}
