@charset "utf-8";
/* comonn_PC.css -------------------------------------------------
このCSSファイルは、PC版サイト全体に関する設定を記述しています。

いちごパソコン教室
http://ichigopasokon.com
-------------------------------------------------------------- */
@media screen and (min-width: 1000px) {/* スクリーンサイズ1000px以上の為の設定 ---------- */
html{
	font-size: 62.5%;
	background:url(../img/common/bg01.jpg) top left repeat;
}

body{
	font-size:1.6rem;/*16px*/
	line-height:1.8;
	border-top:#FF0000 1px solid;
	background:url(../img/common/header_bg01.jpg) top left repeat-x;
}

div#container{}

header{
	width:1000px;
	height:86px;
	margin:15px auto 0 auto;
	position:relative;
	border-top:#FFF 1px solid;/*ナビがズレるのを回避する用*/
	background:url(../img/common/header_tel.jpg) right bottom no-repeat;
}

h2{padding:0 80px; background:#EEE; font-size:1.8rem;}
p{margin:10px 100px 100px 100px;}


/* グローバルナビゲーション ---------------------------------------------------------------------------------------*/
nav#g_nav{
	width:1000px;
	margin:auto;
	padding-left:140px;
}

nav#g_nav ul li{
	float:left;
	padding:0;
}

/* ロールオーバー設定 */
li#g_nav01 a{
	width:170px;
	height:65px;
	background:url(../img/common/g_nav/g_nav01.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

li#g_nav02 a{
	width:165px;
	height:65px;
	background:url(../img/common/g_nav/g_nav02.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

li#g_nav03 a{
	width:165px;
	height:65px;
	background:url(../img/common/g_nav/g_nav03.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

li#g_nav04 a{
	width:165px;
	height:65px;
	background:url(../img/common/g_nav/g_nav04.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

li#g_nav05 a{
	width:170px;
	height:65px;
	background:url(../img/common/g_nav/g_nav05.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

/* ホーバー時 */
li#g_nav01 a:hover,
li#g_nav02 a:hover,
li#g_nav03 a:hover,
li#g_nav04 a:hover,
li#g_nav05 a:hover{background-position:0 -65px;}

/* 無料体験・お問い合わせ　ボタン ---------- */
nav#otherlink{
	width:240px;
	position:absolute;
	top:-18px;
	right:0px;
}

nav#otherlink ul li{
	float:left;
	padding:0 10px;
	margin:0;
}

/* ロールオーバー設定 */
li#other_link01 a{
	width:100px;
	height:50px;
	background:url(../img/common/top_button01.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

li#other_link02 a{
	width:100px;
	height:50px;
	background:url(../img/common/top_button02.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
}

li#other_link01 a:hover,
li#other_link02 a:hover{background-position:0 -50px;}

/* 連絡先 ---------- */
a#phone{
	position:absolute;
	top:48px;
	right:10px;
}


/* メインエリア ---------------------------------------------------------------------------------------*/
section#main{
	clear:both;
	width:1000px;
	margin:auto;
	background:#FFF;
	padding-bottom:10px;
}

section#main p{
}

/* Facebook 、Twitter、Google+リンクアイコン ---------- */
div#linkicon{
	padding:10px 0;
	text-align:center;
	background:none;
}

div#linkicon ul li{
	display:inline-block;
	padding:0 5px;
}

/* フッター ---------------------------------------------------------------------------------------*/
footer{
	width:100%;
	padding-top:10px;
	background:url(../img/common/footer_bg01.jpg) left bottom repeat-x #F7C4BA;
}

footer div{
	width:1000px;
	margin:auto;
}

nav#foot_nav{
	height:20px;
	padding-top:15px;
	color:#fff;
	font-size:0.6rem;
	text-align:center;
	border-top:#fff 1px solid;
}

nav#foot_nav ul{
	margin:auto;
}

nav#foot_nav ul li{
	display:inline-block;
}

footer div#copyright{
	height:30px;
	padding-top:10px;
	color:#fff;
	text-align:center;
}
/* END//スクリーンサイズ1000px以上の為の設定 ---------- */}