@charset "utf-8";

/*------ 共通 -------*/

body {
	/*background: #202e33 url('images/bg2.gif') repeat-x scroll top left;*/
	/*background:#161f0e url('images/primary-bground2.jpg') repeat-y top center;*/
	/*background: #75c5f0 url('images/bg-dot3.gif') repeat-x scroll top left;*/
	/*background: #ebebeb url('images/bg-dot.gif') repeat-x scroll top left;*/	
	background: #e3e3e3 url('images/bg-dot4.gif') repeat-x scroll top left;	/* 少し濃いグレー */
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}

* {
	margin:0;
	padding:0;
}


p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	/*color: #111;*/
	color: #333;
	outline:none;
}

a:hover {
	/*color: #4E67A2;*/
	color: #b2d600;
}


h1 {
	color: #999;
	font-size: 35px;
}

h2 {
	/*color: #000;*/
	/*color: #a6c900;*/
	color: #0077ab;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 23px;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding: 0 0 5px;
	margin: 0;
	width:600px;
}

h2 #top{
	color: #fff;
	font-size:20px;
	word-spacing:0.2em;
	font-weight:bold;
}

h2 a,
h2 a:hover{
	color:#0077ab;
}

h3 {
	/*color: #3db72c;*/
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	width:560px;
	position:relative;
}


h3 a,
h3 a:hover{
	/*color:#a6c900;*/
	color: #0077ab;
	font-weight:bold;
}


h3 span {
	position:absolute;
	right:0;
	top:-2px;
}

h3 span a{
	font-size:11px;
	padding:2px 8px 0;
	background:#CCC;
	color:#0077ab;
	text-decoration:none;
	border-radius:10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #333333;
}


ul, ol {
	/*
	margin: 0 0 35px 35px;
	*/
	margin:0;
	padding:0;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}




/*------ レイアウト -------*/

#wrap {
	width: 960px;
	margin:0 auto;
	padding: 0;
}


/*------ ヘッダー -------*/

#header {
	padding: 0;
	margin: -10px auto 0;
	height: 150px;
}

#header h1  {
	padding-top: 50px;
	float:left;
}


#header h2 {
	color: #111;
	float: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 12px;
	margin-top: 88px;
	/*
	padding-left: 4px;
	text-transform: uppercase;
	letter-spacing: 0;
	*/
}


/*------ ナビゲーション -------*/

#nav {
	background: #fff url('images/nav_bg.jpg') repeat-x top left;
	height: 70px;
	width: 960px;
}


/* spritemenu */

ul#hl-nav {
	/*position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -450px;*/

	width: 960px;
	height:70px;
	list-style:none;
	padding:0;
}

ul#hl-nav li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent:-9999px;
	float:left;
	width:112px;
	height:70px;
	line-height:70px;
	/*height: 70px;*/
}

/*------ ナビゲーション：ブロック（112px/70px） -------*/

#nav ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent:-9999px;
	float:left;
	/*height: 70px;*/
}

/* Homeナビ | CSS Sprite */


#nav ul li.nav-home a {
	display: block;
	width:112px;
	height:70px;
	outline:none;
	background:url(images/menu_bg4.png) 0 0;
}

#nav ul li.nav-home a:hover {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) 0 -70px;
}

#nav ul li.nav-home a:visited {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) 0 -140px;
}


/* Web Designナビ | CSS Sprite */

#nav ul li.nav-design a {
	display: block;
	width:112px;
	height:70px;
	outline:none;
	background:url(images/menu_bg4.png) -112px 0;
}

#nav ul li.nav-design a:hover {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -112px -70px;
}

#nav ul li.nav-design a:active {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -112px -140px;
}

/* XHTML + CSSナビ | CSS Sprite */

#nav ul li.nav-xhtml a {
	display: block;
	width:112px;
	height:70px;
	outline:none;
	background:url(images/menu_bg4.png) -224px 0;
}

#nav ul li.nav-xhtml a:hover {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -224px -70px;
}

#nav ul li.nav-xhtml a:active {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -224px -140px;
}


/* HTML5 + CSS3ナビ | CSS Sprite */

#nav ul li.nav-html5 a {
	display: block;
	width:112px;
	height:70px;
	outline:none;
	background:url(images/menu_bg4.png) -336px 0;
}

