@charset "utf-8";
@import url(parts.css);


body {
	font-size: 12px;/*   ←サイトの基本になる文字サイズ   */
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #333333;
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", sans-serif ;
}


/*========= for WinIE6 ==========*/
* html body { 
}


/*================= Newマーク用 =================*/

.new1{ /*…投稿日当日に付くTodayマーク(赤背景の白字)*/
	font-size: 85%; /*…これの元(通常はbodyで設定するフォント)サイズに対する割合*/
	color:#FF0000; /*…フォント色が赤*/
	padding:2px 2px 1px 1px; /*…(無くても可？)*/
	margin:2px 2px 1px 1px; /*…(無くても可？)*/
}

.new2{ /*…投稿日翌日から1週間付くnewマーク(無背景の赤字)*/
	font-size: 85%; /*…これの元(通常はbodyで設定するフォント)サイズに対する割合*/
	color:#FF0000; /*…フォント色が赤*/
	padding:2px 2px 1px 1px; /*…(無くても可？)*/
	margin:2px 2px 1px 1px; /*…(無くても可？)*/
}


/*============== clearfix ==============*/

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


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


p,object,embed,img,ul,li,dl,dd,dt,form,input,textarea,label,table,th,td,h1,h2,h3,h4,h5,font {
	margin: 0px; 
	padding: 0px; 
}

font {
	font-size: 12px;
	line-height: 1.4em;
}

object, embed {  
    vertical-align: top;  
}

img {
	border: 0;
}

table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;/*   ←テーブル内の基本になる文字サイズ   */
	line-height: 1.4em;
}

th {
	color: #FFFFFF;
	font-weight: bold;
	padding : 4px;
	vertical-align : middle;
	background-image: url(images/th.gif);
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #101077;
}

h1 {
	font-size: 140%
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
	}

h5 {
	font-size: 80%;
}

label {
	display:inline; 
	margin:0px;
}




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

.item {
	border: 1px solid #cccccc;
}

.itemHead {
	color: #ffffff;
	font-weight: bolder;
	padding : 4px;
	vertical-align : middle;
	background-image: url(images/th.gif);
}

.itemInfo {
	text-align: right; 
	padding: 3px; 
	background-color: #ffffff;
}

.itemTitle a {
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3"; sans-serif;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: -1px;
	font-size: 110%;
	color: #0033ff;
	font-weight: bold;
	background-color: transparent;
}

.itemPoster {
	font-size: 90%;
}

.itemPostDate {
	font-size: 90%;
}

.itemStats {
	font-size: 90%;
}

.itemBody {
	padding-left: 5px;
	background-color: #ffffff;
}

.itemText {
	margin-top: 5px;
	margin-bottom: 5px; 
	line-height: 1.4em;
}

.itemText:first-letter {
	font-size: 133%; 
	font-weight: bold;
}

.itemFoot {
	text-align: right; 
	padding: 3px; 
	background-color: #ffffff;
}

.itemAdminLink {
	font-size: 90%;
}

.itemPermaLink {
	font-size: 90%;
}



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

#wrapper {
	text-align: center;
	background: #FFFFFF;
}

.contmain {
	width: 990px;/* ←ページ全体の幅を変えるときはこの数値を修正して下さい */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position: relative;
}

.contmain_white {
	width: 990px;/* ←ページ全体の幅を変えるときはこの数値を修正して下さい */
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position: relative;
	background: #FFFFFF;
}

#wrapper_main {
	background: #FFFFFF url(images/main_back.gif) repeat-x ;
	text-align: center;
}

#wrapper_shadow {
	background: url(images/main_shadow.gif) no-repeat center top;
	text-align: center;	
}



/*========== header ==========*/

#wrapper_head {
	width: 100%;
	height: 74px;
	background: #FFFFFF url(images/band.gif) repeat-x;
	text-align: center;
}



#head_logo {
	display: block;
	float: left;
	margin: 4px 0 0 0;
	padding: 0px;
}

