@charset "utf-8";

/*
Cyg art gallery
*/

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Arial','ヒラギノ角ゴ Pro W3','Osaka','sans-serif';
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin: auto;
	background-color: #eeede3;
}

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

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
    border: none;
}

a:hover img {
    filter: alpha(opacity=30);
    opacity:0.5;
    text-decoration:none;
    border: none;
    background-color: #fff;
}


.line01 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.line02 {
	margin-top: 30px;
	margin-bottom: 10px;
}

#container {
	width: 950px;
	position: relative;
	text-align: center; 
	margin: auto;
}



h1  {
	text-indent: -9999px; 
	width: 950px;
	height: 620px;
    text-align: left; 
    display: block;
    background-image: url('../images/topimg.gif');
    background-repeat: no-repeat;
    margin: 0 0 50px 0;
}

h2 {
	font-size: 21px;
　line-height: 21px;
	font-weight: normal;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
}


#end {
	font-size: 10px;
	color: #fff;
	background-color: #ce615d;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;

}

.entry_title {
    width: 950px;
    background-color: #000;
	padding: 5px 0;
    margin: 100px 0 30px 0;
    border-radius: 3px;       /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; 
   	 color: #fff;
}

.entry {
    width: 950px;
    margin-bottom: 60px;
}

.entry table, tr, td {
    padding: 0;
    margin: 0;
}

.entry .list {
    margin-top: 20px;
}

.lead {
    width: 950px;
    background-color: #fff;
    padding: 20px 0 ;
    margin: 30px 0;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; 
}

.zinestop {
     width: 950px;
     text-align: center; 
     display: block;
     background-color: #fff;
    padding: 20px 0 ;
    margin-bottom: 30px;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; 

}

.zinestop #title {
	font-size: 12px;
	color: #fff;
	background-color: #e748a1;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}

.zinestop table.guide  {
	margin: 30px 20px 0 20px;
}


.zinestop table.guide td {
	vertical-align: top;
}

.centerline {
	width: 30px;
	background: url('../images/centerline.gif') repeat-y center;
}

.zinestop .entry01 {
	display: block;
	border: 1px solid #aaa;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	text-align: center;
}

.entry02 {
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0;
}

.kitei  td {
	border-bottom: 1px dotted #aaa;
	padding: 5px 0 5px 0;
}

.chuui {
	color:#ff5577;
	font-weight:bold;
}


ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
    text-indent: -1em;
    color: #aaa;
}

li span{
	color: #000;
	margin: 0;
	padding: 0;
}



#contact {
    width: 950px;
    background-color:#fff;
    margin-top: 30px;
    padding: 30px 0;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; 
}

#contact table {
    width: 510px;
    margin: 0 220px;
}

#contact td {
    text-align: left;
}

#apply {
	width: 950px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	
}

#press {
	width: 950px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	
}

#copylight {
	width: 950px;
	display: block;
	font-size: 11px;
	text-align: center;
	margin-bottom: 100px;
}