
@charset "UTF-8";
/*////////////////////////////// RESET ///*/
body {
	line-height: 1;
	margin:0;
}
h1, h2, h3, p {
	margin: 0;
}
header,hgroup,nav,section,footer {
	display:block;
}
ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}
a {
	-webkit-tap-highlight-color:transparent; 	/* リンクをタップしたときの半透明を消す */
}

/*////////////////////////////// GENERAL SETTING ///*/
body {
	background-color:#ffffff;
	color: #000000;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Osaka,  sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;	/* フォントサイズ自動調整されないようにする */ 
}
a {
	color: #0000FF;
	text-decoration:underline;
}
img {
	border: 0;
	vertical-align: bottom;
}

/*////////////////////////////// MAIN LAYOUT ///*/
header {
	overflow: hidden;
	text-align:center;
}
#about {
	margin: 10px 10px 0 10px;
	padding: 10px;
	border:1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
	background: -moz-linear-gradient(#fff,#dddddd);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}	

#about_any {
	margin: 10px 10px 0 10px;
	padding: 10px;
	border:1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
	background: -moz-linear-gradient(#fff,#dddddd);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}	
#about_any a{
	color: #666;
	text-decoration: none;
}

#sougo a {
	color:#9999FF;
	margin: 0px 0 0 0;
	font-size: 70%;
	text-align: left;
}


#ad {
	margin: 20px 0 0 0;
	text-align:center;
}	
nav {
	margin: 20px 0 0 0;
}
#link {
	margin: 20px 0 0 0;
}
#footer {
	height: 30px;
	line-height: 30px;
	margin: 20px 0 0;
	border-top: 1px solid #c46899;
	background: -webkit-gradient(linear, left top, left bottom, from(#66FFFF),color-stop(0.50, #0066CC),color-stop(0.50, #0066CC),to(#000099));
	background: -moz-linear-gradient(top,#66FFFF 0%,#0066CC 50%,#0066CC 50%,#000099);
	color:#fff;
	font-size: 10px;	/* フォントサイズ */
	text-align: center;
}

/*////////////////////////////// HEADER ///*/
/* サイトタイトル部分 */
#head {
	height:50px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e2b7ce),color-stop(0.50, #c46899),color-stop(0.50, #bc538b),to(#b74081));
	background: -moz-linear-gradient(top,#e2b7ce 0%,#c46899 50%,#bc538b 50%,#b74081);
}
/* indexのサイトタイトル */
#head h1.ititle {
	height:50px;
	line-height:50px;
	overflow: hidden;
	color: #fff;
	font-size: 80%;
	margin: 10px 0 10px 0;
}


/* pageのサイトタイトル部フレキシブルボックス */
.ph {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	height: 50px;
	box-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-pack: justify;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
}
.phtitle {
	margin-left: 5px;
}
.phtitle h1 {
	height:50px;
	line-height:50px;
	overflow: hidden;
	color: #fff;
	font-size: 120%;
}
.phside{
	margin-right:5px;
}
.phside a {
	display:block;
	width: 70px;
	height:33px;
	line-height:33px;
	border: 1px solid #b74081;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0066FF),color-stop(0.50, #0066CC),color-stop(0.50, #0066CC),to(#000099));
	background: -moz-linear-gradient(top,#0066FF 0%,#0066cc 50%,#0066CC 50%,#000099);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5),-1px -1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}

/* H1 */
h1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#66FFFF),color-stop(0.50, #0066CC),color-stop(0.50, #0066CC),to(#000099));
	background: -moz-linear-gradient(top,#66FFFF 0%,#0066cc 50%,#0066CC 50%,#000099);
	overflow: hidden;
	color: #fff;
	font-size: 10px;	/* フォントサイズ */
	margin: 0px 0 0px 0;
	text-align:center;
	padding: 5px;
}
	
/* H2 */
h2{
	background: #0066CC;	/* 背景色 */
	color: #FFFFFF;		/* 文字色 */
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 20px 0 10px 0;
	font-size: 100%;
}

/* H3 */
h3{
	color: #9999FF;		/* 文字色 */
	padding: 5px;
	margin: 20px 0 5px 0;
	font-size: 80%;
}

	
/*////////////////////////////// ABOUT ///*/
#about h2 {
	border-bottom: 1px #ccc solid;
	font-size: 100%;
	text-align: center;
}		
#about p {
	font-size: 100%;
	text-align: left;
	padding: 14px;
	letter-spacing: 0.1em;
}

#about_any p {
	color:#9999FF;
	margin: 0px 0 0 0;
	font-size: 70%;
	text-align: left;
}

