* {
	margin: 0;
	padding: 0;	
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
* html #outline { 
	height: 100%;
}
#outline {
	background-image: url(../img/outline_back.png);
	background-repeat: repeat-x;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	font-size: 80%;
	line-height: 1.35em;
}
body > #outline {
	height: auto;
}
a {
	text-decoration: none;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #00008B;
	text-decoration: underline;
}
li {
	list-style-type: none;
}
img {
	border: none;	
}
.extlink {
	padding-right: 12px;
	background-image: url(../img/extlink.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	zoom: 1;
}
.clear {
	clear: both;	
}
.endClear {
	zoom: 100%;	
}
.endClear:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.textRight {
	text-align: right;	
}
.textCenter {
	text-align: center;	
}
.contHead1 {
	background-color: #DCDCDC;
	padding: 3px;
	border-top: 2px solid #F5F5F5;
	border-right: 2px solid #778899;
	border-bottom: 2px solid #778899;
	border-left: 2px solid #F5F5F5;
}

#pageTitle {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 100%;
	font-size: 200%;
	font-weight: bold;
	padding: 15px 0;
}
#contents {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 70px;
	width: 800px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 638px;
	margin-left: 2px;
}

/*ヘッダー部分*/
#header {
	background-color: #B22222;
	color: #FFF;
	position: relative;
}
#headCont {
	width: 800px;
	margin: 0 auto;
	height: 70px;
	position: relative;
}
#globalNavi {
	width: 450px;
	height: 25px;
	position: absolute;
	background-image: url('../img/global_navi.png');
	bottom: 0px;
	left: 350px;
}
#globalNavi li {
	float: left;
}
#globalNavi a {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 25px;	
}
a#navi_top:hover,
a#navi_top:active,
a#navi_top:focus {
	background-image: url('../img/global_navi.png');
	background-position: 0px bottom;
}
a#navi_ab:hover,
a#navi_ab:active,
a#navi_ab:focus {
	background-image: url('../img/global_navi.png');
	background-position: -150px bottom;
}
a#navi_dom:hover,
a#navi_dom:active,
a#navi_dom:focus {
	background-image: url('../img/global_navi.png');
	background-position: -300px bottom;
}
#headerText {
	font-size: 85%;
	font-weight: normal;
	float: left;
}
#logo {
	padding-top: 5px;
	float: left;
}
#headLink {
	text-align: right;
	float: right;
	padding-top: 4px;
}
#headLink a {
	color: #FFF;
}

/*フッター部分*/
#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 2.7em;
	background-color: #D3D3D3;
}
#footerLink {
	width: 800px;
	margin: 0 auto;	
}
#copyright {
	width: 800px;
	margin: 0 auto;
	text-align: right;
}

.relTitle {
	background-color: Lavender;
	margin-top: 10px;
	padding: 2px;
	clear: both;
}
#relTag, #relPage,#otherSp {
	padding-left: 10px;	
}
#relTag li,
#otherSp li {
	display: inline;
	padding-right: 15px;	
}

/* シェア部分 */
#share {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}
.google-buzz-button {
	position: relative;
	top: -2px;
}
.hatebu:hover {
	color: #FFF;
	text-decoration: none;
}
.mixi-check-button {
	margin-right: 8px;	
}
.fb_share-button {
	position: relative;
	top: -6px;
}
.fb_like-button {
	position: relative;
	top: -2px;
	width: 50px;
}


/*サイドの部分*/
#side {
	float: right;
	width: 150px;	
}
#searchBtn {
	padding: 1px;	
}
#searchWord {
	width: 98px;
	padding: 1px;
	margin-bottom: 5px;
}
#searchWord.empty {
	color: #D3D3D3;
}
#bannerCont a {
	display: block;
	margin-bottom: 5px;
}
.textBanner {
	width: 150px;
	margin-bottom: 5px;
	line-height: 110%;
	font-size: 85%;
	background-image: url('../img/text_banner_back.png');
	background-repeat: repeat-x;
	background-position: 50% bottom;
}
.textBanner a {
	border: 1px solid #D3D3D3;
	display: block;
	padding: 3px;
	color: #808000;
}
.textBanner a:hover{
	text-decoration: none;
	color: #808000;
	border-color: #4169E1;
}
.bannTitle {
	display: block;
	text-align: center;
	font-size: 125%;
	color: #696969;
	margin-bottom: 3px;
}
.extList {
	border: 1px solid #99F;
	margin-top: 5px;
	width: 150px;
}
.extList li {
	background-image: url('../img/border_h_666.gif');
	background-repeat: repeat-x;
	line-height: 110%;
	padding: 4px;
}
.extList li.noBorder {
	background-image: none;	
}
.extList li.title {
	text-align: center;
	background-image: url('../img/back1.png');
	background-position: 50% 100%;
	background-repeat: repeat-x;
	border-bottom: 2px solid slateGray;
	border-left: 1px solid gainsboro;
	border-right: 1px solid slateGray;
	border-top: 1px solid gainsboro;
	color: #333;
}

