@charset "UTF-8"; 
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}/*table{border-collapse:collapse;border-spacing:0;}*/fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	font-size: 82%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo',sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 30px;
	background-color: #fff;
}

.container {
}

a {
	color: #152b50;
}
a:link { color: #152b50; }
a:visited { color: #152b50; }
a:hover {
	color: #0068b6;
}
 
/* ヘッダ */ 

#header {
	padding: 10px 0;
}
 
/* ナビゲーション */ 

#bottomNav {
	clear: both;
	width: 860px;
	margin: 0 auto;
	text-align: right;
}
#bottomNav a {
	text-decoration: none;
}
#bottomNav a:hover {
	text-decoration: underline;
}
 
/* フッタ */ 

footer {
	width: 900px;
	margin: 0px auto;
	margin-top: 50px;
	padding: 50px 0;
	line-height: 3;
	color: #666;
	border-top: 1px solid #3d3791;
}


 
/* フェード表示 */ 

#fade {
	position:absolute; /* ie6 */
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
 
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
td, th {
	vertical-align: top;
}
 
/* float解除 */ 
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
  
/* コンテンツ */ 

#content {
	position: relative;
	clear: both;
	width: 860px;
	margin: 0 auto;
	text-align: left;
}
	 
/* 見出し */ 

.heading {
	margin: 20px 0 20px;
	padding: 5px 10px 0;
	border-bottom: 1px dotted #3d3791;
}
 
/* お知らせ */ 

.informations {
	float: left;
	width: 400px;
	padding-top: 20px;
}
.informations article,
.informationList article {
	width: 380px;
	padding: 20px 10px;
	border-top: 1px dotted #3d3791;
}
.informations article.firstHead {
	padding-top: 0;
	border-top-width: 0;
}

.infoTitle {
	padding-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.3;
}
.infoPhoto {
	float: left;
	width: 110px;
}
.infoComment {
	float: right;
	width: 250px;
}


.informationList li {
	width: 400px;
	float: left;
	margin-right: 30px;
}
 	
/* 作品集トップ */ 

.worksHeadline {
	width: 400px;
	float: right;
}

.worksThumbnail {
	width:400px;
}
.worksThumbnail li {
	float: left;
	width: 190px;
	padding: 0 5px 10px;
	text-align: center
}

.worksUpdate {
	float: left;
	width: 190px;
	padding-left: 10px;
}
.worksPageLink {
	float: right;
	width: 190px;
	padding-right: 10px;
	text-align: right;
}
 
/* トップイメージ */ 

.topImages {
	padding: 10px 0 20px;
}
 
/* 連絡先 */ 

.contactInfo {
	clear: both;
	padding: 10px;
	padding-top: 30px;
	text-align: left;
}
.contactInfo p {
	padding-bottom: 0.5em;
}
 
/* 作品集 */ 

/* サムネイル */

.worksList {
	float: left;
	width: 360px;
	padding: 50px 0 30px;
}
.worksListPhotos li {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	padding: 15px;
	line-height: 1;
	font-size: 0;
	text-align: center;
	background-image: url(../images/frame.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.worksListPhotos li.current {
	background-image: url(../images/frame_on.jpg);
}

.worksListNavi {
	width: 310px;
	padding: 0 25px;
	padding-top: 30px;
}
.worksListNavi .buttonPrev {
	float: left;
	width: 72px;
}
.worksListNavi .buttonNext {
	float: right;
	width: 72px;
}


/* 表示 */
.worksView {
	position: relative;
	float: right;
	width: 450px;
	height: 450px;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

/* 作品 */
.worksView li {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
	height: 450px;
}
.worksView li {
	display: none;
}
.worksStatus {

}
.worksStatus .size {
	font-size: 90%;
}
 
/* プロフィール */ 

.profile {
	padding: 30px;
	line-height: 2.2;
}
.profile p {
	padding-bottom: 1.5em;
}
  
@media screen and (max-width: 320px) { 
	 
} 
  