#nav ul li.nav-html5 a:hover {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -336px -70px;
}

#nav ul li.nav-html5 a:active {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -336px -140px;
}

/* JavaScriptナビ | CSS Sprite */

#nav ul li.nav-javascript a {
	display: block;
	width:112px;
	height:70px;
	outline:none;
	background:url(images/menu_bg4.png) -448px 0;
}

#nav ul li.nav-javascript a:hover {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -448px -70px;
}

#nav ul li.nav-javascript a:active {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -448px -140px;
}

/* PHPナビ | CSS Sprite */

#nav ul li.nav-php a {
	display: block;
	width:112px;
	height:70px;
	outline:none;
	background:url(images/menu_bg4.png) -560px 0;
}

#nav ul li.nav-php a:hover {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -560px -70px;
}

#nav ul li.nav-php a:active {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -560px -140px;
}

/* Tipsナビ | CSS Sprite */

#nav ul li.nav-tips a {
	display: block;
	width:112px;
	height:70px;
	outline:none;
	background:url(images/menu_bg4.png) -672px 0;
}

#nav ul li.nav-tips a:hover {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -672px -70px;
}

#nav ul li.nav-tips a:active {
	display: block;
	width:112px;
	height:70px;
	background:url(images/menu_bg4.png) -672px -140px;
}


/*------ コンテンツ -------*/

#page-body {
	background: #fff none repeat-y scroll 0 0;
	margin:0 auto;
	padding: 30px 15px;
	width: 930px;
	position:relative;		/* #floatboxの起点*/
}

#content {
	float: right;
	width: 605px;
	margin: 0;
	padding-left: 20px;
	border-left: 1px solid #999;
}

#content p.cont-right{
	text-align:right;
}


#content p.refer a[href^="http://"]:after{
	content:"("attr(href)")";
	/*color:#ff7f50;*/
	color: #ea006d;
	font-size:90%;
}

/*------ サイドバー -------*/

#floatbox {
  position: absolute;
  /*margin: 0px;
  padding: 10px;*/
  width: 280px;
 
  top: 20px;
  left: 15px;
 
  background: #fff;
}

.sidebar {
	width: 280px;
	padding: 0;
	float: left;
}

#floatbox h4 {
	font-weight:bold;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 6px 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
	color: #666;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #333;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	padding: 7px 8px;
	background-color: #dfdfdf;
	color: #444;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
	/*color: #a6c900;	 グリーン系 */
	color: #75c5f0;
}

.sidebar li ul li a:hover {
	color: #4E67A2;
}

.sidebar h4 {
	/*color: #666;*/
	/*color:#a6c900;*/
	color:#0077ab; /*日ハムカラー*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 3px;
	font-weight: bold;
}

form input.formbutton {
	border: none;
	/*background:#75c5f0;*/
	background: #0077ab;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.clear {
	clear: both;
}


/*------ フッター -------*/

#footer {
	width: 960px;
	margin:0 auto;
}


.footer-content {
	background: #333 none repeat-x scroll top left;
	padding: 30px 30px 15px;	/* ・ｽ・ｽ・ｽ・ｽ900px・ｽﾌ包ｿｽ */
}

.footer-content ul li {
	font-size:13px;
	list-style:none;
	line-height:1.6;
	color:#FFF;
}

.footer-content ul li a{
	color:#FFF;
}

.footer-content ul li a:hover{
	/*color: #b2d600;*/
	color: #75c5f0;
}

#footer #f-content{
	width:900px;
	color:#FFF;
	overflow:hidden;
	margin-bottom:20px;
}

#footer #f-content .f-con-left{
	width:280px;
	padding-left:20px;
	height:220px;
	float:left;
}

#footer #f-content .f-con-left p,
footer #f-content .f-con-left ul{
	text-align:left;
}

#footer #f-content .f-con-left ul.icon li {
	line-height:2.2;
	float:left;
	padding:0 5px 0 0;
}

#footer #f-content .f-con-left ul li a img {
	vertical-align:middle;
}

#footer #f-content .f-con-box{
	border-left:1px #CCC dotted;
	width:280px;
	padding-left:19px;
	height:220px;
	float:left;
}
	
#footer #f-content ul{
	padding: 8px 0 0 0;
}

#footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #fff;
}