#head_logo a{
	display: block;
	height: 70px;
	width: 200px;
	background: url(images/artworks_logo.png);
}

#head_login a {}




#head_menu {
	float:right; 
	width:366px; 
	height:70px; 
	margin:5px 0px 0px;
}

.menu_bt {
	display: block;
	float: right;
	margin: 0;
}




/*========== globalnavi ==========*/

#wrapper_global {
	width: 100%;
	height: 35px;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #FFFFFF url(images/globalnavi_back.gif) repeat-x;
}

#global {
	width: 990px;
	height: 35px ;
	overflow: hidden;
}

#main-navi {
	margin: 0px;
}

#main-navi ul, #main-navi li {
	margin: 0px; 
	padding: 0px;
	list-style: none;
	list-style-position: outside;
}

#main-navi li {
	float: left;
	line-height: 35px;
}

#main-navi img {}

#main-navi a {
	width: 197px;
	height: 35px;
	display: block;
}






/*============================== ブロック配置での共通のマージンです ===============================*/

.blockContent {}




/*========== 変則rightcolumn ==========*/

#rightcolumn {
	text-align: left;
	padding: 0px ;
	margin: 0px;
	_overflow: hidden;
}

#rightcolumn div.blockTitle {
	font-weight: bolder;
	font-size: 14px;
	color: #000000;
}

#rightcolumn div.blockContent {
	line-height: 1.4em;
}



/**========== leftcolumn ==========**/

#leftcolumn {
	float: left;
	text-align: left;
	width: 280px;/* ←右カラムの幅を変えるときはこの数値を修正して下さい */
	padding: 0px ;
	margin: 0px;
	_overflow: hidden;
}


#leftcolumn div.blockTitle {
	font-weight: bolder;
	font-size: 14px;
	color: #000000;
	margin: 0px 10px 0px 10px;
}

#leftcolumn div.blockContent {
	line-height: 1.4em;
	margin: 0px 10px 20px 10px;
}



/*========== centrecolumn ==========*/

#centercolumn {
	float: right;
	padding: 0px ;
	margin: 0px;
	width: 710px;
	_overflow: hidden;
}

.centerCcolumn {
	clear:both;
	width: 700px;
	overflow:hidden;
}

.centerCcolumn div.blockTitle {
	font-size: 14px;
	text-align: center;
	font-weight: bolder;
	color: #000000;
}

.centerCcolumn div.blockContent {
	padding: 0px ;
	line-height: 1.4em;
}

.centerLcolumn {
	line-height: 1.4em;
	float: left;
	overflow:hidden;
	display: block;
}

.centerLcolumn div.blockTitle {
	font-size: 14px;
	text-align: center;
	font-weight: bolder;
	color: #000000;
}

.centerLcolumn div.blockContent {
	padding: 0px ;
	line-height: 1.4em;
}

.centerRcolumn {
	line-height: 1.4em;
	float: right;
	overflow:hidden;
}

.centerRcolumn div.blockTitle {
	font-size: 14px;
	text-align: center;
	font-weight: bolder;
	color: #000000;
}

.centerRcolumn div.blockContent {
	padding: 0px ;
	line-height: 1.4em;
}











/**======================================== モジュールコンテンツ共通 ========================================**/

#content{
	text-align: left;
	margin-right: 10px;
}



/*============ footer関連 ==============*/

#wrapper_foot {
	text-align: center;
	background: #666666;
	color: #FFFFFF;
}

#wrapper_foot a {
	color: #FFFFFF;
}


.footer_right {
	float: right;
	margin: 0;
}

.footer_left {
	float: left;
	margin: 0;
}

#foot_navi {
	margin: 15px auto 0px 0px ;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
}

#foot_navi a {
	text-decoration: underline;
}

#foot_navi a:hover {
	color: #000000;
}


