@charset "UTF-8";

/*

pH studio

*/

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
 http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

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

 Pages

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

body h1 {
	text-indent: -9999px;
}

/*--------------------------
 TV CM
---------------------------*/

body.tvcm h1 {
	background-image: url(img/title/tvcm.gif);
}

ul.navi li.tvcm a {
	background-image: url(img/menu/tvcm.gif);
}

ul.navi li.tvcm a:hover {
	background-image: url(img/menu/tvcm_on.gif);
}

/*--------------------------
 Music clip
---------------------------*/

body.music-clip h1 {
	background-image:url(img/title/music_clip.gif);
}

ul.navi li.music-clip a {
	background-image: url(img/menu/music_clip.gif);
}

ul.navi li.music-clip a:hover {
	background-image: url(img/menu/music_clip_on.gif);
}

/*--------------------------
 3D Movie
---------------------------*/

body.cg3d-movie h1 {
	background-image: url(img/title/3d_movie.gif);
}

ul.navi li.cg3d-movie a {
	background-image: url(img/menu/3d_movie.gif);
}

ul.navi li.cg3d-movie a:hover {
	background-image: url(img/menu/3d_movie_on.gif);
}

/*--------------------------
 Game Movie
---------------------------*/

body.game-movie h1 {
	background-image: url(img/title/game_movie.gif);
}

ul.navi li.game-movie a {
	background-image: url(img/menu/game_movie.gif);
}

ul.navi li.game-movie a:hover {
	background-image: url(img/menu/game_movie_on.gif);
}

/*--------------------------
 Others
---------------------------*/

body.others h1 {
	background-image: url(img/title/others.gif);
}

ul.navi li.others a {
	background-image: url(img/menu/others.gif);
}

ul.navi li.others a:hover {
	background-image: url(img/menu/others_on.gif);
}

/*--------------------------
 About
---------------------------*/

body.about h1 {
	background-image: url(img/title/about.gif);
}

/*--------------------------
 map
---------------------------*/

body.map h1 {
	background-image: url(img/title/map.gif);
}

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

 Base Elements

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

body {
	margin: 0;
	border-top: 3px solid #314c8f;
	color: #393633;
	background-color: #ddd5c8;
	background-image: url(img/bg03.jpg);
	text-align: center;
	overflow-y: scroll;
}

/* Link
---------------*/

a:link {
	color: #a01917;
}

a:visited {
	color: #134085;
}

a:hover {
	color: #c61f1d;
}

/* Text
---------------*/

h1 {
	margin: 10px 0 10px 0;
	height: 70px;
	font-size: 167%;
	color: #1a2d54;
	background-repeat: no-repeat;
	background-position: left center;
}

h2 {
	margin: 1em 0;
	font-size: 116%;
}

h3 {
	margin-top: 2em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #b8b1a7;
	font-size: 116%;
}

p {
	margin: 1em 0;
}

em {
	color: #363431;
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #a01917;
}

address {
	font-style: normal;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 30px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	padding: 0;
	width: 500px;
}

th,
td {
	border-spacing: 1px;
}

th {
	width: 100px;
	background-image: url(img/bg06.jpg);
}

td {
	background: url(img/objects/line01.gif) no-repeat left bottom;
	vertical-align: top;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #ccc;
}

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

 Common

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

div.wrap {
	padding: 0 30px;

}

div#header,
div#content,
div#footer {
	text-align: left;
}

div#header,
div#content,
div#footer div.wrap {
	margin: 0 auto;
	width: 700px;	
}

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

div#header

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

div#header {
	position: relative;
	padding: 1px 0;
	background: url(img/objects/line01.gif) no-repeat left bottom;
}

div#header p.siteName {
	margin: 25px 0 25px 0;
}

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

div#header p.description {
	display: none;
}

/* */

div#header ul.info {
	margin: 15px 0 0 0;
	padding: 0;
	height: 49px;
	width: 205px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	list-style-type: none;
	background: url(img/objects/bg_info.jpg) no-repeat;
}

div#header ul.info li {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	float: left;
	display: inline;
	/* 固定幅にしたかったら
	width: 110px;
	*/
	text-align: center;
	text-indent: -9999px;
	font-size: 13px; /* 文字サイズ */
}

div#header ul.info li.about {
	margin-left: 35px;
}

div#header ul.info li.map {
	margin-left: 30px;
}