/*////////////////////////////// AD ///*/
#ad p {
	margin: 15px 0 0 0;
}
/* ボタンリンク。必要であれば。 */
#ad a.btn {
	font-size: 85%;
	display:block;
	width:150px;
	margin: 15px auto 0;
	padding: 8px;
	border: 1px solid #c46899;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCCCC),color-stop(0.50, #FF3300),color-stop(0.50, #FF3300),to(#FF0000));
	background: -moz-linear-gradient(top,#e2b7ce 0%,#c46899 50%,#bc538b 50%,#b74081);
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:3px 3px 3px rgba(000,000,000,0.2);
}
		
/*////////////////////////////// NAV ///*/
nav h3 {
	height:30px;
	line-height: 30px;
	margin: 0 10px;
	border:1px solid #c46899;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2b7ce),color-stop(0.50, #c46899),color-stop(0.50, #bc538b),to(#b74081));
	background: -moz-linear-gradient(top,#e2b7ce 0%,#c46899 50%,#bc538b 50%,#b74081);
	color: #fff;
	font-size: 90%;
	text-align: center;
}
nav ul {
	margin: 0 10px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
nav ul li {
	display:block;
	height: 45px;
	overflow:hidden;
	border:1px solid #dddddd;
	border-top:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
	background: -moz-linear-gradient(#fff,#dddddd);
	text-align:left;
	text-overflow: ellipsis;
}
nav ul li a{
	display:block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0px 20px 0px 10px;
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*////////////////////////////// LINK ///*/
#link h3 {
	height:30px;
	line-height: 30px;
	margin: 0 10px;
	border:1px solid #c46899;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2b7ce),color-stop(0.50, #c46899),color-stop(0.50, #bc538b),to(#b74081));
	background: -moz-linear-gradient(top,#e2b7ce 0%,#c46899 50%,#bc538b 50%,#b74081);
	color: #fff;
	font-size: 90%;
	text-align: center;
}
/* linkの直後でfloatでの回り込みを解除する */
#link:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#link ul{
	margin: 0 10px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
#link ul li{
	font-size: 90%;
	display:block;
	height: 45px;
	overflow:hidden;
	border:1px solid #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#666699));
	background: -moz-linear-gradient(#ffffff,#666699);
	text-align:center;
	text-overflow: ellipsis;
}
/* リストの奇数で左に回り込む */
#link ul li:nth-child(n) { 
	float:left;
	width:20%;
}
#link ul li a{
	display:block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
}
	
/*////////////////////////////// COPY ///*/
.copy {
	font-size: 70%;
}

/* バナータグ用 */
#banner{
	text-align: center;
}

#banner a{
	display: block;
	color: #0066FF;
	font-size: 16px;
	text-decoration: underline;
	padding: 10px 0 10px 0;
}

/* */
#glist ul{
	margin: 0 10px;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
	-moz-box-shadow:0px 3px 3px rgba(000,000,000,0.2);
}
#glist ul li{
	border-bottom: 1px #C0C0C0 solid;
	padding: 8px;
	background-color: #eeeeee;/* リスト背景色 */
}
#glist p{
	margin: 15px 0 15px 10px;
}