div#artworks_info {
	margin: 12px 0px 0px 0;
	font-size: 18px;
	line-height: 18px;
}

div#artworks_info span {
	font-size: 13px;
	font-weight: bold;
}


#foot_logo{
	float: left;
	margin: 0 25px 0 0 ;}

.foot_request {
	float: left;
	margin: 10px 0px 0px 0px;
}


#foot_copy a {
	font-size: 0.9em;
	color: #101077;
}

#foot_copy a:hover {
	text-decoration: none;
}


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

#banner{
	text-align: center;
	margin-top: 10px;
}

.float_clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

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

.outer {
	border: 0px solid #CCCCCC;
}

.outer_faq {
	margin-top: 20px;
}

.head {
	padding: 5px;
	background-image: url(images/foot.gif);
	background-repeat: repeat;
}

.head_mailform {
	color: #003366;
	background-color: #CCFFFF;
	width: 90px;
	padding: 5px;
	vertical-align: middle
}

.even {
	letter-spacing: normal;
	font-size: 11px;
	line-height: 250%;
	padding: 5px;
	background-image: url(images/foot.gif) ;
	background-repeat: repeat;
	
}

.odd {
	letter-spacing: -0.5px;
	font-size: 11px;
	line-height: 250%;
	padding: 5px;
	background-image: url(images/foot.gif);
	background-repeat: repeat;
	
}

.foot {
	padding: 5px;
	background-image: url(images/foot.gif);
	background-repeat: repeat;
	background-color: #EBEBEB;
}

tr.even td {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat;
}

tr.odd td {
	padding: 5px;
	background-image: url(images/even.gif);
	background-repeat: repeat;
}


/*********************システムメッセージ関連***********************/
div.errorMsg { 
	background-color: #FFCCCC; 
	text-align: center; 
	border-top: 1px solid #DDDDFF; 
	border-left: 1px solid #DDDDFF; 
	border-right: 1px solid #AAAAAA; 
	border-bottom: 1px solid #AAAAAA; 
	font-weight: bold; 
	padding: 10px;
}

div.confirmMsg { 
	background-color: #DDFFDF; color: #136C99; 
	text-align: center; 
	border-top: 1px solid #DDDDFF; 
	border-left: 1px solid #DDDDFF; 
	border-right: 1px solid #AAAAAA; 
	border-bottom: 1px solid #AAAAAA; 
	font-weight: bold; 
	padding: 10px;
}

div.resultMsg { 
	background-color : #CCCCCC; 
	color: #000000; 
	text-align: center; 
	border-top: 1px solid silver; 
	border-left: 1px solid silver; 
	font-weight: bold; 
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666; 
	padding: 10px;
}

div.resultMsg ul,div.resultMsg li {
	list-style-position: inside;	
}



div.xoopsCode { 
	background: #FFFFFF; 
	border: 1px inset #000080;
	padding: 0px 6px 6px 6px;
	width: 400px;
	overflow: auto;
}

div.xoopsQuote { 
	background: #FFFFFF; 
	border: 1px inset #000080; 
	padding: 2px;
	width: 400px;
	overflow: auto;
}


/*========== ユーザフォーム ==========*/

#uname {
	width: 400px; 
	height: 20px; 
}

#upass {
	width: 400px; 
	height: 20px;
}

.nameword {
	height: 20px; 
	float: left; 
	margin-right: 10px; 
	padding: 3px; 
	border-bottom: 2px solid #c06; 
	border-left: 5px solid #c06;
}

.password { 
	height: 20px; 
	float: left; 
	margin-right: 10px; 
	padding: 3px; 
	border-bottom: 2px solid #c06; 
	border-left: 5px solid #c06; 
}

.unameflame { 
	background-image: url(images/userformback.gif); 
	background-repeat: repeat-x; 
	background-position: 0 center; 
	padding: 10px;
}


/***********glinkx.cssより************/

#xoopsHiddenText {
	visibility: hidden; 
	color: #000000; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
}