div#header ul.info li a {
	width: 60px;
	height: 30px;
	display: block;
	position: relative; /* for IE6 */
	color: #000;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
}

div#header ul.info li.about a {
	background-image: url(img/menu/info_about.gif);
}

div#header ul.info li.about a:hover {
	background-image: url(img/menu/info_about_on.gif);
}

div#header ul.info li.map a {
	background-image: url(img/menu/info_map.gif);	
}

div#header ul.info li.map a:hover {
	background-image: url(img/menu/info_map_on.gif);	
}

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

 div#content

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

div#content {
	position: relative;
}

div#content p.topicPath {
	margin: 0 0 25px 0;
	padding-bottom: 10px;
	font-size: 11px;
	text-transform: uppercase;
	background: url(img/objects/line02.gif) no-repeat left bottom;
}

div#content p.topicPath a {
	color: #a01917;
}

div#content p.topicPath span.current {
	margin-left: 3px;
	padding: 2px 5px;
}

p.back {
	position: absolute;
	right: 0;
	bottom: 0;
}

p.back a {
	display: block;
	width: 150px;
	height: 51px;
	text-indent: -9999px;
	background: url(img/objects/return.gif) no-repeat;
}

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

 div#utilities

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

div#utilities {
	margin-top: 15px;
	width: 180px;
	float: right;
}

div#utilities ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

div#utilities ul.navi {
	margin: 0;
	padding: 0;
	width: 180px; /* 幅 */
	line-height: 1;
	list-style-type: none;
}

div#utilities ul.navi li {
	margin: 0;
	padding: 0;
	font-size: 13px; /* 文字サイズ */
}

div#utilities ul.navi li a {
	display: block;
	height: 48px;
	position: relative; /* for IE6 */
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}

div#utilities ul.navi li a:hover {

}

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

 div#main

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

div#main {
	padding-bottom: 60px;
	width: 500px;
	_height: 500px; /* for IE6 */
	min-height: 500px;
	float: left;
}

div#main p {
	line-height: 1.8;
}

div#main h2 {
	color: #900;	
}

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

 div#footer

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

div#footer {
	padding: 20px 0 20px;
	color: #d7e0fe;
	background-image: url(img/bg02.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
}

div#footer  div.wrap {
	text-align: left;
	padding: 0;
}

div#footer a {
	color: #fff;
}

div#footer address.copyright {
	text-align: right;
	clear: both;
}

div#footer div.info {
	width: 300px;
	float: left;
}

div#footer div.info div.address h2 {
	height: 25px;
	background: url(img/objects/title_phstudio_footer.gif) no-repeat;
	text-indent: -9999px;
}

div#footer div.news {
	padding-bottom: 30px;
	width: 380px;
	float: right;
}

div#footer div.news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #21315b;
}

div#footer div.news #twitter {display: none;
	text-align: right;
}

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

 Class

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

div#map {
	border: 1px solid #a01917;
}

/*--------------------------
サムネイル
---------------------------*/

ul.thumb124x90 {
	margin: 0;
	padding: 0;
}

ul.thumb124x90 li {
	margin-right: 1px;
	float: left;
	width: 124px;
	display: inline;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.thumb124x90 li img {

}

/*--------------------------
画像右寄せ
---------------------------*/

.img_R {
	margin: 0 0 1em 1em;
	float: right;
}

.img_L {
	margin: 0 1em 1em 0;
	float: left;
}

.img_C {
	text-align: center;
}

/*--------------------------
ulリスト
---------------------------*/

ul.list {
	margin: 1em 0;
	width:500px;
	border:1px solid #cabfb0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	list-style-position: inside;
 background-image: url(img/bg05.jpg);
}

ul.list li {
	padding: 0.8em 10px;
	border-bottom: 1px solid #cabfb0;
	color: #2d231a;
}

ul.list li:last-child {
	border-bottom: none;
}

/*--------------------------
dlリスト
---------------------------*/

#main dl.list {
	padding: 0;
 background-image: url(img/bg04.jpg);
 border:1px solid #beb3a5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#main dl.list dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	width: 8em;
	float: left;
	color: #1a2b4e;
}
	
#main dl.list dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #beb3a5;
	border-bottom: 1px solid #beb3a5;
	color: #2d231a;
}

#main dl.list dd:last-child {
	border-bottom: none;
}

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

div#content,
ul.thumb124x90{
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

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

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