@charset "UTF-8";

/*

pH studio

*/



/*-トップページのテキスト-*/

div#main div.top-text {
    margin-bottom: 85px;/* 文章下の余白 */
    text-align: center;
}

div#main div.top-text p {
    margin: 0.5em auto; /* 上下余白 */
    width: 480px; /* 幅 */
    line-height: 1.3; /* 行間 */
    text-align: left;
}


div#header p.siteName {
	height: 60px;
	width: 100%;
	outline: none;
	text-indent: -9999px;
	background: url(img/title_phstudio.gif) no-repeat center center;
}

p.siteName a {
	background-image: none;
}

h1 {
	display: none;
}

div.welcome p.img {
	margin: 0 0 20px 0;
	text-align: center;
}

div#main {
	width: 700px;
	float: none;
}

div#header {
	background-image: none;
}

/*========================================

  Dock Cntl

========================================*/

div#content {
	padding-bottom: 20px;
}

div.main-navi {
	position: absolute;
	bottom: 0;
	width: 100%;
}

div.main-navi h2 {
	display: none;
}

ul.dock-container2 {
	margin: 0px 20px 0px 0px;
	padding: 0;
	position: relative;
	height: 101px;
	padding-left: 20px;
	list-style-type: none;
	list-style-position: inside;
}

ul.dock-container2 a {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}

ul.dock-container2 a span {
	display: none;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #a01917;
}

ul.dock-container2 img {
	border: none; 
	margin: 0px 10px 0px; 
	width: 100%; 
}


/*--------------------------

 Class

---------------------------*/

/* Clearfix
---------------*/

div#content {
	_height: 1px;
	min-height: 1px;
	/*促*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

div#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}



